Roxen.git/server/modules/tags/obox.pike:1:
// The outlined box module, Copyright © 1996 - 2000, Roxen IS.
//
// Fredrik Noring et al
//
// Several modifications by Francesco Chemolli.
- constant cvs_version = "$Id: obox.pike,v 1.28 2000/05/05 10:55:19 kuntri Exp $";
+ constant cvs_version = "$Id: obox.pike,v 1.29 2000/08/09 14:45:39 kuntri Exp $";
constant thread_safe=1;
#include <module.h>
inherit "module";
TAGDOCUMENTATION
#ifdef manual
constant tagdoc=(["obox":([
"standard":#"<desc cont><short>This tag creates an outlined box.</short></desc>
Roxen.git/server/modules/tags/obox.pike:55: Inside #if defined(manual)
</attr>
<attr name=style value=caption|groupbox>
Style of the box. Groupbox is default
</attr>
<attr name=textcolor value=color>
Color of the text inside the box.
</attr>
- <att name=title value=string>
+ <attr name=title value=string>
Sets the title of the obox.
</attr>
<attr name=titlecolor value=color>
Color of the title text.
</attr>
<attr name=width value=number>
Width, in pixels, of the box.