Skip to main content

BIN beHSC Documentation

  • Author:

  • Version: 25

  • Description: Form UX - List - Example of simple list with one-field-complextype and grid

  • Created: 2015-12-20

  • Modified: 2017-09-25

  • Source:

     Edit Bin W3C Schema Json-Schema Java Bean Code Default Value as XML

    Printers Embed Responsive

    <complexType name='Form' description='Form UX - List - Example of simple list with one-field-complextype and grid'>
    	<field name='listOfNames' type='Sub' maxOccurs='n' extra:lc.simple='true'   extra:lc.edit='false' extra:form.listview='egrid' /> 
    </complexType>
    
    <complexType name='Sub' description=''>
    	<field name='Name' type='xs:string' extra:ic.css='input-large'/>
    </complexType>