Search

You searched for the word(s):
< 1 second(s)
  • Re: Populating Codes Drop Down at Runtime Not Working.

    Hi Adam, &nbsp; Ok so my first post wasn't very detailed!&nbsp; I have now narrowed down the problem and also discovered another issue.&nbsp; The code is as follows: Protected&nbsp;Sub&nbsp;Page_Load(ByVal&nbsp;sender&nbsp;As&nbsp;Object,&nbsp;ByVal&nbsp;e&nbsp;As&nbsp;System.EventArgs)&nbsp;Handles&nbsp;Me.Load ...
    Posted to Cute Editor for .NET (Forum) by Trick on April 16, 2009
  • Populating Codes Drop Down at Runtime Not Working.

    Hi Adam, &nbsp; I have tried both the documentation example and my own code to clear and re-populate the codes drop down at runtime, neither of which are working.&nbsp; Could you have a look at this please? &nbsp; Regards, &nbsp; Richard.
    Posted to Cute Editor for .NET (Forum) by Trick on April 15, 2009
  • Custom Button Using New Dialog

    Is there a method in the JS API that will allow me to open my custom dialog using the nice CuteEditor style dialog? &nbsp; At the moment I'm just using showModalDialog() which all works fine, but it would look much better if I could use the CuteEditor dialog! &nbsp; Regards, &nbsp; Richard.
    Posted to Cute Editor for .NET (Forum) by Trick on December 22, 2008
  • Getting link from current cursor position

    Hi Adam, &nbsp; I'm attempting to implement a custom link dialog.&nbsp; I'd like to replicate the behaviour of the built in one, whereby if my cursor is positioned within an existing link (even if there isn't any text selected), I can access the anchor element's attributes i.e. edit the existing link. &nbsp; I can grab the currently selected ...
    Posted to Cute Editor for .NET (Forum) by Trick on October 18, 2007
  • Re: Emulating Bold Button Behaviour for H1

    Hi Adam, &nbsp; Thanks for the reply,&nbsp;this isn't quite what I'm after.&nbsp; Ideally I'd like it to wrap only the selected text or nearest word with h1 tags, in the same way the Bold function does.&nbsp; Also, it would seem using the formatblock command identifier is only one way, i.e. you can only apply the format, not reverse ...
    Posted to Cute Editor for .NET (Forum) by Trick on August 23, 2007
  • Emulating Bold Button Behaviour for H1

    Hi Adam, &nbsp; I'd like to emulate the behaviour of the Bold toolbar button, but for h1 tags instead.&nbsp; I know the size/format comboboxes are available, but I'd rather not give that much control to clients. &nbsp; We will always have a sensible h1 style defined in the CSS so it makes sense to use it and I rather like the way the bold ...
    Posted to Cute Editor for .NET (Forum) by Trick on August 23, 2007
  • Dynamically resizing CuteEditor (javascript) and Firefox

    Hi All, &nbsp; I am dynamically altering the CuteEditor's height in javascript, however the iframe doesn't seem to follow suit in Firefox. &nbsp; The script looks something like this: &nbsp; --snip-- edt.style.width=wid+'px'; edt.style.height=hei+'px'; --snip-- &nbsp; Everything works as expected in Internet Explorer, as it seems to ...
    Posted to Cute Editor for .NET (Forum) by Trick on August 1, 2007