-
-
-
-
checkItem - checks item (checkbox and radio only)
clear - clears items' values
clearNote - removes the note block from the input
-
-
-
-
enableLiveValidation - sets the mode when validation is invoked just after an input goes out of focus
-
-
getCheckedValue - returns value of checked radio button in specified group (radio only)
-
-
-
-
getForm - returns dhtmlxForm instance
-
getInput - returns item's object (text, textarea, password, calendar, colorpicker only)
-
-
-
-
-
getOptions - returns options (select, multiselect only)
getSelect - returns item's object (select, multiselect only)
-
-
isItem - returns true if item exists
isItemChecked - returns true if item checked (checkbox and radio button only)
-
-
isLocked - returns true if form is locked
-
load - loads data from connector feed into the form
loadStruct - loads configuration from
XML file into dhtmlxForm instance
-
lock - locks form (disables all items)
-
reset - resets data to their original values
-
save - saves data of the form in DB
send - sends data to the server side script
-
-
setFontSize - sets 'font-size' property for the whole form
-
setItemFocus - sets the keyboard focus to the specified item
-
-
-
-
setNote - adds the note block under the specified input
-
-
-
-
-
setValidation - adds a validation rule to the input with the specified name
setUserData - allows to attach user data to form without needing to modify the
DOM
-
validate - validates form against defined validation rules
-
-
unload - destructor. Removes dhtmlxForm instance and cleans used memory
unlock - unlocks form (makes all items enabled)
updateValues - updates values of inputs. Invokes validation inside.
applied to form
applied to uploader instance
-
getData - returns the list of already uploaded files
getStatus - same as getUploaderStatus, but applied to uploader instance
clear - clears list with files to upload
enableTitleScreen - enables displaying the initial screen (when no files are selected)
-
setAutoStart - called with the
true value, the method enables the mode in which files are immediately loaded after selecting
setAutoRemove - called with the
true value, the method enables the mode in which files are immediately removed from the item after complete downloading
setURL - redefines the url parameter
setSWFURL - redefines the setSWFURL parameter