Search

You searched for the word(s): Toolbar
Showing page 11 of 142 (1,418 total posts) < 1 second(s)
  • What is the importance of SAVE icon in the toolbar??

    Hi All.   It would be really helpful if someone helps me in understanding as what excatly happens when we click on SAVE icon in the toobar. I guess two things...   1. It saves the files in HTML format in the user's local machine.   2. It saves the currently inserted template.     Also, can someone help me in ...
    Posted to Cute Editor for .NET (Forum) by ramu on September 22, 2006
  • Re: Problem getting single line toolbar

    Mike,   Please separate the dropdowns and tool buttons into two groups.   <?xml version=''1.0'' encoding=''utf-8'' ?><configuration><toolbars><item type=''g_start'' /><item type=''dropdown'' name=''FontSize1'' text=''[[FontSize]]'' command=''FontSize'' /> <item type=''g_end'' /><item ...
    Posted to Cute Editor for .NET (Forum) by Adam on August 7, 2006
  • Re: Get values from dropdown in toolbar - to insert into database

    Try the following example:   <%@ Page Language=''C#''%><%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %><html> <body>        <form runat=''server'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on June 27, 2006
  • Re: Toolbar not showing

    view source   <!-- CuteEditor _ctl6:_ctl1:_ctl4 Begin --> <input type=hidden name='_ctl6:_ctl1:_ctl4:ClientState' value=''/><input type=hidden name='_ctl6:_ctl1:_ctl4:PostBackHandler'/><link rel=''stylesheet'' ...
    Posted to Cute Editor for .NET (Forum) by SUperDave on May 15, 2006
  • Re: Move existing buttons into a toolbar?

    Nevermind, I got it.  For anyone who may be intrested, I achieved this by making the following modification to my common.config file:       <HTMLControls>      <item text=''Insert Form'' value=''insertform''>        <html><![CDATA[<img ...
    Posted to Cute Editor for .NET (Forum) by rokinroj on March 6, 2006
  • Furl Toolbar causes browser to crash when adding photos

    A user on a site of mine found out the hard way, and has disabled it.  There probably isn't anything you can do, but just wanted to give you guys a heads up if someone else has 'crashing' problems when they're using the editor.  I myself have had the Google and Alexa toolbars installed, and no such issues have ever occured.  Furl ...
    Posted to Cute Editor for .NET (Forum) by brettuthius on February 23, 2006
  • Re: Toolbar icons are not rendered properly.

    Hi Adam,               I have not got any reply for my post ...Can you please look into the above mentioned issue soon and see that it gets solved at the earliest.Our software is in the final stages of release and we cannot relase it with third party bugs.Wating for your ...
    Posted to Cute Editor for .NET (Forum) by Bomin1 on January 20, 2006
  • Re: Custom button in new toolbar with style

    Bo,   Please check the source code of vb/customization.aspx.Dim tc as CuteEditor.ToolControl    tc = Editor1.ToolControls(''insertcustombutonhere'')    If Not tc Is Nothing Then    Dim Image1 As New ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 12, 2006
  • spell checker button in custom toolbar

    I created a custom tool bar as a .config file as described in your help files i downloaded.  Everything in it works fine except for the spell checker.  The button image doesn't appear, and the button is not clickable. my.config file look like: <toolbars>     <item type=''g_start'' />     ...
    Posted to Cute Editor for .NET (Forum) by itatawy on December 26, 2005
  • Re: Toolbar and DropDowns aren't aligned in FireFox

    Please use the following code:   <%@ Page Language=''C#'' ContentType=''text/css'' %> <%@ OutputCache Duration=''31536000'' VaryByParam=''None'' Location=''Client'' %> <script runat=''server''> string editorid; protected override void OnInit(EventArgs e) { //do not call base's OnInit , skip the theme ...
    Posted to Cute Editor for .NET (Forum) by Adam on November 30, 2005
« First ... < Previous 9 10 11 12 13 Next > ... Last »