BIN V7bgs Documentation
Author: Michele Vivoda
Version: 15
Description: A grid control for a list of items, with [grid.maxchars] on the [Note] field. Insert an item with a long Note to see. Is possible to use css word-break: break-all; to improve the display of the long note
Created: 2014-11-29
Modified: 2015-10-09
Source:
Edit Bin W3C Schema Json-Schema Java Bean Code Default Value as XML<complexType name='Form' description='A grid control for a list of items, with [grid.maxchars] on the [Note] field. Insert an item with a long Note to see. Is possible to use css word-break: break-all; to improve the display of the long note'> <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='Note' type='xs:string' extra:grid.maxchars='32' /> <field name='NoteStd' type='xs:string' /> <field name='Quantity' type='xs:int' extra:grid.align='left' /> </complexType>
application/xml //efbin.org/osk/V7bgs