Properties |
|||||||||||||||||
padding | undefined | {left: 5, top: 5, right: 5, bottom: 5} | |||||||||||||||
Gets or sets the jqxForm's padding.
|
|||||||||||||||||
backgroundColor | string | #F5F5F5 | |||||||||||||||
Gets or sets the jqxForm's backgroundColor.
|
|||||||||||||||||
borderColor | string | #E5E5E5 | |||||||||||||||
Gets or sets the jqxForm's borderColor.
|
|||||||||||||||||
value | object | {} | |||||||||||||||
Gets or sets the jqxForm's value.
|
|||||||||||||||||
template | undefined | ||||||||||||||||
Gets or sets the jqxForm's template. Each object in the template, represents a Form row. Each row can have one field with label or multiple fields(if the current object's columns property is defined). Template options:
|
|||||||||||||||||
Events |
|||||||||||||||||
formDataChange | Event | ||||||||||||||||
Binds to the 'formDataChange' event.
|
|||||||||||||||||
buttonClick | Event | ||||||||||||||||
Binds to the 'buttonClick' event.
|
|||||||||||||||||
Methods |
|||||||||||||||||
refresh | Method | ||||||||||||||||
Return Value None Refreshes the Form value and re-renders it.
|
|||||||||||||||||
destroy | Method | ||||||||||||||||
Return Value None
|
|||||||||||||||||
hideComponent | Method | ||||||||||||||||
Return Value None
|
|||||||||||||||||
showComponent | Method | ||||||||||||||||
Return Value None
|
|||||||||||||||||
val | Method | ||||||||||||||||
Sets or gets the value of the object to bind to the form.
Return Value object |
|||||||||||||||||
submit | Method | ||||||||||||||||
Submits the form.
Return Value None
|
|||||||||||||||||
getComponentByName | Method | ||||||||||||||||
Gets a form input element by name.
Return Value Object
|