BIN 2q1nS Documentation
Author: Michele Vivoda
Version: 6
Description: form.hidden on complex field with nested field - value is not propagated to child particles, use [form.cview=hidden] instead
Created: 2019-12-24
Modified: 2019-12-24
Source:
Modifica Bin W3C Schema Json-Schema Java Bean Code Default Value as XML<complexType name='Form' description='form.hidden on complex field with nested field - value is not propagated to child particles, use [form.cview=hidden] instead'> <field name='Name' type='xs:string'/> <field name='Address' type='Address' minOccurs='0' extra:form.hidden='true' extra:form.maybenull='true' extra:ctrl.emptyisnull='true'/> <field name='Address2' type='Address' minOccurs='0' extra:form.hidden='true' extra:form.cview='hidden' extra:ctrl.emptyisnull='true'/> <field name='dummy' type='xs:string' minOccurs='0' /> </complexType> <complexType name='Address' > <field name='Street' type='xs:string' extra:html5='false' /> <field name='City' type='xs:string' extra:html5='false' extra:form.hidden='true' /> <field name='Date' type='xs:date' extra:html5='false' /> <field name='NestedAddress' type='Address' minOccurs='0' /> </complexType>application/xml //efbin.org/osk/2q1nS //efbin.org/bin/2q1nS Eleusoft ARIA