Check documentation for the
latest version of dhtmlxSuite
url DHTMLX Docs
Samples
Forum
Support
Documentation
/
Suite 5.X
clearVerificator
defineAction
enableDataNames
enableDebug
enablePartialDataSend
enableUTFencoding
getState
getSyncState
ignore
init
sendData
setTransactionMode
setUpdateMode
setUpdated
setVerificator
url
Start
Client-Server Communication
DataProcessor
dataProcessor API
Methods
url
sets URL to the server-side data saving script
void
url
(
string
str
);
str
string
URL to the server-side data saving script
Example
dp.
url
(
str
)
;
Back to top