[ce v4.0] - Customizing the Toolbar Style Ddl

Last post 11-24-2004, 10:22 AM by Adam. 1 replies.
Sort Posts: Previous Next
  •  11-24-2004, 9:07 AM 2541

    [ce v4.0] - Customizing the Toolbar Style Ddl

    I added my custom style class in the Template.aspx,
    but when I run CE it doesn´t show the added style.
    My guess is that I need to set something like: ce1.IncludeNewStyleInDdlStyle = "ceMainText"; ???

    Regards,
    »»» KenA
  •  11-24-2004, 10:22 AM 2545 in reply to 2541

    Re: [ce v4.0] - Customizing the Toolbar Style Ddl

    KenA,

    Please open the following file:

    CuteSoft_Client/CuteEditor/Configuration/Shared/Common.config

    And your css class into the following section:

    <CssClass>

    <CssClass>

    <itemtext="[[NotSet]]">null</item>

    <itemtext="[[NotSet]]">null</item>

    <itemtext="Red Text"html="&lt;span style='color:red'&gt;RedColor&lt;/span&gt;">RedColor</item>

    <itemtext="Red Text"html="&lt;span style='color:red'&gt;RedColor&lt;/span&gt;">RedColor</item>

    <itemtext="Highlight"html="&lt;span style='background-color: yellow'&gt;Highlight&lt;/span&gt;">Highlight</item>

    <itemtext="Highlight"html="&lt;span style='background-color: yellow'&gt;Highlight&lt;/span&gt;">Highlight</item>

    <itemtext="Bold Green Text"html="&lt;span style='color: green; font-weight: bold;'&gt;Bold Green Text&lt;/span&gt;">BoldGreen</item>

    </CssClass>

    <itemtext="Bold Green Text"html="&lt;span style='color: green; font-weight: bold;'&gt;Bold Green Text&lt;/span&gt;">BoldGreen</item>

    </CssClass>

    </CssClass>

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

View as RSS news feed in XML