[CLOSED] html editor append method not available

  1. #1

    [CLOSED] html editor append method not available

    Hi,

    How can a text be appended to the HTML editor. in V1 there was an append method but seem not to be available in V2.

    regards
    Last edited by Daniil; Sep 12, 2012 at 6:02 AM. Reason: [CLOSED]
  2. #2
    Hi,

    It was a private method.

    You can try this.

    Example
    Ext.form.field.HtmlEditor.override({
        append : function (v) {
            this.setValue([this.getValue(), v].join(""));
        }
    });

Similar Threads

  1. Problem with HTML Editor
    By joao.msdn in forum 1.x Help
    Replies: 0
    Last Post: Dec 28, 2010, 9:14 PM
  2. Html Editor Help.
    By ozayBK in forum 1.x Help
    Replies: 13
    Last Post: Apr 28, 2010, 10:42 PM
  3. html editor
    By [WP]joju in forum 1.x Help
    Replies: 3
    Last Post: Dec 21, 2009, 9:23 AM
  4. 0.82 html editor bug
    By [WP]joju in forum Bugs
    Replies: 3
    Last Post: Dec 21, 2009, 1:48 AM
  5. html editor in IE8
    By [WP]joju in forum 1.x Help
    Replies: 0
    Last Post: Dec 02, 2009, 10:24 AM

Posting Permissions