2000-11-19
2000-11-19 21:32:59 by Kenneth Johansson <kenneth.johansson.home@gmail.com>
-
70d078870213c9212a42085dba6fbaddfc291f29
(17 lines)
(+10/-7)
[
Show
| Annotate
]
Branch: 2.1
More markup changes
Rev: server/base_server/image_cache.xml:1.3
Rev: server/base_server/rxml.pike:1.262
Rev: server/modules/graphics/cimg.pike:1.35
Rev: server/modules/graphics/gbutton.pike:1.65
Rev: server/modules/graphics/graphic_text.pike:1.257
Rev: server/modules/ldap/ldaptag.pike:2.8
Rev: server/modules/scripting/piketag.pike:2.30
Rev: server/modules/tags/diremit.pike:1.7
Rev: server/modules/tags/rxmltags.pike:1.191
Rev: server/modules/tags/tablify.pike:1.61
25:
// must also be aligned left or right.
- constant cvs_version = "$Id: gbutton.pike,v 1.64 2000/11/17 15:56:30 anders Exp $";
+ constant cvs_version = "$Id: gbutton.pike,v 1.65 2000/11/19 21:32:54 kuntri Exp $";
constant thread_safe = 1;
#include <module.h>
134: Inside #if defined(manual)
<attr name='align-icon' value='left|center-before|center-after|right'><p>
Set icon alignment.</p>
- <table>
- <tr><td>left</td><td>Place icon on the left side of the text.</td></tr>
- <tr><td>center-before</td><td>Center the icon before the text.Requires the <att>align='center'</att> attribute.</td></tr>
- <tr><td>center-after</td><td>Center the icon after the text. Requires the <att>align='center'</att> attribute.</td></tr>
- <tr><td>right</td><td>Place icon on the right side of the text.</td></tr>
- </table>
+ <xtable>
+ <row><c>left</c><c>Place icon on the left side of the text.</c></row>
+ <row><c>center-before</c><c>Center the icon before the text.Requires the <att>align='center'</att> attribute.</c></row>
+ <row><c>center-after</c><c>Center the icon after the text. Requires the <att>align='center'</att> attribute.</c></row>
+ <row><c>right</c><c>Place icon on the right side of the text.</c></row>
+ </xtable>
-
+ <p></p>
+
<ex>
<gbutton width='150' align-icon='center-before' icon-src='internal-roxen-help'>Roxen 2.0</gbutton>
</ex>