| com.microstrategy.web.tags.EnumHTMLTags |
Known Indirect Subclasses
|
The EnumHTMLTags specifies constants for the HTML tag names,
attribute names and attribute values.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | ATT_ACTION | The constant name of the HTML attribute action. |
|||||||||
| String | ATT_ALIGN | The constant name of the HTML attribute align. |
|||||||||
| String | ATT_ALT | The constant name of the HTML attribute alt. |
|||||||||
| String | ATT_AUTOCOMPLETE | The constant name of the HTML attribute autocomplete. |
|||||||||
| String | ATT_BORDER | The constant name of the HTML attribute border. |
|||||||||
| String | ATT_CELLPADDING | The constant name of the HTML attribute cellpadding. |
|||||||||
| String | ATT_CELLSPACING | The constant name of the HTML attribute cellspacing. |
|||||||||
| String | ATT_CHECKED | The constant name of the HTML attribute checked. |
|||||||||
| String | ATT_CLASS | The constant name of the HTML attribute class. |
|||||||||
| String | ATT_CMDID | The constant name of the HTML attribute cmdid. |
|||||||||
| String | ATT_CMDLVL | The constant name of the HTML attribute cmdlvl. |
|||||||||
| String | ATT_CMD_FORMAT_TYPE | The constant name of the HTML attribute cmdft. |
|||||||||
| String | ATT_COLS | The constant name of the HTML attribute cols. |
|||||||||
| String | ATT_COLSPAN | The constant name of the HTML attribute colspan. |
|||||||||
| String | ATT_DG | The constant name of the HTML attribute dg. |
|||||||||
| String | ATT_DIALOG | The constant name of the HTML attribute dialog. |
|||||||||
| String | ATT_DISABLED | The constant name of the HTML attribute disabled. |
|||||||||
| String | ATT_FOR | The constant name of the HTML attribute for. |
|||||||||
| String | ATT_HEIGHT | The constant name of the HTML attribute height. |
|||||||||
| String | ATT_HREF | The constant name of the HTML attribute href. |
|||||||||
| String | ATT_HSPACE | The constant name of the HTML attribute hspace. |
|||||||||
| String | ATT_ID | The constant name of the HTML attribute id. |
|||||||||
| String | ATT_IFRAME | The constant name of the HTML attribute iframe. |
|||||||||
| String | ATT_LANGUAGE | The constant name of the HTML attribute language. |
|||||||||
| String | ATT_MAXLENGTH | The constant name of the HTML attribute maxlength. |
|||||||||
| String | ATT_METHOD | The constant name of the HTML attribute method. |
|||||||||
| String | ATT_MODAL | The constant name of the HTML attribute modal. |
|||||||||
| String | ATT_NAME | The constant name of the HTML attribute name. |
|||||||||
| String | ATT_NOWRAP | The constant name of the HTML attribute nowrap. |
|||||||||
| String | ATT_ONCHANGE | The constant name of the HTML attribute onchange. |
|||||||||
| String | ATT_ONCLICK | The constant name of the HTML attribute onclick. |
|||||||||
| String | ATT_ONFOCUS | The constant name of the HTML attribute onfocus. |
|||||||||
| String | ATT_ONKEYUP | The constant name of the HTML attribute onkeyup. |
|||||||||
| String | ATT_ONMOUSEOUT | The constant name of the HTML attribute onmouseout. |
|||||||||
| String | ATT_ONMOUSEOVER | The constant name of the HTML attribute onmouseover. |
|||||||||
| String | ATT_ONSUBMIT | The constant name of the HTML attribute onsubmit. |
|||||||||
| String | ATT_PARAM | The constant name of the HTML attribute param . |
|||||||||
| String | ATT_PLACEHOLDER | The constant name of the HTML attribute placeholder. |
|||||||||
| String | ATT_READONLY | The constant name of the HTML attribute readOnly. |
|||||||||
| String | ATT_ROWS | The constant name of the HTML attribute rows. |
|||||||||
| String | ATT_ROWSPAN | The constant name of the HTML attribute rowspan. |
|||||||||
| String | ATT_SCRIPT_CLASS | The constant name of the HTML attribute scriptclass. |
|||||||||
| String | ATT_SELECTED | The constant name of the HTML attribute selected. |
|||||||||
| String | ATT_SIZE | The constant name of the HTML attribute size. |
|||||||||
| String | ATT_SRC | The constant name of the HTML attribute src. |
|||||||||
| String | ATT_STYLE | The constant name of the HTML attribute style. |
|||||||||
| String | ATT_SUMMARY | The constant name of the HTML attribute summary. |
|||||||||
| String | ATT_TARGET | The constant name of the HTML attribute target. |
|||||||||
| String | ATT_TITLE | The constant name of the HTML attribute title. |
|||||||||
| String | ATT_TY | The constant name of the HTML attribute ty. |
|||||||||
| String | ATT_TYPE | The constant name of the HTML attribute type. |
|||||||||
| String | ATT_VALIGN | The constant name of the HTML attribute valign. |
|||||||||
| String | ATT_VALUE | The constant name of the HTML attribute value. |
|||||||||
| String | ATT_VALUE_ABSBOTTOM | The constant attribute value absbottom. |
|||||||||
| String | ATT_VALUE_ABSMIDDLE | The constant attribute value absmiddle. |
|||||||||
| String | ATT_VALUE_BOTTOM | The constant attribute value bottom. |
|||||||||
| String | ATT_VALUE_BUTTON | The constant attribute value button. |
|||||||||
| String | ATT_VALUE_CHECKBOX | The constant attribute value checkbox. |
|||||||||
| String | ATT_VALUE_DEFAULT | The constant attribute value 1. |
|||||||||
| String | ATT_VALUE_EMBED | The constant attribute value embed. |
|||||||||
| String | ATT_VALUE_FALSE | The constant attribute value false. |
|||||||||
| String | ATT_VALUE_HIDDEN | The constant attribute value hidden. |
|||||||||
| String | ATT_VALUE_IMAGE | The constant attribute value image. |
|||||||||
| String | ATT_VALUE_JAVASCRIPT | The constant attribute value javascript. |
|||||||||
| String | ATT_VALUE_LEFT | The constant attribute value left. |
|||||||||
| String | ATT_VALUE_MIDDLE | The constant attribute value middle. |
|||||||||
| String | ATT_VALUE_POST | The constant attribute value post. |
|||||||||
| String | ATT_VALUE_RADIO | The constant attribute value radio. |
|||||||||
| String | ATT_VALUE_SUBMIT | The constant attribute value submit. |
|||||||||
| String | ATT_VALUE_TEXT | The constant attribute value text. |
|||||||||
| String | ATT_VALUE_TOP | The constant attribute value top. |
|||||||||
| String | ATT_VALUE_TRUE | The constant attribute value true. |
|||||||||
| String | ATT_VSPACE | The constant name of the HTML attribute vspace. |
|||||||||
| String | ATT_WIDTH | The constant name of the HTML attribute width. |
|||||||||
| String | TAG_NAME_ANCHOR | The constant name of the HTML tag a. |
|||||||||
| String | TAG_NAME_CELL | The constant name of the HTML tag td. |
|||||||||
| String | TAG_NAME_DIV | The constant name of the HTML tag div. |
|||||||||
| String | TAG_NAME_HEADER | The constant name of the HTML tag th. |
|||||||||
| String | TAG_NAME_IFRAME | The constant name of the HTML tag iframe. |
|||||||||
| String | TAG_NAME_IMAGE | The constant name of the HTML tag img. |
|||||||||
| String | TAG_NAME_INPUT | The constant name of the HTML tag input. |
|||||||||
| String | TAG_NAME_LABEL | The constant name of the HTML tag label. |
|||||||||
| String | TAG_NAME_MAP | The constant name of the HTML tag map. |
|||||||||
| String | TAG_NAME_OPTION | The constant name of the HTML tag option. |
|||||||||
| String | TAG_NAME_ROW | The constant name of the HTML tag tr. |
|||||||||
| String | TAG_NAME_SCRIPT | The constant name of the HTML tag script. |
|||||||||
| String | TAG_NAME_SELECT | The constant name of the HTML tag select. |
|||||||||
| String | TAG_NAME_SPAN | The constant name of the HTML tag span. |
|||||||||
| String | TAG_NAME_STYLE | The constant name of the STYLE tag a. |
|||||||||
| String | TAG_NAME_TABLE | The constant name of the HTML tag table. |
|||||||||
| String | TAG_NAME_TEXTAREA | The constant name of the HTML tag textarea. |
|||||||||
The constant name of the HTML attribute action.
The constant name of the HTML attribute align.
The constant name of the HTML attribute alt.
The constant name of the HTML attribute autocomplete.
The constant name of the HTML attribute border.
The constant name of the HTML attribute cellpadding.
The constant name of the HTML attribute cellspacing.
The constant name of the HTML attribute checked.
The constant name of the HTML attribute class.
The constant name of the HTML attribute cmdid.
The constant name of the HTML attribute cmdlvl.
The constant name of the HTML attribute cmdft.
The constant name of the HTML attribute cols.
The constant name of the HTML attribute colspan.
The constant name of the HTML attribute dg.
The constant name of the HTML attribute dialog.
The constant name of the HTML attribute disabled.
The constant name of the HTML attribute for.
The constant name of the HTML attribute height.
The constant name of the HTML attribute href.
The constant name of the HTML attribute hspace.
The constant name of the HTML attribute id.
The constant name of the HTML attribute iframe.
The constant name of the HTML attribute language.
The constant name of the HTML attribute maxlength.
The constant name of the HTML attribute method.
The constant name of the HTML attribute modal.
The constant name of the HTML attribute name.
The constant name of the HTML attribute nowrap.
The constant name of the HTML attribute onchange.
The constant name of the HTML attribute onclick.
The constant name of the HTML attribute onfocus.
The constant name of the HTML attribute onkeyup.
The constant name of the HTML attribute onmouseout.
The constant name of the HTML attribute onmouseover.
The constant name of the HTML attribute onsubmit.
The constant name of the HTML attribute param .
The constant name of the HTML attribute placeholder.
The constant name of the HTML attribute readOnly.
The constant name of the HTML attribute rows.
The constant name of the HTML attribute rowspan.
The constant name of the HTML attribute scriptclass.
The constant name of the HTML attribute selected.
The constant name of the HTML attribute size.
The constant name of the HTML attribute src.
The constant name of the HTML attribute style.
The constant name of the HTML attribute summary.
The constant name of the HTML attribute target.
The constant name of the HTML attribute title.
The constant name of the HTML attribute ty.
The constant name of the HTML attribute type.
The constant name of the HTML attribute valign.
The constant name of the HTML attribute value.
The constant attribute value absbottom.
The constant attribute value absmiddle.
The constant attribute value bottom.
The constant attribute value button.
The constant attribute value checkbox.
The constant attribute value 1.
The constant attribute value embed.
The constant attribute value false.
The constant attribute value hidden.
The constant attribute value image.
The constant attribute value javascript.
The constant attribute value left.
The constant attribute value middle.
The constant attribute value post.
The constant attribute value radio.
The constant attribute value submit.
The constant attribute value text.
The constant attribute value top.
The constant attribute value true.
The constant name of the HTML attribute vspace.
The constant name of the HTML attribute width.
The constant name of the HTML tag a.
The constant name of the HTML tag td.
The constant name of the HTML tag div.
The constant name of the HTML tag th.
The constant name of the HTML tag iframe.
The constant name of the HTML tag img.
The constant name of the HTML tag input.
The constant name of the HTML tag label.
The constant name of the HTML tag map.
The constant name of the HTML tag option.
The constant name of the HTML tag tr.
The constant name of the HTML tag script.
The constant name of the HTML tag select.
The constant name of the HTML tag span.
The constant name of the STYLE tag a.
The constant name of the HTML tag table.
The constant name of the HTML tag textarea.