Questions tagged as 'javascript'

0
answers

How to use timeago (or any component vue) in Quasar page?

I'm looking for a way to do an 'elapsed time' for the frontend of a messaging application (in Quasar) so that the messages come out like for example "Sent by Jaimito 5 minutes ago". Investigate and find that the timeago component exist...
asked by 05.05.2018 / 16:13
0
answers

legend of echarts always visible

I'm working with echarts.js , I'm working with 3 graphs, one at side of the other, when seeing the legend of one, when it is at the end of the graph, the legend is covered by the other graph, also happens at the end of the 3rd graph, the one on...
asked by 04.05.2018 / 22:41
0
answers

error in "Url" ajax "url: '/',"

When JavaScript is executed the Url is replaced by "url: '/'," so it is impossible for me to return the values from my controller to the script Does anyone know what is causing this problem? Code: <script type="text/javascript">...
asked by 05.05.2018 / 18:30
0
answers

Download Files by WebView in React Native

I have an application, in it I have a WebView, in the page that is in the webview there is an option to download a dynamic pdf, which the webview does not react to the option to save or download file.    Dinámico means that the PDF is...
asked by 29.06.2018 / 16:01
1
answer

add styles for PDF files that are downloaded by JQUERY DATATABLES

I have a problem generating a PDF file with the library Jquery Datatable , when generating the pdf I download by default the blue color in the header of the table, but my company handles the color red, I leave the code javascript wi...
asked by 04.05.2018 / 19:31
0
answers

Odoo11. Send view to Excel

Currently working with Odoo 11. I have the following case: Suppose we are in the Contacts view, any user can configure this view in their own way, add filter, group, and in this way create a customized view of the information they want to...
asked by 28.04.2018 / 16:40
1
answer

Show only one option

First I enter two values, then I must show the missing value on another screen. How can I make it so that it only shows me a result? <!DOCTYPE html> <html> <head> <!--sen--> <title>formulario2.2</title&...
asked by 26.04.2018 / 04:40
1
answer

how to obtain values in a MULTISELECT using JSON?

I have a dni field and a multiselect technology, in technology I added a function to show it with check boxes () which I want to show through JSON, but I do not drag anything, I was thinking about adding an ajax inside the function , but I would...
asked by 26.04.2018 / 17:14
1
answer

the menu does not disappear when clicking on the chosen section

good day, I do not know if my question is obvious or not but I do not know why when you open the pull-down menu, and select the desired section, the button works and changes the screen to the page that is indicated but does not close automatical...
asked by 11.05.2018 / 19:29
0
answers

how can I add the data of a variable to an array?

My may be a bit easy, but being new on this topic is a bit complicated. I have this code <pre> <em> $(document).ready(function() { var date = $.getJSON("prueba.php?providerid=157&startdate='2018-04-05'", function(re...
asked by 11.05.2018 / 16:10