Skip to main content

BIN abUCG Documentation

  • Author:

  • Version: 8

  • Description: Form UX - List - Example of simple list with one-field-complextype and grid - When empty field click on create does not create item, not sure if BUG

  • Created: 2015-12-21

  • Modified: 2024-02-06

  • 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  - When empty field click on create does not create item, not sure if BUG'>
    	<field name='listOfNames' type='Sub' maxOccurs='n' extra:lc.simple='true'   extra:lc.edit='false' extra:form.listview='egrid' extra:ctrl.emptyisnull='true' extra:xxlc.min='1'/>  
    </complexType>
    
    <complexType name='Sub' description=''>
    	<field name='Name' type='xs:string' extra:ic.css='input-large'/>
    </complexType>