* justify can be specified via menu.json
This commit is contained in:
parent
37adeb5f90
commit
bd2253aec0
|
@ -187,6 +187,7 @@ function ViewController(options) {
|
|||
setViewProp('textStyle');
|
||||
setViewProp('focusTextStyle');
|
||||
setViewProp('textMaskChar', function(v) { view.textMaskChar = v.substr(0, 1); });
|
||||
setViewProp('justify');
|
||||
|
||||
setViewProp('maxLength');
|
||||
|
||||
|
|
|
@ -235,7 +235,7 @@
|
|||
],
|
||||
"height" : 10,
|
||||
"itemSpacing" : 1,
|
||||
// :TODO: justify not working??
|
||||
"justify" : "center",
|
||||
"focusTextStyle" : "small i"
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue