ID:133369
 
Is there a list of CSS attributes supported by each styleable skin element anywhere?
Hazman wrote:
Is there a list of CSS attributes supported by each styleable skin element anywhere?

The "style sheets" entry in the reference has this info, although I see it's lacking some info (like the fact that you can use line-through for the text-decoration attribute; in 429 and earlier though, it's line_through). I should probably look through our parser and update that list.

In general though the full set of attributes is usually supported, because they're so basic. Note that where an attribute is implemented it's usually in a simple form, like the background attribute does not use the url() format for a background image.

These are the main limitations I'm aware of:

  • Only one distinct text style is available in any given grid cell; i.e. you can't mix bold and normal, green and red.
  • The grid control doesn't support text-indent.
  • The grid control uses the same margin for left, right, top, and bottom of each cell.
  • In the output control, an individual piece of text never draws with a different background color.

    Lummox JR