Inherited by AjaxUploadButton, and AjaxUploadContainer.

Classes | |
| interface | Bindings |
| interface | Headers |
Public Member Functions | |
| AjaxUpload (WOContext aContext) | |
| void | appendToResponse (WOResponse response, WOContext context) |
| String | id () |
| String | options () |
| String | script () |
| boolean | synchronizesVariablesWithBindings () |
| void | takeValuesFromRequest (WORequest request, WOContext context) |
| String | uploadName () |
Protected Member Functions | |
| NSArray< String > | _options () |
| void | setData (NSData data) |
| void | setFilePath (String aPath) |
| void | setMimeType (String aType) |
Private Member Functions | |
| String | _id () |
| String | _script () |
| String | _uploadName () |
| String | elementID () |
| String | href () |
| boolean | isAjax () |
Private Attributes | |
| String | elementID |
Static Private Attributes | |
| static boolean | useUnobtrusively = ERXProperties.booleanForKeyWithDefault("er.jquery.useUnobtrusively", true) |
| AjaxUpload | ( | WOContext | aContext | ) |
| String _id | ( | ) | [private] |
| NSArray<String> _options | ( | ) | [protected] |
| String _script | ( | ) | [private] |
| String _uploadName | ( | ) | [private] |
| void appendToResponse | ( | WOResponse | response, | |
| WOContext | context | |||
| ) |
| String href | ( | ) | [private] |
| String id | ( | ) |
| boolean isAjax | ( | ) | [private] |
| String options | ( | ) |
| String script | ( | ) |
| void setData | ( | NSData | data | ) | [protected] |
| void setFilePath | ( | String | aPath | ) | [protected] |
| void setMimeType | ( | String | aType | ) | [protected] |
| boolean synchronizesVariablesWithBindings | ( | ) |
| void takeValuesFromRequest | ( | WORequest | request, | |
| WOContext | context | |||
| ) |
| String uploadName | ( | ) |
boolean useUnobtrusively = ERXProperties.booleanForKeyWithDefault("er.jquery.useUnobtrusively", true) [static, private] |
1.5.8