-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am having an issue with the DHTMLX Calendar with the onChange in the input field.
I am initialisating the code with the following:
jQuery(document).ready(function($){
var calendar;
calendar = new dhtmlXCalendarObject(["date"]);
calendar.hideTime();
…
>>> More
-
as seen on Developper.com
- Search for 'Developper.com'
DHTMLX 4.0 : nouveau look et meilleures performances
L'équipe de développement de la bibliothèque JavaScript DHTMLX vient d'annoncer la sortie de sa version 4.0. Cette mise à jour majeure se caractérise par une amélioration significative des performances, la correction de plusieurs bugs et une amélioration…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am using dhtmlx grid.I have two grids named grid1,grid2.
I have loaded the two grids using json object.
If i select one record in the grid1 and click on the button that record has to load in the second record.I am able to load that selected record in the second grid using document.location.reload(true);with…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello everyone,
I am working on website (built using PHP, Mysql, Jquery) which require that admin set a variable in configuration and according to that configuration variable Jquery autocomplete is enabled or disabled to all website. Is there any way to achieve that functionality.
Please help me…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I need the dxhtmlgrid to work in a xhtml page. All the examples are in plain html and when I try and convert to xhtml I get errors. Can anyone help me get a dhtmlxgrid to work in a xhtml page? I am generating my grid from a table:
http://dhtmlx.com/docs/products/dhtmlxGrid/samples/12_initialization_loading/03_grid_int_from_html…
>>> More