Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Advertisement

<SimpleHTML> (inherits from <Frame>, creates a SimpleHTML widget) renders HTML content.

<SimpleHTML font="" file="" hyperlinkFormat="" resizeToFitContents="">
	<FontString />
	<FontStringHeader1 />
	<FontStringHeader2 />
	<FontStringHeader3 />
</SimpleHTML>

Attributes[]

font (xs:string) - See <Font>.
file (xs:string?Optional. Could be nil.)
hyperlinkFormat (xs:string?Optional. Could be nil.) - Defaults to |H%s|h%s|h, similar to the hyperlink escape sequence.
resizeToFitContents (xs:boolean?Optional. Could be nil.)

Child elements[]

<FontString>.

<FontStringHeader1> (inherits from <FontString>) defines the <H1> font.

<FontStringHeader2> and <FontStringHeader3> similarly apply to the <H2> and <H3> fonts.

External links[]

Advertisement