Vai al contenuto principale

BIN xf8O5 Documentation

  • Author:

  • Version: 11

  • Description: A grid control for a list of order lines, with cells styles using [grid.align] all on the opposite side of where they would be by default. You need to insert an item to see it.

  • Created: 2014-11-29

  • Modified: 2014-11-29

  • Source:

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

    Printers Embed Responsive

    <complexType name='Form' description='A grid control for a list of order lines, with cells styles using [grid.align] all on the opposite side of where they would be by default. You need to insert an item to see it.'>
    		
    		<field name='Employee' type='xs:string' />
    		<field name='Date' type='xs:date' />
    	
    		<field name='Lines' type='Line' maxOccurs='n' extra:form.listview='grid' extra:lc.ordered='false'/>
    	
    	</complexType>
    
    
    	<complexType name='Line'>
    		<field name='ID' type='xs:string' extra:grid.align='right' />
    		<field name='Quantity' type='xs:int' extra:grid.align='left'/>
    		<field name='Price' type='xs:decimal' extra:grid.align='left' extra:form.control='currency' extra:currency.code='JPY'/>
    	
    	</complexType>