Hi,
what is the best way to generate an input field?
I tried it like this and it worked with the online-sample (Nodes manipulation – Using HTML):
-------
<?xml version="1.0" encoding="iso-8859-1"?>
####### this line:
<![CDATA[Mail: ]]>
########
--------
What version/edition do I need to use it the same way on my server?
PS: It is not necessary to save it asynchronos to server.
Gerold
To be able to use itemtext tag you need to use PRO version of dhtmlxtree ( 1.3+ , it is pretty old feature )
The pro version necessary to use such way of syntax, but the concept of inline HTML will work with standard edition as well, text attribute can be used for the same task, just data need to be escaped correctly to not break XML rules.
Could you please give me a codeexample to integrate an input-field with the standard edition?
Thanks again for your fast response!
Next line
<![CDATA[Mail: ]]>
can be rewritten as
< => <
> => >