Issue - CSS Class DropDown Not populated.

  •  11-09-2005, 12:56 PM

    Issue - CSS Class DropDown Not populated.

    Even though i have the follwing entries in common.config.  The CssClass dropdown is not populated.
    Please help me on this.
     

    <CssClass>

    <item text="[[NotSet]]" value="null"></item>

    <item text="Red Text" value="RedColor">

    <html><![CDATA[<span style='color:red'>RedColor</span>]]></html>

    </item>

    <item text="Highlight" value="Highlight">

    <html><![CDATA[<span style='background-color: yellow'>Highlight</span>]]></html>

    </item>

    </CssClass>

View Complete Thread