Enum | +--DhAlignEnumpublic class DhAlignEnum
Defines alignment constants.
Also see wfc.html.DhRadioButton, wfc.html.DhCheckBox
Fields
Name | Description |
---|---|
ABSBOTTOM | Topic under construction. |
ABSMIDDLE | Topic under construction. |
BASELINE | Topic under construction. |
BOTTOM | Topic under construction. |
CENTER | Topic under construction. |
JUSTIFY | Topic under construction. |
LEFT | Topic under construction. |
RIGHT | Topic under construction. |
SUBSCRIPT | Topic under construction. |
SUPERSCRIPT | Topic under construction. |
TEXT_LEFT | Specifies a left-aligned label. |
TEXT_RIGHT | Specifies a right-aligned label. |
TEXTTOP | Topic under construction. |
TOP | Topic under construction. |
For example: <LABEL FOR=cbox2>This is a Left Aligned Label<INPUT ID=cbox2 TYPE="CHECKBOX" VALUE=2 CHECKED></LABEL>
For example: <LABEL FOR=cbox><INPUT ID=cbox TYPE="CHECKBOX" VALUE=1 CHECKED>This is a Right Aligned Label</LABEL>