ASP.NET 3.5 and above only

Obout.Ajax.UI Controls - HTML Editor - Top toolbar customized in ASP.NET

In this example you can see the 'Lite' appearance of the top toolbar, just without and buttons.
Also the default Red color of the 'Foreground color' button is replaced with Blue.

Aa
ASP.NET
<%@ Register Assembly="Obout.Ajax.UI" Namespace="Obout.Ajax.UI.HTMLEditor" TagPrefix="obout" %>
<%@ Register Assembly="Obout.Ajax.UI" Namespace="Obout.Ajax.UI.HTMLEditor.ToolbarButton" TagPrefix="obout" %>
<obout:Editor runat="server" Id="editor" Height="330px" Width="100%"  >
    <TopToolbar Appearance="Lite" >
        <RemovePredefinedButtons>
            <obout:Underline runat="server" />
            <obout:StrikeThrough runat="server" />
        </RemovePredefinedButtons>
        <EditPredefinedButtons>
            <obout:FixedForeColor runat="server" DefaultColor="#0000FF" />
        </EditPredefinedButtons>
    </TopToolbar>
</obout:Editor>

"I'm very happy with the obout suite. The product is excellent!"

Anfilofio Santos

Random testimonial   All testimonials