Questions tagged as 'html5'

1
answer

Thymeleaf. Render text with HTML tags in HTML

I'm using TINYMCE so that in a form with a textarea the user can give some styles to the text. In this way in my database this field is saved, for example, in the following way. <p><strong>Some description goes here...</strong...
asked by 12.05.2018 / 23:48
2
answers

Screenshot with canvas

I am trying to capture a screen with canvas, I can capture it, but I want to capture a specific div in a form, since I do not want to capture the whole web. How could I do it? <script> function getScreen() {...
asked by 02.02.2018 / 11:01
1
answer

How do I know in which text field the cursor is located?

I am using angularjs and I need to know in which text field the cursor is located ?, I have a problem, it is that I create a keyboard on the screen and it writes depending on the text field where the cursor is since there are more than three tex...
asked by 04.02.2018 / 07:48
1
answer

How do I make the height of an element adapt to a%?

My question is how could I make an element (specifically a <div> ) adapt to x% of the height of the screen, so that regardless of the equipment where it is seen has the same effect, something like what about the next image...
asked by 24.01.2018 / 01:32
1
answer

Capture data from a single TR jquery

I have a dynamic table and inside I have a td with a dropdown button with several options in (one is save) that would be specifically capture the specific information of that tr and send it by ajax some idea of how to capture only the informatio...
asked by 23.01.2018 / 18:35
1
answer

ui-sref does not work in bootstrap navbar

I am using AngularJS v1.6.9, Bootstrap version 3.3.0 and ui-router version v1.0.15 when adding the ui-sref in the bootstrap navbar, it does not change the state, nothing happens when I click on some menu options. <nav class="navb...
asked by 01.03.2018 / 19:32
2
answers

Display a user's name in their profile. PHP

Good morning, have all of you! I'm making a user platform and I'm in the profile phase, I've already logged in (which, you enter by registered mail), registration, use of cookies, password forgotten, etc ... Now, my PHP code for the profil...
asked by 02.02.2018 / 15:38
1
answer

How can I avoid when printing on screen [duplicated]

Hello, when I pass the data, these icons always appear: What is Html? Html is a programming language to be able to create web pages ... How can I avoid it please. All data always appears to me that way.     
asked by 01.01.2018 / 11:57
2
answers

Fixed Column, HTML Table with BOOTSTRAP 3

I need the first column to be fixed, "fixed", that is, I can scroll on the X axis and continue to show the data in the first column. I'M USING BOOTSTAP 3 table { display: block; overflow-x: auto; white-space: nowrap;...
asked by 12.01.2018 / 19:03
1
answer

Perform mathematical operations in real time or array results

First of all, a cordial greeting! I tell you my drawback: I have 2 lists of inventory type (one is the origin of the data and the other should print the values entered in the first to be sent by email) the thing is that the values such as VAT,...
asked by 27.12.2017 / 08:00