Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
WoW
Talk
English
Views
Read
Edit
History
More
Search
Navigation
Home
Random page
Help using wiki
Editions
for WoW
for WildStar
for Solar2D
Documentation
for WoW
for WildStar
Reference
WoW
⦁ FrameXML
⦁ AddOns
⦁ API
⦁ WoW Lua
WildStar
⦁ AddOns
⦁ API
⦁ WildStar Lua
Engine
Tools
What links here
Related changes
Special pages
Page information
Site
Recent Changes
Editing
WoW:UIOBJECT SimpleHTML
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Supported HTML == * h1, h2, h3, p - text containers : <code><nowiki><(h1|h2|h3|p) [align="(left|center|right)"]>...</(h1|h2|h3|p)></nowiki></code> :* align - (left, center, right) controls positioning of the text element, * img - image, only outside of text containers : <code><nowiki><img src="IMAGE_SOURCE" [align="(left|center|right)"] [width="NUM"] [height="NUM"] /></nowiki></code> :* align - (left, center, right) controls positioning of the image :* width - (number) width of image in pixels :* height - (number) height of image in pixels :* src - (string) image source, for example Interface\Icons\Ability_Ambush * a - anchor (link only), only displayed inside text containers : <code><nowiki><a href="LINK">TEXT</a></nowiki></code> :* href - (string) link to pass OnHyperLink* widget handlers * br - line break : <code><nowiki><br /></nowiki></code> :: no attributes === HTML Notes === The following conditions and quirks apply: * SimpleHTML will only display text as HTML if it is well-formed * Tag names are case insensitive, img and iMg achieve the same result * All tags must be closed. Some tags are self-closing, like br, img. * Closing tags must match the case of the opening tag. * Attribute values must be quoted. Both double and single quotes are supported. * Quotes, less/greater than signs, and ampersands must be entity-escaped, like: <code>'&quot;' '&lt;' '&gt;' '&amp;'</code>. No other entity-escapes are supported. * Unrecognized tags are ignored entirely, even if they contain known tags inside. * Unrecognized attributes are ignored. * Document content must be enclosed in <code><nowiki><html><body> </body></html></nowiki></code> tags.
Summary:
Please note that all contributions to AddOn Studio are considered to be released under the Creative Commons Attribution-NonCommercial-ShareAlike (see
AddOn Studio Wiki:Copyrights
for details).
Submissions must be written by you, or copied from a public domain or similar free resource (see
AddOn Studio Wiki:Copyrights
for details).
Cancel
Editing help
(opens in new window)