Re: The property element

There is no test in XSLTForms to check whether an event is pre-defined 
or not to allow properties respectively...

Alain

Le 21/10/2016 à 17:16, Steven Pemberton a écrit :
> 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:22:17 UTC