Search
BaseForm Methods
 


 Public Methods

  Name Description

addControl

Adds the specified control to the collection of controls.

clearControls

Clears all items from the collection of controls.

closeForm

Closes the form.

col

Renders a column element.

createButton

Creates a button with the specified options.

createCheckBox

Creates a check-box with the specified options.

createCheckBoxList

Creates a check box list with the specified options.

createDropDownList

Creates a drop-down list with the specified options.

createEditBox

Creates an edit box with the specified options.

createRadioButton

Creates a radio button with the specified options.

createTextArea

Creates a text area with the specified options.

createTextBox

Creates a text box with the specified options.

divider

Renders a horizontal line divider.

drawButtons

Renders the form buttons.

drawContent

Renders the form content.

drawHeader

Renders the form header.

getControlValue

Gets the value of the control with the specified id.

removeControl

Removes the specified control from the collection of controls.

row

Renders a row element.

showForm

Renders the form.

 See Also