+{% load toolbar_tags %}
+{% toolbar toolbar_groups toolbar_extra_group %}
+
{{ html|safe }}
+
<script type="text/javascript" charset="utf-8">
panel_hooks = {
- load: function()
- {
- this.contentDiv.addClass('panel-htmleditor');
+ load: function() {
+ this._endload();
},
unload: function() {
- this.contentDiv.removeClass('panel-htmleditor');
+
}
};
</script>