DHTMLX Docs & Samples Explorer

getUserData(name, udKey)

Returns any user data set previously on the given input by the setUserData() method.

Parameters:

  • name - the id of item (the item's parameter 'name')
  • udKey - the key value under which the user data was stored
myForm.setUserData("myInput","Key",10)
...
var data = myForm.getUserData("myInput","Key")

See also: