Questions tagged as 'javascript'

0
answers

How to generate a custom ToolTips with google charts

Good morning, I'm working on creating a combochart, with custom tooltips; another graph when passing the pointer over a bar, but I could not make the attached graphic the code that I carry as well as the page that shows the example (in the secti...
asked by 08.08.2016 / 18:34
0
answers

Nitro Pro 10 - Javascript does not work correctly when generating pdf

Well, the question is that I have created a pdf with fields so that the data of these updates other fields that are not editable. Well, within the program itself it works without any problem. However, opening it with Adobe Acrobat or any other a...
asked by 07.08.2016 / 22:13
2
answers

Range between two hours momenjs (angularjs)

I am trying to find ranges between two given hours, in If what I want is to do the following: I have h1 = 20:00:00 and h2 = 20:30:00 What I want is for the final result to equal this: 20: 00: 00--20: 10: 00--20: 20: 00--20: 30: 00 This...
asked by 05.08.2016 / 03:57
0
answers

Include a Getfeatureinfo popup in openlayers 3

I want to include a popup that displays the information of the wms layers but I can not get it to work. It seems that all the examples I find work with geojson or maps with tiles, and this is not my case. I do not know how to customize the code...
asked by 24.06.2016 / 14:56
2
answers

The ng-disabled directive does not work on the links

I want two links to be deactivated when I press a button. I wanted to use the ng-disabled directive but it does not work for links, only on buttons. something like this. This example does it but I need it with links     
asked by 22.06.2016 / 15:43
3
answers

How can I put a json object of the items of the products in a textarea?

I am using Angular and the ng-cart plugin for the shopping cart; the problem is that everything works fine but I require that the items be put in a textarea to save in the bd. The json that you send is: { "shipping":null, "tax":0,...
asked by 22.06.2016 / 16:53
1
answer

I can not update a status with the current page when Navigator executes its pop method

I can not update the status of my App.js with the current page when Navigator executes its pop method in React-Native (0.26). I update the status with the function goto. _goto(currentPage, scene) { this.setState({currentPage});...
asked by 24.05.2016 / 10:13
1
answer

Angularjs: ng-repeat and ng-if

I have a table that I fill with ng-repeat, in each row I have a button and I want that when I click on it the second ng -if="company.id == idcompany" appears but only in that row and it appears in all. How can I do it? <tr ng-repeat="compan...
asked by 29.07.2016 / 09:06
2
answers

Why does datetimepicker work on Google Chrome and on Mozilla Firefox does not work? [duplicate]

This code works for me by calling an input and displaying the date in chrome but in firefox it does not work: <div class='input-group date'> <input type='text' id="date_ex" name="date_emi" class="form-control" />...
asked by 02.08.2016 / 15:58
1
answer

When calling a form it must be converted into popoup

I am working with ASP MVC, I call a partial view that should become popoup , I call it from a button from my view index , the code is as follows: @Model OperacionesCrudMVC.Models.Phone <div class="modal-header"> <button ty...
asked by 09.03.2016 / 13:50