Hai,
I’am new and still trying develop with DHTMLX can any one can emplain how to insert and edit xml data, how to insert and edit in modal form.? and how to identified the id.
thanks
apriyanto.
Hai,
I’am new and still trying develop with DHTMLX can any one can emplain how to insert and edit xml data, how to insert and edit in modal form.? and how to identified the id.
thanks
apriyanto.
dhtmlx component doesn’t allow to “edit” xml directly
You can load data in the component from the xml ( in specific format ) by using load command of component
some.load(“data.xml”);
and get data back ( in pro version ) by using
var data = some.serialize(); //supported by tree and grid