Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Некорректно работает destroy #39

Open
argnist opened this issue Aug 11, 2014 · 0 comments
Open

Некорректно работает destroy #39

argnist opened this issue Aug 11, 2014 · 0 comments

Comments

@argnist
Copy link

argnist commented Aug 11, 2014

У меня на панели выводится несколько modx-texteditor. Далее их состав и содержание меняются динамически при нажатии на кнопку. Но попытка удалить все эти компоненты перед созданием нового списка приводит к ошибке в методе

onDestroy : function(){
        this.editor.destroy();
        Ext.ux.Ace.superclass.onDestroy.call(this);
    },

this.editor не существует. Если вывести там console.log(this); то есть только id и value.
При замене xtype на textarea все отрабатывает нормально, а так же, если просто закомментировать this.editor.destroy(); все нормально.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant