WoW:UIOBJECT SimpleHTML: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
No edit summary
({{widget}})
Line 1: Line 1:
{{stub/Other}}
{{widget}}
{{Stub/API}}
Some day this page can be filled in properly, until then, here's some notes on the markup supported:
Some day this page can be filled in properly, until then, here's some notes on the markup supported:


Line 21: Line 22:
:|Hlinkid|hlinktext|h - for Hyperlinks
:|Hlinkid|hlinktext|h - for Hyperlinks
:Possibly |n as newline in some cases.
:Possibly |n as newline in some cases.
[[Category:World of Warcraft API]]

Revision as of 22:09, 9 June 2006

Widget API < SimpleHTML

Some day this page can be filled in properly, until then, here's some notes on the markup supported:

It's very limited, there's 2 modes, HTML mode and plain mode. in HTML mode you have.

<HTML><BODY>...</BODY></HTML>
<P align="...">...</P>
<BR/>
<H1 align="...">...</H1>
<H2 align="...">...</H2>
<H3 align="...">...</H3>
<IMG SRC="Interface\\Pictures\\Linken_sepia_256px"/>
<A href="linkid">...</A>

I belive the IMG tag can take width and height, also.

In plain mode you have

|cRRGGBBAA - Set color
|r - Reset color
|Hlinkid|hlinktext|h - for Hyperlinks
Possibly |n as newline in some cases.