[CLOSED] HTML edito text change and focus event.

  1. #1

    [CLOSED] HTML edito text change and focus event.

    Hi guys,

    How do i capture the text change and focus event of the HTML editor. I am trying this code in the Initialize event.

    editor.mon(editor.textareaEl, "change", Ext.Function.bind(TextAreaCursorChange, editor));
    editor.mon(editor.textareaEl, "focus", Ext.Function.bind(TextAreaCursorChange, editor));
    Last edited by Daniil; Sep 25, 2012 at 6:55 AM. Reason: [CLOSED]
  2. #2
    Hi,

    Unfortunately, there are no such events in API.

    Please investigate the following threads:
    http://forums.ext.net/showthread.php?19353
    http://forums.ext.net/showthread.php?19358
    http://forums.ext.net/showthread.php?18027

    They are for Ext.NET v1. But, I think, it should look similar in Ext.NET v2.

Similar Threads

  1. [CLOSED] HtmlEditor text change event?
    By vadym.f in forum 1.x Legacy Premium Help
    Replies: 9
    Last Post: Sep 14, 2015, 1:29 PM
  2. [CLOSED] making text area to display html formated text
    By SymSure in forum 2.x Legacy Premium Help
    Replies: 1
    Last Post: Sep 19, 2012, 5:07 PM
  3. Replies: 1
    Last Post: Dec 01, 2011, 11:34 AM
  4. Replies: 1
    Last Post: Nov 28, 2011, 2:40 PM
  5. Replies: 1
    Last Post: May 28, 2010, 1:13 PM

Posting Permissions