BIN UUVn7 Documentation
Author: Michele Vivoda
Version: 4
Description: Editable Complex Control - Address Optional - expression uses XPath
Created: 2014-11-30
Modified: 2014-11-30
Source:
Edit Bin W3C Schema Json-Schema Java Bean Code Default Value as XML<complexType name='Form' description='Editable Complex Control - Address Optional - expression uses XPath'> <field name='Name' type='xs:string'/> <field name='BirthDate' type='xs:date'/> <field name='Address' extra:form.editable.expression='concat(City, " ", Street)' extra:form.editable.expression.grammar='xpath' extra:form.editable.remove.label='' extra:form.maybenull='true' minOccurs='0' extra:form.cview='edit' type='AddressType'/> </complexType> <complexType name='AddressType'> <field name='Street' type='xs:string'/> <field name='City' type='xs:string' default='Amsterdam' /> </complexType>
application/xml //efbin.org/osk/UUVn7