Skip to main content

BIN a4V0j Documentation

  • Author:

  • Version: 35

  • Description: Examples from "Common Particles Configuration" section of the form reference: form.key

  • Created: 2014-09-05

  • Modified: 2015-05-24

  • Source:

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

    Printers Embed Responsive

    <complexType name='Form' description='Examples from "Common Particles Configuration" section of the form reference: form.key'>
    	
    	<field name='FieldWithAccessKey' extra:form.explanation='The access key is k, most use alt+k, Mozilla use alt+shift+k, Opera shift+esc then key, Mac ctrl+key to focus. Not much agreement ;-)'  extra:form.key='k'  type='xs:string'/>
    	<field name='ComplexFieldWithAccessKey' extra:form.explanation='The access key is c, focus is on first available input'  extra:form.key='c'  type='Book'/>
    </complexType>
    
    <complexType name='Book' description=''>
    	<field name='Title' type='xs:string'/>
    	<field name='Author' type='xs:string'/>
    </complexType>