mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-10 14:44:40 +02:00
* Experimental enter/leave events for Views
This commit is contained in:
parent
85a72935fa
commit
b0103cb178
5 changed files with 74 additions and 1 deletions
|
@ -12,6 +12,7 @@ exports.EditTextView = EditTextView;
|
|||
function EditTextView(options) {
|
||||
options.acceptsFocus = miscUtil.valueWithDefault(options.acceptsFocus, true);
|
||||
options.acceptsInput = miscUtil.valueWithDefault(options.acceptsInput, true);
|
||||
options.resizable = false;
|
||||
|
||||
TextView.call(this, options);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue