Search

You searched for the word(s):
< 1 second(s)
  • Re: Popup blocked javascript error

    Any thoughts on this issue?&#160; The demo editor will generate an error as well.&#160;Here's some details:Use a recent version of IE (mine is 6.0.2900.2180) the Popup Blocker enabledDraw a 2x2 table on the editor pageSelect the table and bring up the Table Properties windowClick the Cell Properties button&#160;The demo editor will generate an ...
    Posted to Cute Editor for .NET (Forum) by skipl on May 24, 2005
  • Popup blocked javascript error

    I've run into a problem in the Table Properties dialog.&#160; When I click the Cell Properties or Row Properties&#160;button, I'm given a javascript error.&#160; Turns out that this only happens on systems where the IE popup blocker is turned on.&#160; &#160;Is there some way to prevent this error from happening?
    Posted to Cute Editor for .NET (Forum) by skipl on May 23, 2005
  • Re: Insert Link without showing URL

    That's what I was looking for!&#160; Thanks for the help.
    Posted to Cute Editor for .NET (Forum) by skipl on April 27, 2005
  • Re: Insert Link without showing URL

    That's not quite what I was looking for.&#160; Perhaps an example will help describe the problem better:&#160;The first thing a user does in a CuteEditor session is press the Insert Hyperlink tool bar button () He enters a value in the URL textbox: http://www.cutesoft.net Presses OK and a hyperlink (&lt;a&gt; element) is inserted into the editor ...
    Posted to Cute Editor for .NET (Forum) by skipl on April 27, 2005
  • Re: Insert Link without showing URL

    At this point it's still the same as the original Tag_A.ascx.&#160; I'm&#160;adding a treeview control that will list custom entries.&#160; When the user selects an item, I'll replace the text of the inp_src textbox with the proper URL and&#160;also replace the text of the inp_title&#160;textbox with the page title.&#160; &#160;What I don't see ...
    Posted to Cute Editor for .NET (Forum) by skipl on April 27, 2005
  • Insert Link without showing URL

    Is there a way to get the Insert Link dialog to display something other than the URL when there is no selection in the editor window?&#160;Reason I ask:&#160; I'm creating a replacement for Tag_A.ascx that let's my users choose from&#160;a list of internal pages.&#160; These internal pages have a title associated with them and&#160;rather than ...
    Posted to Cute Editor for .NET (Forum) by skipl on April 27, 2005
  • Re: Non-editable custom object

    OK.&nbsp; I think I got it sorted out.&nbsp; &nbsp; You need the UNSELECTABLE attribute on&nbsp;every element inside the containing object, and CONTENTEDITABLE=''false'' set on the outside container, plus you have to trap the onmousedown event of the outside element and force the editor to control select the object. &nbsp; The following code ...
    Posted to Cute Editor for .NET (Forum) by skipl on November 5, 2004
  • Re: Non-editable custom object

    Thanks for the quick reply. &nbsp; Adding the&nbsp;UNSELECTABLE attribute makes it so you can't select the object at all, which also means you can't size the object.&nbsp; What I'd like to have is the content within the object unselectable, and the object itself not editable.&nbsp; That is, sizing handles on the object itself, but nothing else.
    Posted to Cute Editor for .NET (Forum) by skipl on November 5, 2004
  • Non-editable custom object

    I'm looking for some help in making objects within the editor non-editable.&nbsp; I've got a custom button on the toolbar that inserts a&nbsp;DIV object into the editor text.&nbsp; This&nbsp;DIV is merely a placeholder within the editor and will be the target of later processing (outside of the editor).&nbsp; I'd like to allow sizing of this ...
    Posted to Cute Editor for .NET (Forum) by skipl on November 5, 2004