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>

"Hey, just wanted to say I love using the new grid... I am working on incorporating it in a ton of places in an application we use."

Wes McClure

Random testimonial   All testimonials