CKEditor - how to get the template attributes
问题 I'm using CKEditor 's template plugin to load the templates in the editor. In the templates I've defined likt this. templates: [ { title: "Quickclick 1", image: "template1.png", description: "Quickclick 1 template", html_et: "<span>test1</span>", html:' <span>test</span>' }] When the user selects a template, the html is loaded which is fine. But also, it would be great if there is a way to get the property of the current selected template from the CKEditor instance. I need to get the html_et