Search

You searched for the word(s): Toolbar
Showing page 57 of 142 (1,418 total posts) < 1 second(s)
  • Various feature questions

    We're currently evaluating CE for a specific app; we didn't find any ''clean'' solution for the following points; so maybe somebody can lead us to the right direction... 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 ...
    Posted to Cute Editor for .NET (Forum) by mbcs on October 17, 2009
  • Re: Help me create solution ???

    Kenneth: Hi Virt,   Try the demo below. If it is what you want, you can download the source code by this link   http://cutesoft.net/download/CustomFileProvider.zip   How to use CuteEditor as an image selector?( Demo1 |  Demo2 ) This example demonstrates how to use CuteEditor as an image selector. ...
    Posted to Cute Editor for .NET (Forum) by Virt on September 28, 2009
  • Re: IE8 no menus?

    I'm pretty sure I have this figured out (after working on this issue for almost 6 hours!)Again, it seems like it was a toolbar/addon related issue... I noticed that the User Agent of IE was changed because of Windows Live related software... It appended 2 ''Office Live... '' entries to it. After completely uninstalling the applications ...
    Posted to Cute Editor for .NET (Forum) by analysis_junky on August 12, 2009
  • Saving a file in the demo

    Where does the file gets saved when clicked on the save  button in the demo?What capability if any does Cute have to insert a non-standard (not on the keyboard) symbol?If it does  where can i found documentation about this? Importing .doc / .docx files using the cute editor is not provided in the demo version. It’s showing ...
    Posted to Cute Editor for .NET (Forum) by srikanthrajan on July 22, 2009
  • IE errors with framesets

    New error with IE 6 and IE 7 if you open an aspx-form in a frameset. It works with IE using an iframe or without frames and it works with firefox (it works with IE and CuteEditor 6.2 - updated 10.01.2009). Versions:  CuteEditor 6.3 (updated 18.4.2009 and 9.4.2009)  Framework 1.x   If you open an aspx-form in a ...
    Posted to Cute Editor for .NET (Forum) by Rieg on April 27, 2009
  • PostBack Event problem!!

    Hi, I'm using the postback property for the button ''FullPage'', it's seems to work. my behind code is this, to understand what i'm doing. Public Sub Editor1_PostBackCommand(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.CommandEventArgs) Handles Editor1.PostBackCommand ...
    Posted to Cute Editor for .NET (Forum) by oaicstef on March 23, 2009
  • 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
« First ... < Previous 55 56 57 58 59 Next > ... Last »