new GrenznachweisView()
modules/formular/view.js, line 31
Fires:
- Formular#event:RadioTriggerKeyUp
- Formular#event:RadioTriggerClick
- Formular#event:RadioTriggerFocusOut
Listens to Events:
Extends
Methods
-
click(evt){void}
modules/formular/view.js, line 73 -
With a click event on the formular this anonymized event is triggered
Name Type Description evt
Event Click event on the formular -
focusout(evt){void}
modules/formular/view.js, line 83 -
With a focus out event on the formular this anonymized event is triggered
Name Type Description evt
Event Focus out event on the formular -
keyup(evt){void}
modules/formular/view.js, line 63 -
With a keyup event on the formular this anonymized event is triggered
Name Type Description evt
Event Keyup event on the formular -
render(model, value){GrenznachweisView}
modules/formular/view.js, line 46 -
Renders the formular
Name Type Description model
GrenznachweisModel todo value
Boolean Empty the formular or render it Returns:
this