[ALOY-418] Implement proxy property parsers for Ti.UI.TextField: keyboardToolbar, leftButton, rightButton
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | Low |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2014-08-06T19:36:30.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Alloy 1.3.0, 2013 Sprint 23 |
Components | XML |
Labels | qe-manualtest |
Reporter | Tony Lukasavage |
Assignee | Tony Lukasavage |
Created | 2012-12-07T19:13:44.000+0000 |
Updated | 2014-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
Tony, any ideas in which version this will be implemented? It will be very useful. Thanks, Dário
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.