Questions tagged as 'html'

0
answers

How can I make a table that organizes preventive maintenance activities depending on the periodicity, any ideas?

I would like to ask you for an idea of how I can implement this system, to send for maintenance activities depending on the periodicity. This image represents the excel to which I must guide to do it web Until now I only have this, ad...
asked by 07.03.2018 / 20:36
0
answers

how to convert a Base64 string to a JPEG image in javascript? [closed]

I have a TextBox box in my html where the base64 string is but I want to convert this string into an image so I can wait for it locally but I want to do this process in javascript.     
asked by 16.03.2018 / 18:21
0
answers

Problems filtering data from a form with PHP and Mysql

I expose my problem for which I write by this means. I'm creating a system in which the user lists some records that come from a database, in the frontend I show all the data in a table, above the table that shows the data is a form to filter th...
asked by 16.03.2018 / 14:59
0
answers

how to send two data to an html file via socket.io?

the code with nodejs, I'm working with socket.io function onDato(dato){ io.sockets.emit('lectura', dato); } Here I show the code made with angularjs, if it shows me in html the data but as I am sending two at the same time nothing else show...
asked by 16.03.2018 / 00:16
2
answers

Laravel + Vue.js does not pass variables to component

I am working on this project with Laravel and Vue.js . I need to show a table with a lot information. For this I decided to use a Vue component that renders a table and the paging buttons with little information. This works very well in...
asked by 02.03.2018 / 22:06
0
answers

Modify height function

I have a SQL query that sometimes results in 1000 lines or 10 (to modify the height I used a function with the scrollbar), then I created a filter but ... when applying it the height stays enormous. I would like know how I could reduce it when a...
asked by 06.03.2018 / 09:37
0
answers

data call [closed]

to see good morning, a doubt that I do not know because I get it. I have created a dashboard to host the news that I will use on a website but I have a problem, I copy the text in the textarea and I save it with spaces (as I need it) but my prob...
asked by 06.03.2018 / 10:07
3
answers

how to add cells of all the pages with datatable

I need to add all the cells of a Datatable column, I have tried several ways but I have not yet managed to get it to work, the closest thing has been: for (var i = 1; i <= nume1; i++) { total += Number(todos.rows[i]....
asked by 18.04.2018 / 17:37
1
answer

Problem with openlayers and the properties of their instances

Can I create a property that is named "name" and add it to the instance I created from this layer? var osm = new ol.layer.Tile({ name: "pepe", source: new ol.source.OSM() }) What I want to do is differentiate this layer from anothe...
asked by 17.04.2018 / 10:04
2
answers

I can not change the gros of the div "article"

Very good to all, I do not know why but I can not change the thickness of the div "article" (red color). It is the last layer, therefore it should be able to change the size, but it is as if the div "article" had another div, and the div "art...
asked by 24.02.2018 / 11:20