This translation is older than the original page and might be outdated. See what has changed.

NC-Type CHECKBOX


CHECKBOX-Type Property (CHECK BOX VALUE=0/1)

    <prop name="BAJA" visible="1" group="1" type="NC" labelwidth="8" fieldsize="6" />



The radio button has beem implemented from the props type NC, through the following attributes:

  • check-type : It defines if we want that the NC looks like the radio button with the “radio” value.
  • radio-group : It defines an ID, which the framework will group all the NC with the same radio-group value and will be in charge to mark and unmark as appropriate.


Example:

   <prop name="MAP_CHECK01" type="NC" labelwidth="20" width="100%" height="10%" lmargin="5" title="Check #1 (radio-group=&quot;1&quot;)" check-type="radio" radio-group="1" />
   <prop name="MAP_CHECK02" type="NC" labelwidth="20" width="100%" height="10%" lmargin="5" title="Check #2 (radio-group=&quot;1&quot;)" check-type="radio" radio-group="1" />
   <prop name="MAP_CHECK03" type="NC" labelwidth="20" width="100%" height="10%" lmargin="5" title="Check #3 (radio-group=&quot;1&quot;)" check-type="radio" radio-group="1" />