ensureElementVisible(
name STRING )
|
Ensure the visibility of a form element. |
ensureFieldVisible(
name STRING )
|
Ensure visibility of a form field. |
findNode(
tagName STRING,
name STRING )
RETURNS om.DomNode
|
Search for a child node in the form. |
getNode()
RETURNS om.DomNode
|
Get the DOM node of the form. |
loadActionDefaults(
path STRING )
|
Load form action defaults. |
loadToolBar(
path STRING )
|
Load the form toolbar. |
loadTopMenu(
path STRING )
|
Load the form topmenu. |
setElementComment(
name STRING,
comment STRING )
|
Set the comment/hint of form elements. |
setElementHidden(
name STRING,
hidden INTEGER )
|
Show or hide form elements. |
setElementImage(
name STRING,
image STRING )
|
Change the image of form elements. |
setElementStyle(
name STRING,
style STRING )
|
Change the style of form elements. |
setElementText(
name STRING,
text STRING )
|
Change the text of form elements. |
setFieldComment(
name STRING,
comment STRING )
|
Set the comment/hint of a form field. |
setFieldHidden(
name STRING,
hide INTEGER )
|
Show or hide a form field. |
setFieldStyle(
name STRING,
style STRING )
|
Change the style of a form field. |