In VLF WEB environment

Visual LANSA Framework

In VLF.WEB environment

The RowColor parameter is a CSS string as specified by the CSS standards. No visual style needs to be created or enrolled.

The RowColor parameter receives a string that must be:

1) blank / unspecified - leave the color as it is.

2) "DEFAULT" - set the color back to what it would normally be.

3) a CSS string, for example: "color:RED;background-color:BLUE;font-style:italic "

The color name can be: AQUA, BLACK, BLUE, FUCHSIA, GRAY, GREEN, LIME, MAROON, NAVY, OLIVE, PURPLE, RED, SILVER, TEAL, WHITE, YELLOW or #nnnnnn (a Hex color name - e.g. #FF0000)

Note that in the .Net framework only these CSS attributes are supported:

  • color
  • background-color
  • font-style
  • font-size
  • font-weight
  • font-family

Shorthand CSS format is also supported, for example "font:italic bold 12px".

 

WAMs

Relationship Handler