Border support

20 Feb 20171 minute to read

Specifies the style of the border.The default value of the “borderStyle” is “box”.

The border style is

  • Box

  • Line

  • none

  • HTML
  • <div id="header_sample" data-role="ejmheader" data-ej-title="Numeric TextBox"></div>
      <div class="sample">
             <input id="sample" name="sample" data-role="ejmnumeric" type="number" data-ej-watermarktext="0" data-ej-borderstyle="none" />
    </div>

    The following screenshot displays the output.