Toolbar in HTML panel fixed. Allow dot in names.
[redakcja.git] / project / templates / explorer / panels / htmleditor.html
1 {% load toolbar_tags %}
2 {% toolbar toolbar_groups toolbar_extra_group %}
3
4 {{ html|safe }}
5
6 <script type="text/javascript" charset="utf-8">
7 panel_hooks = {
8         load: function() {
9             this._endload();    
10         },
11         unload: function() {
12
13         }
14 };
15 </script>