Search

You searched for the word(s): Toolbar
Showing page 112 of 184 (1,834 total posts) < 1 second(s)
  • Re: Cute editor ignoring editor.Height and editor.Width attributes

    The editor.Width and editor. property should work.   Demo is here:   http://cutesoft.net/asp/customization1.asp  The demo is using the following code: <% dim content content = ''<H1><FONT color=#2f4f4f>Customized Toolbar</FONT></H1>'' Dim editor ...
    Posted to Cute Editor for ASP (Forum) by Adam on August 17, 2005
  • Re: Error dialog on Table editor...Table Wizard tab.

    Adam, The link you provided works as expected. And I did download the latest ZIP and copied the CuteSoft_Client directory over our existing directory...but I still have the problem. Any ideas? This morning a new problem was also reported...the foreground/background color dialogs no longer ''popup'' from the menu ...
    Posted to Cute Editor for .NET (Forum) by BruceD on July 27, 2005
  • Some suggestions:

    I thought I would flag some suggestions: When you specifiy a css for the text area, the Class dropdown is automatically populated with the class names. I'm finding the editor quite slow to load with the full toolbar setup, even opening the forums entry form here is quite slow (using a Broadband cononection), I wouldn't like to try it on a ...
    Posted to Cute Editor for ASP (Forum) by Chubby on July 7, 2005
  • Re: width for editor

    Rick,  You can use the Toolbar item ''break'' to put the other buttons in the next row: Open your simple.config and add the following code: <?xml version=''1.0'' encoding=''utf-8'' ?> <configuration>  <toolbars>   <item type=''g_start'' />   <item type=''g_end'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on May 13, 2005
  • SetMouseEvents()

    I'm adding a custom button to the toolbar; but SetMouseEvents() causes a compile error (''member does not exist in the class or namespace'').  I've looked at the document and a couple of examples and it looks correct to me.  I've posted my code below.  Let me know what I'm doing ...
    Posted to Cute Editor for .NET (Forum) by mpsUser on May 12, 2005
  • The differens between the Save image button and the Update button?

    This forum is really good to get your problems solved. What is the differens between pressing the ''Save''-image button on the editor toolbar or pressing the ''Update/Submit'' button below the editor? When I edit a new html page in the editor - I wan't to press save-image button and save the content to a database. When I want to ...
    Posted to Cute Editor for ASP (Forum) by Sofia on January 24, 2005
  • Problem with DNN and CuteEditor Styles

        Adam, Running into a problem where we have a skin for a portal that when the CuteEditor is used, all the toolbars are spaced VERY far apart vertically. The control and the theme toolbar backgrounds are then off as well. Problem is that the CSS is dynamically created with your control so I cannot simply copy the style sheet ...
    Posted to Cute Editor for .NET (Forum) by lucast on January 21, 2005
  • Re: C# code behind not working?

    Terry,  Since dfort and I have the same problem I placed my examples here for you.  I am doing my coding in VB he is using C#.  Either way should work the same. Here you go.       Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load ...
    Posted to Cute Editor for .NET (Forum) by Drone on December 3, 2004
  • Paste From Word problem - mailto

    I am having an issue with Paste From Word using the button in the toolbar. When pasting, it seems to mess up the mailto: links and instead pastes in the path to where the application is where the editor is sitting, followed by the word mailt cut off without the o:, and then the email address. I have reproduced it using your web site example cute ...
    Posted to Cute Editor for .NET (Forum) by johnkeithwood on October 13, 2004
  • Overriding page style

    Hi,   Is it possible to somehow ''override'' the style of the page I'm placing the editor in to prevent the editor being affected by the style? The reason I want to do this is that I have defined a css class ''Button'' on my page which is obviously used in the editor as well (and messes up the toolbar)   Any help would be ...
    Posted to Cute Editor for .NET (Forum) by gunnar on August 16, 2004