Bug 964 - [Chameleon Doc] incorrect PopupCSS example in Popup Attribute Group doc
: [Chameleon Doc] incorrect PopupCSS example in Popup Attribute Group doc
Status: NEW
: Chameleon
Documentation
: 2.0
: PC Windows 2000
: P2 normal
: ---
Assigned To:
:
:
:
:
:
  Show dependency treegraph
 
Reported: 2005-02-16 11:00 by
Modified: 2005-02-16 11:00 (History)


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2005-02-16 11:00:46
I'm not sure if it's just the example, or if the syntax is also incorrect, but
the following example found in the Popup Attribute Group document is definately
wrong.

<cwc2 type="SharedResource"
   name="PopupCSS"
   value="/cssdir/popup.css"/>

it should be as follows

<cwc2 type="SharedResource" name="PopupCSS">
  <popupcss value="/cssdir/popup.css" />
</cwc2>