CalHTMLPane v2.0 Guide Example Tag Usage


2: Forms

Tag: INPUT (checkbox)

Default Rendering (no color modification):

 lookandfeelthreedeeflush
uicontrol Text Text Text
white Text Text Text
black Text Text Text
(light) Text Text Text
(dark) Text Text Text

Setting color attributes:

<TABLE border=2 cellspacing=2 cellpadding=5 width=200 bgcolor=uicontrol>
  <COLGROUP span=2 align=center width=50%></COLGROUP>
  <TR><TH>threedee</TH><TH>flush</TH></TR>
  <TR><TD>
    <INPUT type=checkbox style=threedee bgcolor=uicontrol> Text
    <INPUT type=checkbox style=flush bgcolor=green text=white> Text
  </TD></TR>
  <TR bgcolor=779988><TD>
    <INPUT type=checkbox style=threedee bgcolor=779988> Text
    <INPUT type=checkbox style=flush bgcolor=779988 text=yellow> Text
  </TD></TR>
  <TR bgcolor=ee99aa><TD>
    <INPUT type=checkbox style=threedee bgcolor=ee99aa> Text
    <INPUT type=checkbox style=flush bgcolor=red text=white> Text
  </TD></TR>
  <TR bgcolor=ccaa22><TD>
    <INPUT type=checkbox style=threedee bgcolor=ccaa22> Text
    <INPUT type=checkbox style=flush bgcolor=ccaa22> Text
  </TD></TR>
</TABLE>

Rendering:
threedeeflush
Text Text
Text Text
Text Text
Text Text

Guide Index  |  JavaDoc  |  Previous  |  Next