Subversion Repositories wimsdev

Rev

Rev 13695 | Rev 13722 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 13695 Rev 13721
Line 48... Line 48...
48
    });\
48
    });\
49
    /* Initialize editors */\
49
    /* Initialize editors */\
50
    tinymce.init({\
50
    tinymce.init({\
51
      selector:'$wims_read_parm',\
51
      selector:'$wims_read_parm',\
52
      plugins: 'code help hr link lists',\
52
      plugins: 'code help hr link lists',\
-
 
53
      block_formats : tinymce.translate('Paragraph')+'=p;' +tinymce.translate('Heading 2')+'=h2;'+tinymce.translate('Heading 3')+'=h3;' +tinymce.translate('Heading 4')+'=h4;' +tinymce.translate('Heading 5')+'=h5;' +tinymce.translate('Heading 6')+'=h6;' +tinymce.translate('Preformatted')+'=pre',\
53
      menubar: false,\
54
      menubar: false,\
54
      branding: false,\
55
      branding: false,\
55
      toolbar: 'undo redo | formatselect | bold italic strikethrough | subscript superscript | hr link | bullist numlist | removeformat | code | help',\
56
      toolbar: 'undo redo | formatselect | bold italic strikethrough | subscript superscript | hr link | bullist numlist | removeformat | code | help',\
56
      $tiny_lang\
57
      $tiny_lang\
57
      content_css : 'html/themes/$wims_theme/css.css',\
58
      content_css : 'html/themes/$wims_theme/css.css',\