Uiinfrastructure API Docs  
 

HTMLElement Fields

The fields of the HTMLElement class are listed below. For a complete list of HTMLElement class members, see the HTMLElement Members topic.

Public Static Fields

aNewLine 
bAllowEvents Toggle this false to log errors when clients attempt to set values for attributes such as onclick, and onmouseover.
bAllowSetStyleClassWithString Set this member variable to specify whether or not the SetStyleClass method throws an HTMLException when called with a String parameter. If this member is set false, SetStyleClass( String ) will always throw an HTMLException. This is intended to force use of the corresponding method SetStyleClass( StyleClass ), to ensure valid style classes.
bCheckNestedStringForHTML Set this boolean true to cause HTMLElements to write warnings to the log file if nested strings contain HTML.
bEnforceMaxTableDepth Set this member variable to specify whether or not a maximum table depth is enforced. If this member is true, then the display methods will throw exceptions if there are tables nested too deeply. See iMaxTableDepth.
bPrintComments Set this member variable to specify whether or not comments are printed by the display methods.
iMaxTableDepth This int member specifies the maximum depth of table nesting. This is not enforced if bEnforceMaxTableDepth is false.
sNewLine Set this member to specify the newline character. If output is being formatted, this character is appended frequently. If output is not being formatted, this character is not used.
sTab This member variable to specify the tab character. If output is being formatted, this character is appended zero or more times to the beginning of each line.

Public Instance Fields

bForceFormattingOff Set this boolean true to force formatting of for this element as well as nested elements.
bForceFormattingOn 

Protected Instance Fields

bDisplayDidPause 
bPauseAfterDisplay 
bResumingAndChildFinished 
bResumingAndChildInMidRender 
bShowLang 
sLangLocal sLangLocal is used when an element's lang attribute is different from the global lang attribute. For example a search result page may display results in languages different from the page itself.

See Also

HTMLElement Class | com.plumtree.xpshared.htmlelements Namespace