Search

You searched for the word(s):
< 1 second(s)
  • Re: Context Menu

    I am currently evaluating HTML editors and have to make a decision ASAP. &nbsp; CuteEditor is by far the easiest to develop an application with (versus r.a.d.Editor and FCKeditor) . &nbsp; However, I am concerned that features I may need will not be forthcoming anytime soon . &nbsp; Do you have a tentative release plan that shows which ...
    Posted to Cute Editor for .NET (Forum) by jselnekovic on March 7, 2006
  • Context Menu

    Can I create my own context menu entry? &nbsp; I would like to add an entry on the context menu when the user is located within an A tag so I can provide an additional way to modify the tag. &nbsp; I may also need to do this for other/custom tags.
    Posted to Cute Editor for .NET (Forum) by jselnekovic on March 7, 2006
  • Re: Add custom button

    Did you connect the button to a JavaScript function? &nbsp; ctrl.Attributes[''onclick''] = ''DoSomething(this)'';
    Posted to Cute Editor for .NET (Forum) by jselnekovic on March 7, 2006
  • Stripped Script Blocks

    I have three script block questions: &nbsp; 1) Is it possible to allow scripts to run in Preview mode even though I want them stripped in Normal and HTML mode? 2) Is it possible to hide the &lt;!-- Injected Script --&gt; in Normal mode? 3) Can I access the collection of stripped scripts?
    Posted to Cute Editor for .NET (Forum) by jselnekovic on March 7, 2006
  • HTML Load Event

    I would like to be able to hook an event when the editor is loading data. &nbsp; Specifically, I would like to handle an event that looks like OnTagLoading(sender, args) where sender contains the editor and args contains the node that is currently loading. &nbsp; The main reason I want to do this is to examine script blocks as they are loaded ...
    Posted to Cute Editor for .NET (Forum) by jselnekovic on March 7, 2006