Facility Control

 View Only
  • 1.  Digit Limite on Text Entry

    Posted 08-16-2018 22:10
    Hello - I'm using a text entry to input jersey numbers. I want to limit the input to two digits. I thought it would deal with the precision of the parameter, but that doesn't appear to be the answer. Anyone know how to accomplish this?

    thanks!


  • 2.  RE: Digit Limite on Text Entry

    Posted 08-17-2018 13:36

    Presently, your best bet is to use a String parameter and, in the definition of the parameter, change the max length to "2".

    <abs contexttype="opengear" id="_top" style="">
       <meta>
          <params>
             <param access="1" maxlength="2" name="Num" oid="Num" type="STRING" value="" widget="default"/>
          </params>
       </meta>
       <param expand="true" height="73" left="22" oid="Num" top="23" width="158"/>
    </abs>

    I will log a request to limit the number of digits in the text entry as well.

    Cheers.

    James


    #DashBoard


  • 3.  RE: Digit Limite on Text Entry

    Posted 08-17-2018 17:38
    Thanks James! That would be great if they can add that feature down the road.
    #DashBoard