| Field Summary | |
|---|---|
| static int | |
| static String | |
| static int | |
| static String | |
| static int | |
| static int | |
| Method Summary | |
|---|---|
| String | Returns the action of this form, the URL that this form is submitted to. |
| String | Returns the iframe target. |
| String | Returns the method of this form. |
| boolean | Returns whether this form is multipart. |
| String | Returns the content of the response as a string. |
| jsx3.xml.Document | Returns the content of the response as an XML document. |
| int | Returns the target of this form. |
| void | reset() Resets this form. |
| void | Sets the action of this form. |
| void | Sets the iframe target. |
| void | Sets the method of this form. |
| void | setMultipart(bMulti : boolean) Sets whether this form is multipart. |
| void | Sets the target of this form. |
| void | submit() Submits this form. |
| Methods Inherited From jsx3.gui.Interactive |
|---|
| doEvent, getCanDrag, getCanDrop, getCanMove, getCanSpy, getEvent, getEvents, getMenu, hasEvent, registerHotKey, removeEvent, removeEvents, setCanDrag, setCanDrop, setCanMove, setCanSpy, setEvent, setMenu, setSpyStyles, showSpy |
| Methods Inherited From jsx3.gui.Painted |
|---|
| focus, getAbsolutePosition, getAttribute, getAttributes, getRendered, insertHTML, onAfterPaint, onAfterRestoreView, paintChild, paintChildren, recalcBox, removeAttribute, removeAttributes, repaint, setAttribute |
| Methods Inherited From jsx3.util.EventDispatcher |
|---|
| publish, subscribe, unsubscribe, unsubscribeAll |
| Methods Inherited From jsx3.lang.Object |
|---|
| clone, equals, eval, getClass, getInstanceOf, getInstanceOfClass, getInstanceOfPackage, instanceOf, isInstanceOf, isSubclassOf, jsxmix, jsxsuper, jsxsupermix, setInstanceOf |
| Field Detail |
|---|
| Method Detail |
|---|
GET or POST.
IFRAME, BLANK, SELF or TOP.
iframe target. The iframe target is the GI iframe that this form will target.
strIframe should be either the unique name of the target iframe in this application or a selection
expression that will uniquely select the target iframe in this application.GET or POST.
IFRAME, BLANK, SELF or TOP.