
Public Member Functions | |
| void | appendToResponse (WOResponse response, WOContext context) |
| FocusTextField (String tagname, NSDictionary nsdictionary, WOElement woelement) | |
| String | id (WOComponent component, WOContext context) |
Static Public Member Functions | |
| static void | _appendAttributesFromAssociationsToResponse (WOResponse response, WOContext wocontext, String id, String onKeyPress, String onEnterScript) |
| static void | appendJavascriptToResponse (WOResponse response, WOContext context, String id, boolean focus, boolean selectAll, String onEnterScript) |
Protected Member Functions | |
| void | _appendAttributesFromAssociationsToResponse (WOResponse response, WOContext wocontext, NSDictionary nsdictionary) |
Protected Attributes | |
| WOAssociation | _focus |
| WOAssociation | _id |
| WOAssociation | _onEnter |
| WOAssociation | _onKeyPress |
| WOAssociation | _selectAll |
id the id the textfield selectAll if true, the text will default to be selected focus if false, focus will not be grabbed onEnter javascript to execute when the enter key is pressed
| FocusTextField | ( | String | tagname, | |
| NSDictionary | nsdictionary, | |||
| WOElement | woelement | |||
| ) |
| static void _appendAttributesFromAssociationsToResponse | ( | WOResponse | response, | |
| WOContext | wocontext, | |||
| String | id, | |||
| String | onKeyPress, | |||
| String | onEnterScript | |||
| ) | [static] |
| void _appendAttributesFromAssociationsToResponse | ( | WOResponse | response, | |
| WOContext | wocontext, | |||
| NSDictionary | nsdictionary | |||
| ) | [protected] |
| static void appendJavascriptToResponse | ( | WOResponse | response, | |
| WOContext | context, | |||
| String | id, | |||
| boolean | focus, | |||
| boolean | selectAll, | |||
| String | onEnterScript | |||
| ) | [static] |
| void appendToResponse | ( | WOResponse | woresponse, | |
| WOContext | wocontext | |||
| ) |
Overridden to make output XML compatible.
Reimplemented from ERXWOTextField.
| String id | ( | WOComponent | component, | |
| WOContext | context | |||
| ) |
WOAssociation _focus [protected] |
WOAssociation _id [protected] |
WOAssociation _onEnter [protected] |
WOAssociation _onKeyPress [protected] |
WOAssociation _selectAll [protected] |
1.5.8