From: Václav Slavík Date: Wed, 2 Jan 2002 17:09:01 +0000 (+0000) Subject: updated tags info X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f02ff0a7bd90ab3288e7748ed0b84fa539a2efd9 updated tags info git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13312 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/htmltags.tex b/docs/latex/wx/htmltags.tex index fe3fe79a98..c5ea8a3814 100644 --- a/docs/latex/wx/htmltags.tex +++ b/docs/latex/wx/htmltags.tex @@ -24,8 +24,7 @@ We will use these substitutions in tags descriptions: BOTTOM CENTER -[color] #nnnnnn - where n is hexadecimal digit +[color] HTML 4.0-compliant colour specification [fontsize] -2 -1 @@ -60,131 +59,92 @@ We will use these substitutions in tags descriptions: \wxheading{List of supported tags} \begin{verbatim} -P ALIGN=[alignment] - -BR ALIGN=[alignment] - -DIV ALIGN=[alignment] - -CENTER +A NAME=[string] + HREF=[url] + TARGET=[target window spec] +ADDRESS +AREA SHAPE=POLY + SHAPE=CIRCLE + SHAPE=RECT + COORDS=[coords] + HREF=[url] +B +BIG BLOCKQUOTE - -TITLE - BODY TEXT=[color] LINK=[color] BGCOLOR=[color] - -HR ALIGN=[alignment] - SIZE=[pixels] - WIDTH=[percent] - WIDTH=[pixels] - -FONT COLOR=[color] - SIZE=[fontsize] - FACE=[comma-separated list of facenames] - -U - -B - -I - -EM - -STRONG - +BR ALIGN=[alignment] +CENTER CITE - -ADDRESS - CODE - -KBD - -SAMP - -TT - +DD +DIV ALIGN=[alignment] +DL +DT +EM +FONT COLOR=[color] + SIZE=[fontsize] + FACE=[comma-separated list of facenames] +HR ALIGN=[alignment] + SIZE=[pixels] + WIDTH=[percent|pixels] + NOSHADE H1 - H2 - H3 - H4 - H5 - H6 - -A NAME=[string] - HREF=[url] - -PRE - +I +IMG SRC=[url] + WIDTH=[pixels] + HEIGHT=[pixels] + ALIGN=TEXTTOP + ALIGN=CENTER + ALIGN=ABSCENTER + ALIGN=BOTTOM + USEMAP=[url] +KBD LI - -UL - +MAP NAME=[string] +META HTTP-EQUIV="Content-Type" + CONTENT=[string] OL - -DL - -DT - -DD - +P ALIGN=[alignment] +PRE +SAMP +SMALL +STRIKE +STRONG TABLE ALIGN=[alignment] - WIDTH=[percent] - WIDTH=[pixels] + WIDTH=[percent|pixels] BORDER=[pixels] VALIGN=[v_alignment] BGCOLOR=[color] CELLSPACING=[pixels] CELLPADDING=[pixels] - -TR ALIGN=[alignment] +TD ALIGN=[alignment] VALIGN=[v_alignment] BGCOLOR=[color] - + WIDTH=[percent|pixels] + COLSPAN=[pixels] + ROWSPAN=[pixels] TH ALIGN=[alignment] VALIGN=[v_alignment] BGCOLOR=[color] - WIDTH=[percent] - WIDTH=[pixels] + WIDTH=[percent|pixels] COLSPAN=[pixels] ROWSPAN=[pixels] - -TD ALIGN=[alignment] +TITLE +TR ALIGN=[alignment] VALIGN=[v_alignment] BGCOLOR=[color] - WIDTH=[percent] - WIDTH=[pixels] - COLSPAN=[pixels] - ROWSPAN=[pixels] - -IMG SRC=[url] - WIDTH=[pixels] - HEIGHT=[pixels] - ALIGN=TEXTTOP - ALIGN=CENTER - ALIGN=ABSCENTER - ALIGN=BOTTOM - USEMAP=[url] - -MAP NAME=[string] +TT +U +UL -AREA SHAPE=POLY - SHAPE=CIRCLE - SHAPE=RECT - COORDS=[coords] - HREF=[url] - -META HTTP-EQUIV="Content-Type" - CONTENT=[string] - \end{verbatim}