So my team has inherited a legacy system which provides reports using the dhtmlxgrid library which loads the data via an xml file. While it is working there is certain functionality that appears t开发
I have an assignment to load the xml in the DHTMLX grid from a remote file. In this case an oracale db.
I have seen an application somewhere that creates dynamic pages. You can select different table layouts and add your user control with drag and drop and just save.
I\'m interested in creating a GanttChart. After a long search I found \"dhtmlxGantt\" http://www.dhtmlx.com/docs/products/dhtmlxGantt/index.shtml
I am getting an error about incorrect html when I return from the Save view wh开发者_如何学Goich means the displayed scheduler is not being refreshed to fix the last set of data. Having made a change
i have i string like 5: \"White\", 6: \"Yellow\", 7: \"Pink\" i need that string view like this s={5: \"White\", 6: \"Yellow\", 7: \"Pink\"};
I\'ve set up DHTMLX Gantt Chart (http://dhtmlx.com/docs/products/dhtmlxGantt/index.shtml). I\'m loading raw xml data as opposed to an xml file.
I use a Joomla! plugin that takes advantage of the DHTMLxGrid library, particularly version 1.5. I have problem when opening the page that uses this DHTMLx Grid functionality, everything works fine wi
I am working on website (built using PHP, Mysql, jQuery) which require that admin set a variable in co开发者_如何学Pythonnfiguration and according to that configuration variable jQuery autocomplete is
I\'m trying the combination of DHTMLX Combo and ASP.NET AJAX, but since it\'s simply a javascript and not .NET native it will post back ignoring the update panel. I need it working with AJAX, so what