docs.roxen.comView this page in a printer friendly mode
DocsRoxenWebServer 5.4Web Developer ManualGraphics Tags
Copyright © 2018, Roxen Internet Software
Suggestions, comments & compliments
manuals@roxen.com
 DEMO  DOCS  PIKE
 COMMUNITY  DOWNLOAD
www.roxen.com

   

Color attributes
Internal Images
<anfang>
<atlas>
<captcha-verify>
<cimg>
<cimg-url>
<colorscope>
<configimage>
<diagram>
<gbutton>
<gbutton-url>
<gh>
<gtext>
<gtext-id>
<gtext-js>
<gtext-url>
<gxml>
<imgs>
<tablist>

<colorscope></colorscope>

Provided by module: Tags: RXML tags

Makes it possible to change the autodetected colors within the tag. Useful when out-of-order parsing occurs, e.g.

<define tag="hello"> <colorscope bgcolor="red"> <gtext>Hello</gtext> </colorscope> </define> <table><tr> <td bgcolor="red"> <hello/> </td> </tr></table>

It can also successfully be used when the wiretap module is turned off for e.g. performance reasons.


Attributes

text="color"

Set the text color to this value within the scope.


bgcolor="color"

Set the background color to this value within the scope.


link="color"

Set the link color to this value within the scope.


alink="color"

Set the active link color to this value within the scope.


vlink="color"

Set the visited link color to this value within the scope.