* Support for textOverflow (e.g. "...") in TextView/EditTextView

* Show text starting from the begining when non-focus for long EditTextView
This commit is contained in:
Bryan Ashby 2015-05-07 22:13:12 -06:00
parent bd2253aec0
commit 62da937bf0
3 changed files with 25 additions and 4 deletions

View file

@ -188,6 +188,7 @@ function ViewController(options) {
setViewProp('focusTextStyle');
setViewProp('textMaskChar', function(v) { view.textMaskChar = v.substr(0, 1); });
setViewProp('justify');
setViewProp('textOverflow');
setViewProp('maxLength');