Search

You searched for the word(s): Toolbar
Showing page 47 of 142 (1,418 total posts) < 1 second(s)
  • Re: Couple Javascript issues

    Unfortunately , I cant upload a screen shot here but the button is on the main tab of the properties window. Drop a text box, right click, the properties window opens up, name of the tab is input. Look towards the bottom under the section marked general. There, in the row below alignment is the FOnt Color text input field. It has an image next to ...
    Posted to Cute Editor for .NET (Forum) by AMarino on January 30, 2006
  • Re: Blockquotes

    Hi Adam   Yes for some reason it seems not to work, it could be that the .execCommand('Indent') is meant to replace it, this inserts <blockquote>s however it includes some inline style attributes,  and also nests <p> tags, which is specifically what I'm trying to avoid ! ie like this   <BLOCKQUOTE ...
    Posted to Cute Editor for .NET (Forum) by mgoodson on June 2, 2004
  • Re: CuteEditor show only unformatted text and no toolbar

    Please try this example:   http://cutesoft.net/example/general.aspx   If it works for you, please download the latest build then try again.    Please download the lastest build from:   http://cutesoft.net/downloads/default.aspx  
    Posted to Cute Editor for .NET (Forum) by Adam on November 7, 2013
  • 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: 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
« First ... < Previous 45 46 47 48 49 Next > ... Last »