Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Provider and Extension ForumsProvider and Extension ForumsFCKeditorFCKeditorCutom toolbarsCutom toolbars
Previous
 
Next
New Post
3/5/2007 11:33 AM
 
I was lookking for were the toolbars are defined - I see fckconfig.js but that doesnt seem to be the real place as not all four 'defaulot' ones are in the file is there a table or something where they exist?

Dylan Barber http://www.braindice.com - Dotnetnuke development classes - skins and modules
 
New Post
3/5/2007 7:19 PM
 
Try the fckConfig.js in the custom folder rather than the one in the FCKEditor folder. Worked for me.
 
New Post
3/6/2007 9:43 AM
 
Okay found that but what gets them into the Custome Editor Options?

Dylan Barber http://www.braindice.com - Dotnetnuke development classes - skins and modules
 
New Post
3/25/2007 11:47 PM
 

The toolbars must be defined at fckeditor, but you need to list them in the corresponding variable at the web.config settings.

The list is automatically listed under the custom options screen unless you already applied some configurations. If it is that the case, the you need to clear the customs settings and the list of toolbars will be reloaded


Locopon
Free modules: E-commerce, Complete localization (Portal, page, module settings, skins, etc.), Secure Login, and more
http://dnn.tiendaboliviana.com
 
New Post
4/19/2007 3:23 PM
 

To clarify this as I found the above lacked detail:

  1. Add a new Toolbar definition to Providers/HtmlEditorProviders/FckHtmlEditorProvider/custom/FCKConfig.js. The easiest way to do this is to copy one of the existing ones and then remove the tools you don't want. I'll give an example of mine at the bottom.
  2. Modify your web.config file and add your new toolbar definition to the comma separated list for AvailableToolBarSets
  3. You'll then need to clear the old FCKConfig.js file from your browsers (and perhaps your users) cache. I ended up navigating to the actual js file and hitting as neither F5 or Ctrl+F5 from the edit page worked for me.

My new toolbar definition that I added to the custom FCKConfig.js file:

FCKConfig.ToolbarSets["EfficionStandard"] = [
    ['Source','DocProps','-','Save','NewPage','-'],
    ['Cut','Copy','Paste','PasteText','PasteWord'],
    ['Undo','Redo','RemoveFormat'],
    ['Bold','Italic','Underline'],
    ['OrderedList','UnorderedList','-','Outdent','Indent'],
    ['JustifyLeft','JustifyCenter','JustifyRight'],
    ['Link','Unlink'],
    ['Image','Rule'],
    ['Style','TextColor']
] ;

Remember, less is more!


David O'Leary
Efficion Consulting
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Provider and Extension ForumsProvider and Extension ForumsFCKeditorFCKeditorCutom toolbarsCutom toolbars


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out