kartik-v / yii2-tree-manager

An advanced tree management module using nested sets for Yii 2.
http://demos.krajee.com/tree-manager
Other
150 stars 107 forks source link

TinyMCE issue #225

Closed ajoudeh closed 5 years ago

ajoudeh commented 5 years ago

Dear,

I tried to use TinyMCE with TreeManagerView but on the second select, TinyMCE not working. only woking on the first select

q1 10-15-2018 5-25-50 pm

Thanks,

kkkko commented 5 years ago

Try this https://github.com/kartik-v/yii2-tree-manager/issues/191 In my case plugin's events doesn't work, so i solved a problem by this:

$('#w0-tree ul li').on('click', function() {
    tinymce.remove();
});

Where $('#w0-tree ul li') - selector of tree item

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.