Search

You searched for the word(s): Toolbar
Showing page 19 of 142 (1,418 total posts) < 1 second(s)
  • Re: insert document icon not showing up on toolbar.

    Please try the following code:   <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <%@ Page language=''c#''%> <html>  <head>  </head>  <body>   <form id=''Form1'' method=''post'' runat=''server''>    <CE:EDITOR ...
    Posted to Cute Editor for .NET (Forum) by Adam on February 11, 2009
  • Re: Toolbar button MouseOver effect

    the4bs,   If the button is disabled, the current button will not have mouseover effect.   Please open the style.css.aspx file and modify the following code:   <%=editorid%> .CuteEditorButtonDisabled {margin:1px;vertical-align:middle;} to:   <%=editorid%> .CuteEditorButtonDisabled {  filter:gray ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 13, 2006
  • Re: Need help with toolbar customization

    jas05220,   Are you sure the ConfigurationPath=''CuteSoft_Client/CuteEditor/Configuration/AutoConfigure/mytools.config'' is correct?   Can you change to ConfigurationPath=''CuteSoft_Client/CuteEditor/Configuration/AutoConfigure/default.config'' and try again?   If it works, maybe the problem is caused by the following ...
    Posted to Cute Editor for .NET (Forum) by Adam on June 14, 2006
  • Re: Toolbar not showing

    i ran this code For Each oItem As CuteEditor.ToolControl In _advancededitor.ToolControls     _advancededitor.Text += oItem.Name()  Nextand i got   Save Print preview Find ToFullPage FromFullPage CleanCode netspell Cut Copy Paste PasteText PasteWord Delete Undo Redo Break InsertParagraph InsertPageBreak InsertDate ...
    Posted to Cute Editor for .NET (Forum) by SUperDave on May 15, 2006
  • Re: Toolbar Error in Custom Module on DNN4

    It looks like the zip you sent to me miss some files:   Failure File specified in the dnn could not be found in the zip file: EditInventory.ascx Failure File specified in the dnn could not be found in the zip file: EditInventory.ascx.vb Info Found valid path (App_LocalResources) for ViewInventory.ascx.resx. Info Found ...
    Posted to Cute Editor for .NET (Forum) by Adam on March 23, 2006
  • Re: Using larger / custom images in toolbar

    Please check the source code of the following example (included in the download package):   http://cutesoft.net/example/customization.aspx    System.Web.UI.WebControls.Image Image1 = new System.Web.UI.WebControls.Image ();   Image1.ToolTip    = ''Insert today's ...
    Posted to Cute Editor for .NET (Forum) by Adam on January 19, 2006
  • Re: Editor.toolbar.Add

    Maligor,   I suggest  you register your own button and use it in the template property. This method is very flexible.   For adding a custom button one needs to follow two steps.  Step1:  Register the button to the CuteEditor   . <script runat=''server''> void Page_Load(object sender, ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 19, 2004
  • Sv.: Re: Urgent!.. toolbar dont refresh, plz help

    My problem is that the toolbar is one step behind of my selection.   When I choose one file in the dropdownlist nothing happens, but when I change it again, the toolbar refresh to the state before.   How can I solve that problem ?
    Posted to Cute Editor for .NET (Forum) by Ronnie82 on November 14, 2005
  • Re: DNN3.1.0 Trouble with Toolbar and Roles

    I agree that the granularity is a big improvement, but there is this one major shortcoming.   A way around it is to allow the security to default or float to the nearest match. For instance I am a member of security groups  2, 3 and 4. If groups 1 and 2 were defined in web.config I should get the first match (group 2) as my security ...
    Posted to Cute Editor for .NET (Forum) by dmbrubac on October 18, 2005
  • Re: Wrong images are appearing in my toolbar

    aaron,   The reason of this issue is very simple:   Your DLL version doesn't match the client files.   Open CuteSoft_Client\CuteEditor\Themes\Custom\Images\all.png. This long and narrow image contains all toolbar images. The information about how to get the correct image this long and narrow is defined in the DLL.
    Posted to Cute Editor for .NET (Forum) by Adam on November 27, 2007
« First ... < Previous 17 18 19 20 21 Next > ... Last »