Search

You searched for the word(s):
Showing page 3 of 4 (39 total posts) < 1 second(s)
  • bookmarks in dropdownlist

    &nbsp; I would like to open a popup window from the editor toolbar which displays a list of bookmarks from the current editor. See picture: &nbsp; Thank you for the reply to my previous post. &nbsp; Unfortunately I am not able to use the solution you offered - due to the way that the website I am working on is meant to function. I have ...
    Posted to Cute Editor for .NET (Forum) by the4bs on July 19, 2006
  • Bookmarks - make list

    Hi, &nbsp; I would like to open a popup window from the editor toolbar which displays a list of bookmarks from the current editor. See picture: Could you suggest a way I could do this please? &nbsp; Thank you.
    Posted to Cute Editor for .NET (Forum) by the4bs on July 18, 2006
  • Re: How to get "SRC" or URL or tag of selected image

    Please use the following code: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;var src;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;src = element.getAttribute(''src'') + '' ;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if(element.getAttribute(''src_cetemp''))&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;src = element.getAttribute(''src_cetemp'') + '' ;&nbsp; &nbsp; Thank you. That seems to work.
    Posted to Cute Editor for .NET (Forum) by the4bs on July 17, 2006
  • How to get "SRC" or URL or tag of selected image

    Hi, &nbsp; I have used the following code to get the src of a selected image: &nbsp; if(editselection.type=='Control')&nbsp;{&nbsp;&nbsp;&nbsp;&nbsp; if(range.length==1)&nbsp;&nbsp;&nbsp; {&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; var element=range.item(0);&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ...
    Posted to Cute Editor for .NET (Forum) by the4bs on July 14, 2006
  • custom process to create links

    Hi, &nbsp; I am creating a custom process to create links in the editor - see picture below: &nbsp; If I select some text in the editor and then click the create a link button in the editor toolbar - a popup window opens. &nbsp; As you can see from the picture, I am testing this by having an alert display the results of the getHTML() ...
    Posted to Cute Editor for .NET (Forum) by the4bs on July 13, 2006
  • Re: Relative vs. Absolute Paths with Images

    Thank you for the reply. &nbsp; Updating the editor to latest version didn't solve my problem. &nbsp; However, I did solve it by changing my code slightly from: &nbsp; OnClientClick = ''PasteHTML('&lt;img src =../filemanager/previewfile.ashx?id='' &amp; e.Item.DataItem(''FileID'') &gt;')'' toOnClientClick = ''PasteHTML('&lt;img src ...
    Posted to Cute Editor for .NET (Forum) by the4bs on July 13, 2006
  • Relative vs. Absolute Paths with Images

    I have a situation where I have a popup page that does a search for images - see picture below. The results are returned with a link button below. The link button has the following code attached to it in the code behind page: &nbsp; OnClientClick = ''PasteHTML('&lt;img src =../filemanager/previewfile.ashx?id='' &amp; ...
    Posted to Cute Editor for .NET (Forum) by the4bs on July 12, 2006
  • Re: Relative vs. Absolute Paths with Images

    Thank you for the answer. I have now found the code.&nbsp;I don't wish to be too critical, but I think it would be worth some time and effort for someone from your company, or for your company to get a professional documentation writer, to sort out the documentation for your products. It is my opinion that the documentation and examples let down ...
    Posted to Cute Editor for .NET (Forum) by the4bs on July 12, 2006
  • Relative vs. Absolute Paths with Images

    You previous response to this topic was confusing and did not make sense to me or the previous questioner.This is a topic that is of great interest to users, so I will ask it again in the hope that we may get a clear answer with a working example and with code. My question: If I insert am image in Normal view I get:&nbsp;&lt;div&gt;&lt;img ...
    Posted to Cute Editor for .NET (Forum) by the4bs on July 11, 2006
  • Re: Relative vs. Absolute Paths with Images

    Hi Adam, &nbsp; No, I'm afraid it does not make sense. &nbsp; However, I have a similar problem... &nbsp; If I insert am image in Normal view I get: &nbsp; &lt;div&gt;&lt;img src=''http://localhost:2192/acms2Web/filemanager/previewfile.ashx?id=180137&amp;amp;thumb=true''&gt;&lt;/div&gt; &nbsp; If I insert an image in HTML view, I ...
    Posted to Cute Editor for .NET (Forum) by the4bs on July 11, 2006