* Fix TextEditView when 'text' set by default
* Fix TextEditView row vs col * Start skeleton on HorizontalMenuView
This commit is contained in:
@@ -68,7 +68,7 @@ function FullScreenEditorModule(options) {
|
||||
|
||||
this.menuMethods = {
|
||||
editorEscPressed : function(formData, extraArgs) {
|
||||
|
||||
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
@@ -442,17 +442,16 @@
|
||||
"ET1ET2MT3" : {
|
||||
"mci" : {
|
||||
"ET1" : {
|
||||
"width" : 20,
|
||||
"text" : "FIXME: to"
|
||||
"width" : 20,
|
||||
"placeholder" : "TODO support this",
|
||||
"focus" : true
|
||||
},
|
||||
"ET2" : {
|
||||
"width" : 20,
|
||||
"text" : "FIXME: from"
|
||||
"width" : 20
|
||||
},
|
||||
"MT3" : {
|
||||
"width" : 79,
|
||||
"height" : 17,
|
||||
"focus" : true,
|
||||
"text" : "",
|
||||
"submit" : [ "escape" ]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user