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

   

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

<colorscope></colorscope>

Provided by module: Tags: RXML 2 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.