Search

You searched for the word(s):
< 1 second(s)
  • Re: Links to Always Open in New Window (_blank)...

    Adam,How do you invoke the property builder? I cannot find the ''Properties'' page to set/check the Target.Do I get to the style-builder through the .NET IDE, or do I open it using 'CuteEditor.htc.properties.htm'?I cannot open 'CuteEditor.htc.properties.htm' because of unsigned ActiveX controls...Any help is greatly appreciated!ThanksHOMECITY ...
    Posted to Cute Editor for .NET (Forum) by HomecitySupport on August 31, 2006
  • Re: Links to Always Open in New Window (_blank)...

    Im unable to get this to work. Any ideas? ive edited the file and added selected to the _blank option tag. Ive recompiled and have tried different servers with no luck. Any suggestions?Thanks
    Posted to Cute Editor for .NET (Forum) by HomecitySupport on August 24, 2006
  • HyperLink in New Window

    HiI am curious how I can have a hyperlink in an email message open up in a new window.Currently, when we click on a hyperlink, it redirects to the URL inside of the CuteSoft component.Im wondering if there is an easier way to open the URL in a new window, either via javascript or CuteEditor properties.I suppose I could parse all &lt;a href&gt; ...
    Posted to Cute Editor for .NET (Forum) by HomecitySupport on August 24, 2006
  • netSpell - submitting form

    How can i force the NetSpell to not submit the form, once I hit cancel?If I hit Cancel on the spellcheck popup, it still tries to execute my server side button code on my page.I added ''return false;'' to the closewindow() function in the javascript file spell.jsbut it still submits the page to the serverany ideas?Thanks!
    Posted to Cute Editor for .NET (Forum) by HomecitySupport on July 19, 2006
  • Re: List of Commands

    Thank you, that put me in the right direction. For some reason, Spell.js was not pathed correctly, or so I assume. Once I copied the contents of Spell.js into the script for my ASP page, it worked!! Now I have another problem (yes another one!! lol) How can I determine when ''netspell'' is complete? I have to force a spellcheck to ...
    Posted to Cute Editor for .NET (Forum) by HomecitySupport on July 18, 2006
  • Re: List of Commands

    Thank you, that put me towards the right direction but now I have a new problem.I get a Javascript error, regarding ''Object Expected''.Here is my Javascript Function:function fireSpellCheck(){ // get the cute editor instance &nbsp;var editor1 = document.getElementById('CE_Editor1_ID'); editor1.ExecCommand(''netspell''); }This works ...
    Posted to Cute Editor for .NET (Forum) by HomecitySupport on July 18, 2006
  • Re: List of Commands

    &nbsp;Adam wrote:Please check this article: http://cutesoft.net/developer+guide/ReferenceToolbar.htm &nbsp; &nbsp;Thank you, that is helpful.I have this code in my application:ctrl.Attributes(''onclick'') = ''CuteEditor_GetEditor(this).ExecCommand('PasteHTML',false,'&lt;h2&gt;Submit Here!!&lt;/h2&gt;')''As you can see, ExecCommand uses ...
    Posted to Cute Editor for .NET (Forum) by HomecitySupport on July 18, 2006
  • List of Commands

    Is there a list of commands for the ExecCommand function?Like PasteHTML...is there a command for Spell Check? that would really make my life easier, lol
    Posted to Cute Editor for .NET (Forum) by HomecitySupport on July 18, 2006
  • Get/Set Editor Text

    Im having a problem grabbing the text within the CuteEditor. It seems to copy the HTML tags with the message. I can set ''Editor1.EnableClientScript = False'' but it loses the toolbar and looks horrible because it redraws the CuteEditor control all messed up....I just need to grab the plain-text message from the CuteEditor. It shouldnt be hard at ...
    Posted to Cute Editor for .NET (Forum) by HomecitySupport on July 18, 2006