-
FEATURED COMPONENTS
First time here? Check out the FAQ!
![]() | 1 | initial version | |
I need a event from zk component when the value of component is changed. i binded component value with a variable in ViewModel.
<z:textbox rows="10" id="z-RouteTextArea" class="z-RouteTextArea" width="100%" value="@bind(fx.routeDefinition)"/>
I am trying to listen change event on textbox, but it's not firing.
can any one please let me know which event will fire on binding.
![]() | 2 | Added code tag |
I need a event from zk component when the value of component is changed. i binded component value with a variable in ViewModel.
<z:textbox rows="10" id="z-RouteTextArea" class="z-RouteTextArea" width="100%" I am trying to listen change event on textbox, but it's not firing.
can any one please let me know which event will fire on binding.