Bug 963 - [Chameleon Doc] incorrect PopupCSS example in Application Developers Guide
: [Chameleon Doc] incorrect PopupCSS example in Application Developers Guide
Status: NEW
: Chameleon
Documentation
: 2.0
: PC Windows 2000
: P2 normal
: ---
Assigned To:
: http://chameleon.maptools.org/help/vi...
:
:
:
:
  Show dependency treegraph
 
Reported: 2005-02-16 10:51 by
Modified: 2005-02-16 10:51 (History)


Attachments


Note

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


Description From 2005-02-16 10:51:41
the following incorrect example is given in the "Customising with CSS Files"
section of the Application Developers Guide.

<SharedResource NAME="PopupCSS" VALUE="<url-to-custom-stylesheet>"/>

The example should be

<cwc2 type="SharedResource" name="PopupCSS">
  <popupcss value="<url-to-custom-stylesheet>" />
</cwc2>