Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-7224] MobileWeb: Create a Ti._.UI.TextBox base class for TextArea and TextField

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2012-01-20T16:35:41.000+0000
Affected Version/sRelease 2.0.0
Fix Version/sSprint 2012-02, Release 2.0.0, Release 1.8.1
ComponentsMobileWeb
Labelsstage, stage2
ReporterChris Barber
AssigneeChris Barber
Created2012-01-16T13:07:07.000+0000
Updated2017-03-03T23:22:39.000+0000

Description

We need a base class that extends Widget that exposes common methods and properties for TextArea and TextField. Methods: * blur() * focus() * hasText() Properties: * autocapitalization * autocorrect * editable * enabled * returnKeyType - may not be possible, try wrapping the textarea in a form with a hidden submit button * suppressReturn [stage] * textAlign - Ti.UI.TEXT_ALIGNMENT_[LEFT|RIGHT|CENTER] [stage] * value Events: * blur * change * focus * return

Attachments

FileDateSize
app.js2012-01-20T10:44:56.000+00002719
app.js2012-01-19T11:37:42.000+00002481
app.js2012-01-19T11:36:49.000+00001810

Comments

  1. Chris Barber 2012-01-19

    Pull request: https://github.com/appcelerator/titanium_mobile/pull/1216
  2. Lee Morris 2017-03-03

    Closing ticket as MobileWeb is no longer supported.

JSON Source