Added generalized input control similiar to text

This commit is contained in:
Severin Münger
2013-09-02 03:44:30 +02:00
parent bc6b4f90c3
commit 16c89180d2
3 changed files with 15 additions and 3 deletions

View File

@@ -54,7 +54,7 @@ class WSF_TEXT_CONTROL extends WSF_CONTROL
window.states[@control_name]['text'] = state.text
@$el.val(state.text)
#map class name to effectiv class
#map class name to effective class
typemap =
"WSF_BUTTON_CONTROL":WSF_BUTTON_CONTROL
"WSF_TEXT_CONTROL":WSF_TEXT_CONTROL