Skip to main content

BIN BqCEt Documentation

  • Author:

  • Version: 9

  • Description: Grid test - null value and fixed label

  • Created: 2015-01-15

  • Modified: 2015-01-15

  • Source:

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

    Printers Embed Responsive

    <complexType name='Form' description='Grid test - null value and fixed label'>
    
    <field name='a' type='Sub' extra:form.listview='grid' maxOccurs='n'/>
        
    </complexType> 
    <complexType name='Sub' description='Text input - number format: [percent | currency | simple]'>
     <field name='DefaultFormat' minOccurs='0' type='xs:decimal' default='1' extra:grid.label.fixed='a' extra:grid.expression='ax'/>
    
    </complexType>