mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-10 06:34:41 +02:00
* 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:
parent
bd2253aec0
commit
62da937bf0
3 changed files with 25 additions and 4 deletions
|
@ -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');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue