Vai al contenuto principale

BIN IHuDg Documentation

  • Author:

  • Version: 10

  • Description: Big Numbers Demo - The standard HTML input has no limitation when xs:decimal or xs:integer is used however HTML5 type="number" may not handle more than 15 ciphers depending on browser implementation. Note that for a xs:decimal type="number" cannot be u...

  • Created: 2014-12-10

  • Modified: 2016-12-20

  • Source:

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

    Printers Embed Responsive

    <complexType name='Form' description='Big Numbers Demo - The standard HTML input has no limitation when xs:decimal or xs:integer is used however HTML5 type="number" may not handle more than 15 ciphers depending on browser implementation. Note that for a xs:decimal type="number" cannot be used in any case since separators are localized. '  >
        <field name='Decimal' type='xs:decimal'  default='289792847328473498373987493287493248274984739' extra:ic.css='input-xxlarge'/>
        <field name='Integer' type='xs:integer' default='289792847328473498373987493287493248274984739' extra:ic.css='input-xxlarge'/>
        <field name='IntegerHtml5Text' extra:html5.type='text' type='xs:integer' extra:ic.css='input-xxlarge' default='289792847328473498373987493287493248274984739' />
    </complexType>