* justify can be specified via menu.json

This commit is contained in:
Bryan Ashby 2015-05-07 16:43:00 -06:00
parent 37adeb5f90
commit bd2253aec0
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -235,7 +235,7 @@
], ],
"height" : 10, "height" : 10,
"itemSpacing" : 1, "itemSpacing" : 1,
// :TODO: justify not working?? "justify" : "center",
"focusTextStyle" : "small i" "focusTextStyle" : "small i"
} }
}, },