Methods |
Description |
add |
Adds an element into this container, following all other elements. |
addOnChange |
Assigns a delegate to the change event. |
addOnFormReset |
Assigns a delegate to the formReset event. |
addOnFormSubmit |
Assigns a delegate to the formSubmit event. |
addOnGotFocus |
Assigns a delegate to the gotFocus event. |
addOnLostFocus |
Assigns a delegate to the lostFocus event. |
addOnResize |
Assigns a delegate to the resize event. |
addOnScroll |
Assigns a delegate to the scroll event. |
addOnSelect |
Assigns a delegate to the select event. |
addText |
Appends a text string to the current section. |
getAsHTTPForm |
Retrieves the current FORM/DIV state. |
getSubmitMethod |
Retrieves the current HTTP submit method. |
getSubmitURL |
Retrieves the current URL that will be called if the form's Submit button is clicked. |
moveElement |
Moves an element to a new numeric order in the flow. |
newLine |
Appends a new line to the current section. |
remove |
Removes an element from this container. |
removeAll |
Removes all child elements from this container. |
removeOnChange |
Removes the delegate that is assigned to the change event. |
removeOnFormReset |
Removes the delegate that is assigned to the formReset event. |
removeOnFormSubmit |
Removes the delegate that is assigned to the formSubmit event. |
removeOnGotFocus |
Removes the delegate that is assigned to the gotFocus event. |
removeOnLostFocus |
Removes the delegate that is assigned to the lostFocus event. |
removeOnResize |
Removes the delegate that is assigned to the resize event. |
removeOnScroll |
Removes the delegate that is assigned to the scroll event. |
removeOnSelect |
Removes the delegate that is assigned to the select event. |
setAsHTTPForm |
Forces this DhForm to produce an HTML FORM or DIV section. |
setSubmitMethod |
Sets the method to use for submitting the form data. |
setSubmitURL |
Sets the URL to be called when the form's DhSubmit button is clicked. |