mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-06 20:55:30 +02:00
* Lots of code cleanup
* New standard MCI codes for labels * WIP MaskEditTextView * Extra styles for EditTextView
This commit is contained in:
parent
1a1dd53ca1
commit
a96af34a20
12 changed files with 150 additions and 62 deletions
|
@ -189,6 +189,8 @@ function ViewController(options) {
|
|||
setViewProp('textMaskChar', function(v) { view.textMaskChar = v.substr(0, 1); });
|
||||
setViewProp('justify');
|
||||
setViewProp('textOverflow');
|
||||
|
||||
setViewProp('maskPattern', function(v) { view.setMaskPattern(v); });
|
||||
|
||||
setViewProp('maxLength');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue