look at tutorials about other wysiwyg editors and django like the ck 
editor<https://github.com/shaunsephton/django-ckeditor>

On Monday, January 14, 2013 3:39:36 PM UTC+1, frocco wrote:
>
> <script language="javascript" type="text/javascript" 
> src='scripts/innovaeditor.js'></script>
>
> Initialize the Editor below any *<textarea>* you’d like to replace.
>
>         <textarea id="txtContent" rows="4" cols="30">
>         <script language="javascript" type="text/javascript">
>             var oEdit1 = new InnovaEditor("oEdit1");
>             oEdit1.width = 750;
>             oEdit1.height = 530;
>             oEdit1.groups = [
>                 ["group1", "", ["Bold", "Italic", "Underline", "FontDialog", 
> "ForeColor", "TextDialog", "RemoveFormat"]],
>                 ["group2", "", ["Bullets", "Numbering", "JustifyLeft", 
> "JustifyCenter", "JustifyRight"]],
>                 ["group3", "", ["LinkDialog", "ImageDialog", "YoutubeDialog", 
> "TableDialog", "Emoticons"]],
>                 ["group4", "", ["Undo", "Redo", "FullScreen", "SourceDialog"]]
>                 ];
>             oEdit1.css = "styles/default.css";
>             oEdit1.REPLACE("txtContent");
>         </script>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/1Bjyu976xmgJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to