Search

You searched for the word(s): toolbar
Showing page 72 of 184 (1,834 total posts) < 1 second(s)
  • save command using Full.config

    I am using .config file to set the toolbar and need help with the save image button (<item type=''image'' name=''Save'' postback=''True'' />).   Is it practicably to use:   ---------------------------  Protected Sub btnSaveChange_Command(ByVal sender As Object, ByVal e As CommandEventArgs)   Dim ...
    Posted to Cute Editor for .NET (Forum) by kjell.ek on February 9, 2009
  • Re: dropdown location

    I am using cute editor in which i have 6 dropdown's together. The dropdowns appear correct in browser, but design gets destorted when i open my page from salesforce.com. How can i show all these dropdowns in 1 row???.The dropdown appears as shown in fig below, whereas the toolbar width is enough to accomodate all dropdowns in 1 row, but ...
    Posted to Cute Editor for .NET (Forum) by yuvika on January 15, 2009
  • Insert hyperlink issue

    Hi Adam,   There is an issue with insert hyperlink, when I click on ''insert hyperlink'' toolbar button the Dialog to insert link appears.   Using Firefox: as a normal practice I insert URL=www.google.com and then click ok button.   It will insert a <a></a> tag in the editor with following <a ...
    Posted to Cute Editor for .NET (Forum) by Anonymous on January 7, 2009
  • How to insert the values from the aspx page on a specific location (cursor position) on the editor.?

      Hi Adam,   to open a page from custom toolbar button is done by using following line of code. System.Web.UI.WebControls.Image Image1 = new System.Web.UI.WebControls.Image(); Image1.ToolTip = ''Insert something''; Image1.ImageUrl = ''CuteSoft_Client/CuteEditor/Images/face2.gif''; Image1.CssClass = ...
    Posted to Cute Editor for .NET (Forum) by Anonymous on December 11, 2008
  • some question

    How to:   If the user put picture with a biger wilth then then richtextbox, autosize for fit(never be more big)   Put bigger upload picture limit.   Can I create menu? because my richtextbox wiltd is limited, and half of the place with full stuff is toolbar.   If I can put only two line that will be better, ...
    Posted to Cute Editor for PHP (Forum) by XGuarden on December 2, 2008
  • Re: Configure custom Contextmenu

    Adam: Editor.ContextMenuMode Property Determines the appearance and behavior of menus associated with the Context menu.       you can't do that with the ContextMenuMode Property. only strings like ''minimal'' or ''full'' can be assigned to this property. ...it is not possible to assign a configuration file (like ...
    Posted to Cute Editor for .NET (Forum) by transresult on November 6, 2008
  • Re: Firefox SearchSelectionElement for embed or object

    Answer back from support:   There are many functions IE only. To compensate for firefox, you can write your own code to retrieve editing content using Java Script: string result = CuteEditor.GetHTML. Javascript example http://cutesoft.net/example/JavaScript-API.aspx and source code can be found in VB/CS folder of your download ...
    Posted to Cute Editor for .NET (Forum) by Karen on November 5, 2008
  • Typed text vanishes after CE is loads

    Hi Many of our users have experienced this problem.   Typed text vanishes after CE is loads, this happens always in IE & sometimes in FF.   When toolbar of CEditor is loading, user is able to type in the text in Editor, when it CEditor loads completly , it removes everything wich user has typed , which becomes ...
    Posted to Cute Editor for .NET (Forum) by prashantc on September 17, 2008
  • Nested List Elements - CSS Styles

    I need to be able to have a separate list element type for each level of an ordered list. The editor is putting in divs when you try to indent via the toolbar instead of the appropriate indented list element.   My style: ol ol {     list-style-type:lower-alpha; } ol ol ol {    ...
    Posted to Cute Editor for .NET (Forum) by enertia on July 17, 2008
  • Standard Popups and color picker IE problem

    Hi   Sorry, I dont deliberately looks for bugs....... This is a quirky one........     You need standard popups selected. and any version of IE, but only 6 and 7 warn.   Select anywhere within the edit window and right click then select properties. This opens a window fine. Next click on the colour selector, this drops ...
    Posted to Cute Editor for .NET (Forum) by AndyFel on June 25, 2008
« First ... < Previous 70 71 72 73 74 Next > ... Last »