Hi,



I have downloaded this cool toolkit for ExtJs. I have included the HtmlEditor in a Window but when i run my project i am not able to apply formatting in HtmlEditor as the buttons are disabled





my code






    <cool:ScriptManager ID="ScriptManager1" runat="server" />

    

        <cool:Window ID="wLogin" runat="server" Title="IHCVE Login" AutoShow="true" Modal="true"  Height="400" Width="600" Closable="false" MonitorResize="true">

            <Content>

                <cool:HtmlEditor ID="HtmlEditor1" runat="server" AutoShow="true" CreateLinkText="Click to create link" >

                    <%--<ClientEvents>

                        

                    </ClientEvents>--%>

                </cool:HtmlEditor>

            </Content>

        </cool:Window>




What am i doing wrong?