Search

You searched for the word(s): toolbar
Showing page 39 of 184 (1,834 total posts) < 1 second(s)
  • Re: Word count - is there a way to get this property value?

    1. Specifies whether the Word Count toolbar appear.   <%@ Page Language=''C#''%> <%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %> <html>     <head>   <title>ASP and ASP.NET WYSIWYG Editor - Edit Static Html Example ...
    Posted to Cute Editor for .NET (Forum) by Eric on June 17, 2010
  • Re: How to display line numbers?

    Hi Zephere,   Question 1   CuteEditor does not support the line number function. Sorry for your inconvenience.   Question 2   do I create a button and fit the algorithm in the button?   or is there a way to fix it in the editor?   how will the algoritm look like?   If you mean add a custom button ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on June 14, 2010
  • Re: Chaning the icon image and size of template within cuteditor

    Hi jeevi_vmk@yahoo.com,   How to change the toolbar ico of editor.   Refer to http://cutesoft.net/forums/thread/56544.aspx   How to open Inserttemplate dialog use another button. Try the example below.   <%@ Page Language=''C#'' %> ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on January 14, 2010
  • Re: Various feature questions

    Markus,   >>Can we set the editor to read-only when the user swithes to HTML (source code) view? The user should only have rights to write in in 'normal' view. Evtl. any Javascript API? We can trigger the click (command) on the vorious Tabs, but unable to set the editor readonly via JS.   It is much easier if you just ...
    Posted to Cute Editor for .NET (Forum) by Adam on October 19, 2009
  • Re: Word Count in Cute Editor

    diliprss,   1. If you want to show word count within Cute Editor and you cannot find it. You may set the following property to false. Editor.ShowWordCount Property Specifies whether the Word Count toolbar appear.   2. If you want to get word count by yourself, please retrieve the content of CuteEditor as HTML then count it ...
    Posted to Cute Editor for .NET (Forum) by Adam on September 1, 2009
  • Re: Words:20 Characters: 125

    Bob,   You can set the following property to false to disable the word count and character count. However you can not enable character count only.   Editor.ShowWordCount Property Specifies whether the Word Count toolbar appear. Example Code ...
    Posted to Cute Editor for ASP (Forum) by Adam on August 28, 2009
  • Re: add custom button to DNN instance?

    Hi ShadsTrains, How to add custom button to DNN instance?   1. Open project 'Provider.sln'(you can find this project in download package 'Providers\HtmlEditorProviders\CEHtmlEditorProvider')   2. Open file 'CEHtmlEditorProvider.vb' in the project above   3. Find section ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on August 20, 2009
  • Re: Controlling the styling within the editor from my own css file

    Ian,   >>i need to hide the other drop down options showing css values, inline style , font and size selector.   http://cutesoft.net/asp/document/index.htm#page=Howto_Change_layout_of_the_toolbars.htm 5. Put the toolbar items needed to be disabled into this Editor.DisableItemList string.   For ...
    Posted to Cute Editor for ASP (Forum) by Adam on June 5, 2009
  • Re: Table Wizard Question

    Please try the steps below.   1.Position the insertion point where you want to insert the new table. 2.Click the Insert Table button in the Editor Toolbar. A drop-down menu appears, displaying a table grid.   3.Drag the mouse down and across the grid until the correct number of columns and rows are selected.   4.Release the ...
    Posted to Cute Editor for .NET (Forum) by Adam on April 2, 2009
  • Re: Add Custom Button

    Hi aspuser,     Please check the following example: http://cutesoft.net/example/customization.aspx     How to create a custom button(client side) which displays a dialog?( C# | VB ) This example demonstrates how easy it can be ...
    Posted to Cute Editor for .NET (Forum) by Kenneth on November 8, 2008
« First ... < Previous 37 38 39 40 41 Next > ... Last »