Search

You searched for the word(s):
< 1 second(s)
  • Re: Problem with Javascript attached events

    I have this problem too. &nbsp; Any update on this? Any workaround?
    Posted to Cute Editor for .NET (Forum) by Nilzor on May 11, 2007
  • Re: Is there a 6.0 vs. 5.3 document?

    Is this now published? Please post link if so&nbsp; - I'm unable to find it. Thanks. &nbsp; &nbsp;
    Posted to Cute Editor for .NET (Forum) by Nilzor on May 9, 2007
  • Re: Not catching the postback event ?

    &nbsp;trentk_iss wrote:I got the same lost postback event problem but I was using Editor1.AutoConfigure = CuteEditor.AutoConfigure.Full_noform &nbsp; In my page_load event &nbsp; The fix worked ok but you need to use InsertForm instead of Form to get rid of the Form icon from the toolbar &nbsp; I'm not so sure we have nailed the bug nor ...
    Posted to Cute Editor for .NET (Forum) by Nilzor on February 27, 2006
  • Re: Cursor position (javascript)

    Thanks. It works now, but I have to change to HTML view and then back to Normal view for the editor to show the new table. Seems like it needs some kind of refresh to update. Any javascript function I can call to perform this? &nbsp; &nbsp;
    Posted to Cute Editor for .NET (Forum) by Nilzor on January 6, 2006
  • Re: Cursor position (javascript)

    Exactly what I was looking for, thanks a lot! :) Just one final thing now and I'm done: I need to add attributes to the oNewTable element object (like class=''someClass''). I guess there is a function for that aswell? PS: I tried 'oNewTable.class = ''punkt'';' , but 'class' seems to be some kind of special property, so IE reported an error. Any ...
    Posted to Cute Editor for .NET (Forum) by Nilzor on January 5, 2006
  • Re: Cursor position (javascript)

    Ok I'll try to explain it better - we're considering to buy your product for a project starting in January but we'd need to solve this issue in some way or other. &nbsp; &nbsp;As I said, we want to prevent the user from creating nested HTML tables. We remove the original table buttons and create our own, custom button. When the user presses this ...
    Posted to Cute Editor for .NET (Forum) by Nilzor on December 23, 2005
  • Re: Cursor position (javascript)

    Yes, the case is I may want to MOVE the cursor first :) I want to prevent the user&nbsp;from nesting tables. &nbsp;
    Posted to Cute Editor for .NET (Forum) by Nilzor on December 19, 2005
  • Cursor position (javascript)

    Case: I want to&nbsp;perform a conditional pasteHTML in the editor pane. If the cursor at the moment is inside a &lt;TABLE&gt; tag, I'd want to move the cursor below the nearest &lt;/TABLE&gt; before pasting.To perform this I'd preferably want to know the position of the cursor relative to the HTML text -even though&nbsp;the user currently is ...
    Posted to Cute Editor for .NET (Forum) by Nilzor on December 16, 2005