[TIMOB-7222] MobileWeb: Complete Ti.UI.TextField implementation
GitHub Issue | n/a |
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-01-20T17:19:10.000+0000 |
Affected Version/s | Release 2.0.0 |
Fix Version/s | Sprint 2012-02, Release 2.0.0, Release 1.8.1 |
Components | MobileWeb |
Labels | pointerevents, stage, themeable |
Reporter | Chris Barber |
Assignee | Chris Barber |
Created | 2012-01-16T13:06:30.000+0000 |
Updated | 2017-03-03T23:22:15.000+0000 |
Description
Extends TextBox (FontWidget, Widget, View, Evented).
Remove blur(), focus(), and hasText() methods as they are inherited from TextBox.
Properties:
* clearButtonMode [stage]
* clearOnEdit - done!
* hintText - done!
* leftButton - not supported, yet
* leftButtonMode - not supported, yet
* leftButtonPadding - not supported, yet
* maxLength - done!
* minimumFontSize - not supported
* paddingLeft
* paddingRight
* passwordMask - done!
* rightButton - not supported, yet
* rightButtonMode - not supported, yet
* rightButtonPadding - not supported, yet
* verticalAlign - not supported - TEXT_VERTICAL_ALIGNMENT_[BOTTOM|CENTER|TOP]
Attachments
Pull request: https://github.com/appcelerator/titanium_mobile/pull/1216
Test cases attached to TIMOB-7224.
Deferring all unsupported APIs to a new ticket so that the existing fixes can get merged.
Closing ticket as MobileWeb is no longer supported.