Search

You searched for the word(s): toolbar
Showing page 60 of 184 (1,834 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
  • Re: Changing the background color of the bottom panel (container)

    Jessica,     >>How can I change the background color of the bottom container in Cute Chat?   Please open CuteSoft_Client\CuteChat\Skins\Normal\ChatUI.xml   Modify the background color of BottomPanel, Toolbar and HtmlPanel .   <BottomPanel AutoDock=''Bottom'' BackColor=''Blue'' Height=''96'' ...
    Posted to Cute Chat and Cute Web Messenger (Forum) by Adam on January 28, 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
  • Writing To Database

    I'm trying to implement the CuteEditor for many of my <TEXTAREA> form elements and hook it up to my database. I don't want to use the code in todatabse.asp file example because I've already got code for existing pages that writes to the database. I just want to display the CuteEditor for my TEXTAREA fields and have it work with the database. ...
    Posted to Cute Editor for ASP (Forum) by estrategy on February 1, 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
« First ... < Previous 58 59 60 61 62 Next > ... Last »