promptForFile()) is only supported in
Microsoft Internet Explorer.
| Field Summary | |
|---|---|
| static String | Event type published when a file has been chosen through user interaction. |
| static String | Event type published when a security error occurs trying to access the response. |
| static String | Event type published when the response has loaded. |
| static String | Event type published when the response is still not ready after the specified timeout period. |
| static String | |
| static String | |
| Constructor Summary | |
|---|---|
| void | instance initializer |
| Method Summary | |
|---|---|
| void | abort() Stops polling for a response. |
| void | addFileUploadField(strName : String) Adds a file upload field to this form. |
| void | conceal() Hides the IFRAME containing this form after it has been shown by calling reveal(). |
| void | destroy() Destroys the form and the hidden IFRAME. |
| String | Returns the action of this form, the URL that this form is submitted to. |
| String | Returns the value of a field in this form. |
| Array<String> | Returns the names of all fields in this form. |
| 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. |
| static jsx3.net.Form | newFromFragment(strFragment : String) Creates a new form and initialize it from the HTML representation of a form. |
| void | promptForFile(strFieldName : String) Invokes the operating system file browser to choose a file for a file upload field. |
| void | removeField(strName : String) Removes a field from this form. |
| void | Reveals the IFRAME containing this form for debugging purposes. |
| void | Sends the form. |
| void | Sets the action of this form. |
| void | Sets the value of a field in this form. |
| void | Sets the method of this form. |
| void | setMultipart(multipart : boolean) Sets whether this form is multipart. |
| 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, toString |
| Field Detail |
|---|
| Constructor Detail |
|---|
| Method Detail |
|---|
reveal().null if no such field exists.
METHOD_GET or METHOD_POST.
\r\n or \n depending on the platform.
Setting the value to null will set it to the empty string.
" " + strValue to the existing value. The space is
only inserted if the existing value is not empty.
METHOD_GET or METHOD_POST.