Advertisement
kotvalera83

nicedit

Sep 13th, 2013
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script src="http://js.nicedit.com/nicEdit-latest.js" type="text/javascript"></script>
  2. <script type="text/javascript">
  3.     bkLib.onDomLoaded(function() {
  4.         new nicEditor({buttonList : ['bold', 'italic', 'underline', 'left', 'center', 'right', 'justify', 'ol', 'ul', 'subscript', 'superscript', 'strikethrough', 'removeformat', 'indent', 'outdent', 'hr', 'link', 'unlink', 'fontSize', 'fontFamily', 'fontFormat']}).panelInstance('form_full');
  5.     });
  6. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement