Skip to main content

BIN O5aao Documentation

  • Author:

  • Version: 37

  • Description: Test for dialog verbatim/escape TODO unify grid and form, use [escape]

  • Created: 2018-09-25

  • Modified: 2018-10-07

  • Source:

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

    Printers Embed Responsive

    <complexType name='Form' description='Test for dialog verbatim/escape TODO unify grid and form, use [escape]' extra:form.ccontrol='print'>
    		<implements type='Row'/>
    <field name='Rows' type='Row' maxOccurs='n' extra:form.listview='grid'/>
    
    </complexType>
    
    <complexType name='Row' description=''>
    		<field name='htmlDialog' type='xs:string' node='attribute'
    		extra:form.print.dialog='true' extra:form.print.verbatim='true' default='HTML &lt;b>text&lt;/b>'/>
    	<field name='htmlInline' type='xs:string' node='attribute' 
     		extra:lc.escape='none'
    		extra:form.print.verbatim='true' default='HTML &lt;b>text&lt;/b>'/>
    	<field name='htmlInlineEscaped' type='xs:string' node='attribute' 
    		default='HTML &lt;b>text&lt;/b>'/>
    </complexType>