Questions tagged as 'html'

1
answer

Get user ID on a form

I will develop a WEB platform, and in the software in a certain context there is the possibility for a certain user to see the profile of other users, see their public information registered and in a form linked to the profile profile, send mess...
asked by 31.08.2018 / 21:52
1
answer

In CSS why does pseudo-classes: empty work and a: not (: empty) do not work in input?

I'm trying to make a form template where I think of the user experience better by giving visual feedback when the field is filled out. There I came across a "problem" that I can not explain ... Because no input pseudo class :empty...
asked by 31.08.2018 / 21:34
1
answer

Sign in with multiple users

Well, let's see if anyone can guide me better my problem, I'm using a code in JS to be able to login, being it I use in index <script> $(function(){ var $form_inputs = $('form input'); var $rainbow_and_border = $('.rai...
asked by 24.08.2018 / 04:18
0
answers

Message when mouseover disabled button in angle

I would like to see a message that has to be filled in with the required fields when passing the disabled button on the angle. I currently have: <button (mouseover)=testefunction() type="button" [disabled]="!f.valid" class="btn btn-succe...
asked by 27.08.2018 / 16:21
0
answers

DataTables - a single search field for multiple tables

I have a problem that is: I have a single table that repeats itself every day (all has the same columns) what sets it apart is the day and the information of the day. I would like a single search field for all tables. Before I used DataTables...
asked by 27.08.2018 / 15:58
0
answers

Check checkbox when receiving angle data

I have the following checkbox: <div *ngFor="let tela of telas" class="custom-control custom-checkbox check"> <input type="checkbox" #myItem (change)="OnCheckboxSelect(tela.id, $event)" value="{{tela.id}}" id="{{tela.nome_tela}}" nam...
asked by 27.08.2018 / 20:01
0
answers

How to point an id to an object in HTML?

So, I'm trying to constantly display the contents of an object in an HTML page. I'm passing a model through my controller to a form in thymeleaf: <form id="formTest" class="form-inline" action="#" th:action="@{'log/'}" th:object="${log}" m...
asked by 20.08.2018 / 17:52
0
answers

Search for link in HTML player

I have an IPTV player and wanted to instead of fetching the file at the root of the device, had an option to enter the URL and load the list. I do not understand much of HTML but I think it has to have a function for this, follow the code:...
asked by 24.08.2018 / 18:12
0
answers

Dynamic content in two columns

Hello, I am developing a project in php where we will generate a pdf file, where each page will be divided into two columns. PDF content will be dynamically added through a content manager. The challenge is to display this content on th...
asked by 24.08.2018 / 22:26
0
answers

Use of Navs in Angular 2 Cli

I want to implement a Navs in my application, could anyone help me how should I do for the Navs to work using Angular 2 and typescript. Here is the Nav you would like to implement: <nav> <div class="nav nav-tabs" id="nav-tab" ro...
asked by 17.08.2018 / 23:00