-
New Feature
-
Resolution: Done
-
Major
-
8.0.0
-
None
For example,
@ToClientCommand({"doEventClicked", "doDayClicked"}) public class DemoViewModel { @Command public void doEventClicked() {} @Command public void doDayClicked() {} }
The both commands will be sent to client side for client binder to use
- relates to
-
ZK-1972 ZK bind support access vm properties in client side
- Closed