Menu

#19 Define header like h1,h2,h3 in wysiwys editor

open
nobody
None
5
2006-10-16
2006-10-16
Sarel Botha
No

It would be nice if you could define a header like h1,
h2, h3 in the WYSIWYG editor.

This is great software!

Thanks,
Sarel

Discussion

  • Veign

    Veign - 2006-10-26

    Logged In: YES
    user_id=1385923

    All you need to do to accomplish this is modify the
    fckconfig.js file loacted in kb/admin/tools/kbeditor.
    Locate the KnowledgeBase toolset and replace with:

    FCKConfig.ToolbarSets["Knowledgebase"] = [
    ['Source','-','Preview'],
    ['Cut','Copy','Paste','PasteText','PasteWord','-','Print'],
    ['Undo','Redo','-'],
    ['Bold','Italic','Underline'],
    ['OrderedList','UnorderedList','-','Outdent','Indent'],
    ['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
    ['Link','Unlink','Anchor'],
    ['Image','Table','Rule','Smiley','SpecialChar','UniversalKey'],
    ['TextColor','BGColor','FontFormat'],
    ['About']
    ] ;

     
  • Veign

    Veign - 2006-10-26

    Logged In: YES
    user_id=1385923

    Should have been this:
    kb/admin/tools/fckeditor

     

Log in to post a comment.