Search

You searched for the word(s): Toolbar
Showing page 1 of 142 (1,418 total posts) < 1 second(s)
  • Re: Newbie Question - Can you configure the toolbar?

    You can add buttons,separators and custom buttons programmaticly using the Add method the buttons are displayed in the same order as they are ...
    Posted to Cute Editor for .NET (Forum) by Zapotec on February 6, 2004
  • Re: Toggling between a simple toolbar and a more advanced toolbar...

    hmmmm, interesting, i have exactly this problem in the latest version.   I am switching between 2 different toolbars, when i switch the event handling gets lost.   It seems that setting the  ''ConfigurationPath'' property in the  ''Editor1_PostBackCommand'' event causes the events to be dropped. If i set the same property ...
    Posted to Cute Editor for .NET (Forum) by AndyFel on September 3, 2009
  • Re: Toggling between a simple toolbar and a more advanced toolbar...

    I've figured out a work around, by not using a custom button and not using the postbackcommand event.  However, I do think you should look into it, as I believe it to be a bug with CuteEditor.  If you do the following steps you should be able to reproduce this behavior: 1) Add a CuteEditor control to a web form and set it's ...
    Posted to Cute Editor for .NET (Forum) by mhonaker on June 15, 2007
  • Re: Toggling between a simple toolbar and a more advanced toolbar...

    The exact thing happens to me.  I am using build 6.5.  If I switch between two custom toolbars, they will post back once, but any subsequent postbacks are lost.  I have this detailed in another post in November, but have not received a solution.  If you have found the solution, please post it here as I have not been able to ...
    Posted to Cute Editor for .NET (Forum) by rmiller on December 14, 2009
  • adding custom toolbar button

    I've created a custom toolbar button, and added it to the toolbar with ''toolbar.Add'' method, as described in the sample files.The button always appear as the first button in the toolbar, and I'd like to insert the button at a specific place in the toolbar. I've tried ''.toolbar.Controls.AddAt'' method, but all index values above 0 terminates ...
    Posted to Cute Editor for .NET (Forum) by Zapotec on December 17, 2003
  • Re: Localization: Strange behaviour when combining Toolbar.add and Template

    The problem in my second post, has been resolved. As you  suspected, a previous version of the sattelite assemblies was loaded.   The correct sattelite assemblies are now loaded, but my initial problem still haunt me. As you can see, the tooltip shown is in English. All buttons tooltip are in english in the first toolbar line ...
    Posted to Cute Editor for .NET (Forum) by Zapotec on January 20, 2004
  • Re: adding custom toolbar button

     A custom button (Inert the current time) System.Web.UI.WebControls.Image Image1 = new System.Web.UI.WebControls.Image (); Image1.ToolTip = ''Insert the current time''; Image1.ImageUrl = HttpContext.Current.Request.ApplicationPath +''/timer.gif''; Image1.CssClass = ''button''; Image1.Attributes.Add(''onclick'',''var d = new Date(); ...
    Posted to Cute Editor for .NET (Forum) by Adam on December 17, 2003
  • Re: customised toolbar button

    rcm,   Please create a custom button frist.   Demo:     http://cutesoft.net/example/customization.aspx   Third button shows you how to call a Built-in button.   This example also helps:   http://cutesoft.net/example/JavaScript-API.aspx   >>2. how can i increase the size of the images in ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 25, 2006
  • Toggling between a simple toolbar and a more advanced toolbar...

    Has anyone tried to add a custom button to the toolbar, which allows a user to toggle between a simple toolbar and a more advanced one?   I've tried this and I've gotten it to work, but the problem is that when I change to the more advanced toolbar, the postback event no longer works.  When I try to save from the advanced toolbar, the ...
    Posted to Cute Editor for .NET (Forum) by mhonaker on June 14, 2007
  • Re: Toggling between a simple toolbar and a more advanced toolbar...

    >>Is there anyway to add my own custom toolbar config files to the Config enum?   No. However you can modify the existing configuration file and use ConfigurationPath property.   Please check the following article:   How to Create a Custom Toolbar Configuration File >>Also, how do I know if I'm running version ...
    Posted to Cute Editor for .NET (Forum) by Adam on June 14, 2007
1 2 3 4 5 Next > ... Last ยป