Missing Class List

  •  07-14-2005, 12:34 PM

    Missing Class List

    I cannot get the class list to populate.  The configuration path is set to myUser.config (path omitted) and all tools appear as expected including the changes to the FormatBlock.  However, the css class list is empty.

    Thanks for the help
    ROB

    I have my AutoConfigure/myUser.config file to include
            <item type="dropdown" name="CssClass" RenderItemBorder="true" text="[[CssClass]]" command="CssClass" />
    In the Shared/Common.config
            <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>
                <item text="Bold Green Text" value="BoldGreen">
                    <html><![CDATA[<span style='color: green; font-weight: bold;'>Bold Green Text</span>]]></html>
                </item>
            </CssClass>
            <CssStyle>
                <item text="[[NotSet]]" value="null"></item>
                <item text="font-size:18pt" value="font-size:18pt"></item>
                <item text="color:red" value="color:red"></item>
                <item text="border:1px red solid" value="border:1px red solid"></item>
                <!--<item text="filter:alpha(opacity=20)">filter:alpha(opacity=20)</item> -->
            </CssStyle>


View Complete Thread