Questions tagged as 'front-end'

0
answers

How to edit a form in Angular 6+ from dafault values?

I'm having trouble creating an edit page with Angular. Because the same is very related to the life cycle of the components from the requisitions. At first, my HTML form looks like this: <form [formGroup]="formProfile" (submit)="update()...
asked by 24.12.2018 / 00:01
1
answer

Vue-router: hiding components in page exchange

I'm learning vues and now I've come across a difficulty in hiding components when showing the other routes for example: <template> <div id="app"> <ion-icon name="help-circle-outline" class="help"></ion-icon>...
asked by 30.10.2018 / 21:38
0
answers

Change DjangoForm fields using JS

class AdditionalForm(forms.ModelForm): class Meta: model = Additional_information fields = [ 'have_disability', 'name_of_disability' ] have_disability = forms.ChoiceFiel...
asked by 16.11.2018 / 17:11
0
answers

Problems in form using drupal cms

Good morning everyone, I am implementing some functionality on a platform using CMS Drupal 7. In the user registration form I added a field called: user type, which is a multiselect of a taxonomy. When I am going to register the user and select...
asked by 23.10.2018 / 15:06
1
answer

Error in the bootstrap tab-content. Shows elements stacked in tab alternation

Good afternoon. We are developing a website for a group of masters research, I am a scholarship holder, of the course of information systems, with little experience in web programming, who can help, for goodness! Using the nav-tabs and tab-conte...
asked by 21.09.2018 / 18:31
0
answers

Can I Use WordPress as a Back-End

Hey guys, I have a frequent question about WordPress and Web Design. I make websites using HTML, CSS and JavaScript / Bootstrap 4, SASS and etc. But not the backend end, you could use WordPress as your backend. For example, I make the form in HT...
asked by 29.08.2018 / 01:46
0
answers

Help to make a Sass Grid

I am creating a grid of mine in Sass, I am using Sass a short time. Could you give me tips on what to improve or what is wrong? link Note: Error code in CodePen but is working. Obg     
asked by 31.08.2018 / 21:50
2
answers

List in HTML table separated by category

I'm in a development using Python and Django and as IDE the pycharm. I have a list coming via Rest by mobile, under the name 'Athletes', and comes with the columns "name", "category", "time". I would like to list these athletes in an HTML...
asked by 20.08.2018 / 18:50
0
answers

How to fix the columns of a table?

I have a table with my fixed header, but I would like to set the columns that have a characteristic object. For example: Name, Job, Age, Status. So when I do the scrool horizontally, the columns remain fixed. Follow the example below in the i...
asked by 21.08.2018 / 21:01
0
answers

Error: Cors integrating nodejs and Angular 6

I have a problem that I need to address, but I'm not getting any solutions yet. I have an application in NodeJs that I developed in #ExpressJS and I face some problems related to the CORS of the Browser. In my index.js from my node backend...
asked by 15.08.2018 / 07:14