Search

You searched for the word(s): Toolbar
Showing page 49 of 142 (1,418 total posts) < 1 second(s)
  • Create a dropdown using Javascript

    Hi   I desperately need to create a dropdown using Javascript, the problems I am facing are as follows:   Users may only have 1 toolbar section which could be full so a new dropdown might not fit. There appears to be no way to create a toolbar section and add a dropdown using Javascript. The dropdown would need to ...
    Posted to Cute Editor for .NET (Forum) by Flintstone on February 6, 2008
  • cssClass, autoparse and width issues

    Hi all, We have an issue where by we want the cssClass drop down to populate with css styles from the defined external css file. This is all working fine. However, when the style has a fixed width it is causing the cssClass dropdown to render far to wide. Is there anyway to control the width of the dropdown, without removing the width from ...
    Posted to Cute Editor for .NET (Forum) by mike.chambers on October 22, 2007
  • Re: No tools in the toolbars - JavaScript is enabled

    Hi   Sorry should have realised i have this problem exactly......   And my solution......   Was to add a link to the page which takes the user to another page. On the new page it has one line of javascript which says ''history.go(-1)''. Lo and behold the controls appear! You can test this manually....   1. Open the ...
    Posted to Cute Editor for .NET (Forum) by AndyFel on October 10, 2007
  • Re: V6 IE5.5 Automation server cannot create object

    HI Adam   I have just created a fudge to get this working on our locked down IE5.5.   Basically when the page first loads, the toolbar does not show and neither does the HTMl. I have added a button on the form when it detects IE5.5 which the user can click to goto another webpage which then uses history.back() to go back to the ...
    Posted to Cute Editor for .NET (Forum) by AndyFel on June 19, 2007
  • Re: Insert Table Bug

    That's fine but when using Firefox I am able to select an entire column, click on the 'right justification' toolbar button. CuteEditor.NET then appears to set the alignment of individual cells in that column as you can see from the following html:   <table border=''1'' width=''419''>    <tbody> ...
    Posted to Cute Editor for .NET (Forum) by wh1974 on March 8, 2007
  • need help

      if(Editor2.ToolControls[''insertcustombutonhere'']!=null) {  Control container=Editor2.ToolControls[''insertcustombutonhere''].Control;  CuteEditor.RichDropDownList dropdown=new CuteEditor.RichDropDownList(Editor2);     dropdown.Attributes[''onchange'']=''CuteEditor_DropDownCommand(this,'pasteHTML')''; ...
    Posted to Cute Editor for .NET (Forum) by rcm on September 27, 2006
  • Re: List of Commands

    HomecitySupport,   1. First:   Please use:   var editor1 = document.getElementById('<% = Editor1.ClientID%>');   instead of   var editor1 = document.getElementById('CE_Editor1_ID');   2. Does your existing toolbar contains Spell button?   If not, please add the following code at the top of ...
    Posted to Cute Editor for .NET (Forum) by Adam on July 18, 2006
  • Re: Problems with firefox!

    barbaClemens,   Thanks for the nice comments about Cute Editor.  mennisujay wrote:   1. I have made a aspx page in .NET which dynamically adds Editors with different settings applied to them. In IE everything works fine I can go into each of the editors and edit its content. But in Firefox I'am only ...
    Posted to Cute Editor for .NET (Forum) by Adam on May 29, 2006
  • How to remove seprator

    Hello All   now i h limited toolbar but item of toolbar are on different lines.i want to place all the menu element on a single row and then i will remove all empty row   can any one tell me how to remove line seperator and how to remove empty row   waiting 4 ur response specially of Adams   regards   masood
    Posted to Cute Editor for .NET (Forum) by masood on May 26, 2006
  • Re: Insert Image path and problem with upgrading

    Sujay,   >>  I have upgraded CuteEditor 4.0.0.6 to 5.0. And it is giving an error saying that PageProperties Tag cannot recognize. So I removed PageProperties tag from my HTMl code, written with CuteEditor 4 version. If I remove it, CuteEditor text area is not visible and toolbar is displaying at vertically at center ...
    Posted to Cute Editor for .NET (Forum) by Adam on April 12, 2006
« First ... < Previous 47 48 49 50 51 Next > ... Last »