Search

You searched for the word(s): toolbar
Showing page 58 of 184 (1,834 total posts) < 1 second(s)
  • Get toolbar DropDownList value into database

    Hi,   I have a situation where I need to submit the editor content and the SelectedItem.Value of a dropdownList in the toolbar to a database. The Save Button fires some server side code to do this.     I can get the content from the editor HTML box into the database without problem (HTML = Editor.Text)   However, I ...
    Posted to Cute Editor for .NET (Forum) by the4bs on July 25, 2006
  • Dropdown in toolbar that does postback and insert?

    I am trying to create a custom dropdown in the toolbar that will do a postback to do some calculations and then insert the value calculated at the cursor position?  I know I could just use the ''text'' value and append it to the end but anyway in the postback server side code to do an insert into cursor position?  I was thinking maybe I ...
    Posted to Cute Editor for .NET (Forum) by AngC on February 9, 2006
  • Re: List of Commands

    Thank you, that put me towards the right direction but now I have a new problem.I get a Javascript error, regarding ''Object Expected''.Here is my Javascript Function:function fireSpellCheck(){ // get the cute editor instance  var editor1 = document.getElementById('CE_Editor1_ID'); editor1.ExecCommand(''netspell''); }This works ...
    Posted to Cute Editor for .NET (Forum) by HomecitySupport on July 18, 2006
  • change toolbar icon

    hi all   i wanna know how can i change the icon pic in toolbar.....   i try to replace the image file....but i dont know which folder the image file located   thanks
    Posted to Cute Editor for .NET (Forum) by goh6613 on January 5, 2009
  • Re: DNN3.1.0 Trouble with Toolbar and Roles

    Try the following setting: <add name=''CEHtmlEditorProvider''         type=''DotNetNuke.HtmlEditor.CEHtmlEditorProvider, DotNetNuke.CEHtmlEditorProvider''         providerPath=''~\Providers\HtmlEditorProviders\CEHtmlEditorProvider\CuteSoft_Client\CuteEditor\'' ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 20, 2005
  • Re: Toolbar icons distorted in Firefox 22

    Sorry, I inserted a screen clipping image, but it didn't persist.  I tried to add an attachment, but I apparently don't have permission.  How can I get the clipping to you?  
    Posted to Rich Text Editor for .NET and MVC (Forum) by gll1559 on July 18, 2013
  • How to add drop down buttons for tables, forms, and paste like in "Forums"

    How do I add drop down buttons for the ''table button'', ''form button'', and ''paste button'' exactly like the ones that are on the toolbar of the write a new post in these forums? I have searched everywhere to see how to do this.  If I completely overlooked something then I apologize in advance. I would like to be able to do this ...
    Posted to Cute Editor for PHP (Forum) by dd99 on February 20, 2012
  • Re: Disableitemlist for Downloadable Files

    Hi cswetha5, Please try the example below <%@ Page Language=''C#'' %><%@ Register Namespace=''CuteEditor'' Assembly=''CuteEditor'' TagPrefix=''CE'' %><!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''><html ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on January 5, 2012
  • Re: Numeric or Currency formatting

    Hi srp10,   Please test the example below, it shows you how to add a custom button into toolbar of editor and change the selected text to you own format by this button.   <%@ Page Language=''C#'' %>      ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on January 17, 2011
  • Edit Table or TableOptions command

    We want to change the toolbar functionality for Table options so it edits the table instead of inserting a new one.  We want it to function similar to the context menu when you select table options.   Current the command on the TableOptions toolbar button is InsertTable.  Is there a command that I can replace that with so it will ...
    Posted to Cute Editor for .NET (Forum) by jsmith0429 on January 6, 2011
« First ... < Previous 56 57 58 59 60 Next > ... Last »