Titanium JIRA Archive
Alloy (ALOY)

[ALOY-418] Implement proxy property parsers for Ti.UI.TextField: keyboardToolbar, leftButton, rightButton

GitHub Issuen/a
TypeImprovement
PriorityLow
StatusClosed
ResolutionFixed
Resolution Date2014-08-06T19:36:30.000+0000
Affected Version/sn/a
Fix Version/sAlloy 1.3.0, 2013 Sprint 23
ComponentsXML
Labelsqe-manualtest
ReporterTony Lukasavage
AssigneeTony Lukasavage
Created2012-12-07T19:13:44.000+0000
Updated2014-08-06T19:36:30.000+0000

Description

Based on the *keyboardToolbar*, *leftButton*, and *rightButton* API properties found here: http://docs.appcelerator.com/titanium/latest/#!/api/Titanium.UI.TextField

Comments

  1. Dário Marcelino 2013-11-02

    Tony, any ideas in which version this will be implemented? It will be very useful. Thanks, Dário
  2. Tony Lukasavage 2013-11-06

    The following PR took a little longer than estimated as it added not just the rightButton, but also leftButton and keyboardToolbar. PR: https://github.com/appcelerator/alloy/pull/269 test app: https://github.com/appcelerator/alloy/tree/master/test/apps/ui/proxy_properties Functional test can be run only on iOS as the added proxy properties are only supported on iOS. Simply run the app and confirm that the left and right buttons show in the textfield at the bottom of the app. Then click in the textfield, and when the keyboard pops up, ensure that the keyboardToolbar shows up with the "button 1" and "button 2" buttons.
  3. Federico Casali 2013-12-03

JSON Source