mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-08-04 00:41:56 +02:00
* Load fse stuff from menu.json. Will use form 0..n
This commit is contained in:
parent
e7e9070414
commit
670bf0fd6e
4 changed files with 51 additions and 53 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue