Sorry, can not speak English as many questions.
dhtmlxConnetor add node
dhtmlxtree add node
Insert new child item Item label
(api : insertNewNext(itemId,newItemId,itemText,itemActionHandler,image1,image2,image3,optionStr,children))
I guess this is?
In dhtmlxConnetor itemActionHandler, image1, image2, image3, optionStr, children do not use that?
i use
tree.insertNewItem(tree.getSelectedItemId(),d.valueOf(),document.getElementById(‘ed1’).value,0,0,0,0,‘SELECT’);
but only , " insert into tasks(taskName,parntId) values (‘new item’ ‘44’) " in database(mssql)
How do I open or images, are available to Children?
children do not use that?
Yep, only text of item, will be sent to server side. The images and child-flag are actual for client side code only.
While it possible to send some extra data to the server side ( by adding userdata on the client side, or by modification of dataprocessor’s url ) - ther server side will not be able to save such extra info, without extra custom java code.
hm… ok.
If so, jstree like (jstree.com/demo & reference image),
Add additional folders and files can not do?
(file = not add folder, folder = only folder (without data)
I like now when you add files to a file folder in the expression, but
Add in the ridiculously files anymore, folders, folder, images in the file does not exist and would be maintained.
(Therefore, the image information stored in the db, and I wanted to)
And.
In open = “1” How to open as a node?
(dataconnent to purchase a professional can be opened only got cookies?)
Anyway, thanks for always help
