* Load fse stuff from menu.json. Will use form 0..n
This commit is contained in:
@@ -1006,6 +1006,10 @@ MultiLineEditTextView2.prototype.setText = function(text) {
|
||||
|
||||
};
|
||||
|
||||
MultiLineEditTextView2.prototype.getData = function() {
|
||||
return this.getOutputText(0, this.textLines.length, true);
|
||||
};
|
||||
|
||||
var HANDLED_SPECIAL_KEYS = [
|
||||
'up', 'down', 'left', 'right',
|
||||
'home', 'end',
|
||||
|
||||
Reference in New Issue
Block a user