Questions tagged as 'html'

0
answers

How to capture text from a textarea in vba?

I'm maintaining a program that maps a site through ids, updated the site and I'm changing the ids, but I got a part that has a textarea and I have to get the information that is inside it, and I do not know how do that. the part of the code is t...
asked by 08.11.2018 / 13:56
0
answers

Adding content to pagination

In JavaScript, in the part that says to insert my content, only accepts text, and I do not want text, I want the same content, which involves more code as you can see in the HTML file in my attempts. I would like to be able to add content to the...
asked by 11.11.2018 / 01:25
1
answer

Get value of Select Option and Checkbox of several lines

I need to make a list of employees that are linked to cost centers and I need to tell you if that employee is a leader within that cost center. I tried to mount a select and an added checkbox by clicking the + button, but I can not get the co...
asked by 09.11.2018 / 18:49
0
answers

Alignment of elements per line

I'm trying to align the elements, but to no avail. The idea is to limit only 8 elements per line, in addition to not doing so, it still returns error: Misalignedelements: Codes:Html:<divclass="col-lg-12"> <div class="box">...
asked by 07.11.2018 / 20:11
1
answer

Input mask for CPF in html form (without plugin)

I wanted a simple input mask, just to put 999.999.999-99, dots and the last dash in the cpf field, no verification, no nothing, simple, and no code only plugin, if I am not mistaken have the regrex or something similar, thank you for the attenti...
asked by 11.04.2018 / 16:37
0
answers

How to store / br and \ n in the database, and display in HTML then when it is called?

I'm storing the description of an offer in the ofe_desc attribute , but even though in TextArea I insert break lines, bank and HTML (when I try to collect the data), they are all shown in a single line. Following codes: <!-- Mostra na...
asked by 29.10.2018 / 20:07
0
answers

Scroll hides Bootstrap Popover

So folks, once again a question related to this popover , I managed to stylize it to an acceptable size, but with a display-related issue when the scroll in> Div where it contains the element. In the previous version where you had scroll...
asked by 26.10.2018 / 16:32
1
answer

mPdf ignores inline css style

I am generating a report that needs to have margin-left: 20px; But when generating the pdf, it does not respect this value. <span style='margin-left: 20px !important;'>a) Meu texto com margin de 20px</span> . Not e...
asked by 26.10.2018 / 17:27
0
answers

problem with gridviews button delete this with problem in post

Good afternoon, I'm having trouble changing my grid views. This is old gridviews: <?= GridView::widget([ 'dataProvider' => $dataProvider, 'filterModel' => $searchModel, 'columns' => [ ['class...
asked by 01.11.2018 / 18:11
0
answers

How to remove the overlay of a specific div?

I have the following code that will create delimiters ( target ) according to the past coordinates. But I wanted these targets to remove the overlay <!DOCTYPE html> <html> <head> <meta name="viewport" conte...
asked by 01.11.2018 / 16:53