Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Vikas Manhar on Jan 14, 2008 08:45
open dhtmlx forum
DHXTree DataProcessor

In DHXTree v1.6, how to add additional parameters to dataprocessor url?
Answer posted by Support on Jan 14, 2008 09:47
If you want to have it as static parameter, just add it while dataprocessor initialization
    var z = new dataProcessor("my_url.php?param=some");

It can be changed at any moment
    z.serverProcessor="my_url.php?param=some2";


If you need to have an item specific value - you can set it as userdata ( all item related userdata send to server as additional params of request )