- From: Steven Pemberton <steven.pemberton@cwi.nl>
- Date: Fri, 21 Oct 2016 17:16:21 +0200
- To: "public-xformsusers@w3.org" <public-xformsusers@w3.org>
https://www.w3.org/community/xformsusers/wiki/XForms_2.0#The_property_Child_Element When dispatching an event, you can add extra context information: <dispatch name="update-person" target="my-model"> <property name="person" value="instance('person')"/> <property name="min-age" value="21"/> <property name="new-first-name">Michelle</property> </dispatch> Does this work only for user-defined events, or will it also work for pre-defined ones? (I'm assuming the former). Steven
Received on Friday, 21 October 2016 15:16:57 UTC