IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.

IG::Lib::HtmlConst Class Reference

Contains a number of important constants used in Html. More...

List of all members.

Public Attributes

const string AttributeClass = "class"
 The class attribute. Specifies one or more classnames for an element (refers to a class in a style sheet).
const string AttributeId = "id"
 The id attribute. Specifies a unique id for an element.
const string AttributeStyle = "style"
 The style attribute. Specifies an inline CSS style for an element.
const string AttributeTitle = "title"
 The style attribute. Specifies extra information about an element.
const string AttributeTextDirection = "dir"
 The text direction attribute. Specifies text direction for the content in an element.
const string AttributeLanguage = "lang"
 The language attribute. Specifies the language of the element's content.
const string AttributeLanguageXml = "xml:lang"
 The xml language attribute. Specifies the language of the element's content (for XHTML documents).
const string AttributeShortcutKey = "accesskey"
 The shortcut key attribute. Specifies a shortcut key to activate/focus an element.
const string AttributeTabIndex = "tabindex"
 The tab index attribute. Specifies the tabbing order of an element.

Detailed Description

Contains a number of important constants used in Html.

$A Igor feb12;


Member Data Documentation

const string IG::Lib::HtmlConst::AttributeClass = "class"

The class attribute. Specifies one or more classnames for an element (refers to a class in a style sheet).

const string IG::Lib::HtmlConst::AttributeId = "id"

The id attribute. Specifies a unique id for an element.

const string IG::Lib::HtmlConst::AttributeStyle = "style"

The style attribute. Specifies an inline CSS style for an element.

const string IG::Lib::HtmlConst::AttributeTitle = "title"

The style attribute. Specifies extra information about an element.

The text direction attribute. Specifies text direction for the content in an element.

The language attribute. Specifies the language of the element's content.

const string IG::Lib::HtmlConst::AttributeLanguageXml = "xml:lang"

The xml language attribute. Specifies the language of the element's content (for XHTML documents).

const string IG::Lib::HtmlConst::AttributeShortcutKey = "accesskey"

The shortcut key attribute. Specifies a shortcut key to activate/focus an element.

const string IG::Lib::HtmlConst::AttributeTabIndex = "tabindex"

The tab index attribute. Specifies the tabbing order of an element.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties Events