How can I determine that current element has the ascendant with class="example"?
CKEDITOR.dom.node have method hasAscendant, but using it we can't determine that it has "example" class.
CKEDITOR.dom.node have method hasAscendant, but using it we can't determine that it has "example" class.

Re: [DECIDED] How can I determine that current element has
|| (element.hasAscendant( 'table' ) && element.getAscendant('table').hasClass('skelet'));