Refactor kodu paneli. WysyƂanie danych do save().
[redakcja.git] / project / templates / explorer / panels / htmleditor.html
1 {{ html|safe }}
2 <script type="text/javascript" charset="utf-8">
3 panel_hooks = {
4         load: function() 
5         {
6                 this.contentDiv.addClass('panel-htmleditor');
7         },
8         unload: function() {
9                 this.contentDiv.removeClass('panel-htmleditor');
10         }
11 };
12 </script>