Sha256: 12d2253099eb4faed0327880e4579afb7a7042612f978721082945ad1e1ddc4c

Contents?: true

Size: 1.31 KB

Versions: 44

Compression:

Stored size: 1.31 KB

Contents

/*
 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
 * Copyright (C) 2003-2008 Frederico Caldeira Knabben
 *
 * == BEGIN LICENSE ==
 *
 * Licensed under the terms of any of the following licenses at your
 * choice:
 *
 *  - GNU General Public License Version 2 or later (the "GPL")
 *    http://www.gnu.org/licenses/gpl.html
 *
 *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
 *    http://www.gnu.org/licenses/lgpl.html
 *
 *  - Mozilla Public License Version 1.1 or later (the "MPL")
 *    http://www.mozilla.org/MPL/MPL-1.1.html
 *
 * == END LICENSE ==
 *
 * This plugin register Toolbar items for the combos modifying the style to
 * not show the box.
 */

FCKToolbarItems.RegisterItem( 'SourceSimple'	, new FCKToolbarButton( 'Source', FCKLang.Source, null, FCK_TOOLBARITEM_ONLYICON, true, true, 1 ) ) ;
FCKToolbarItems.RegisterItem( 'StyleSimple'		, new FCKToolbarStyleCombo( null, FCK_TOOLBARITEM_ONLYTEXT ) ) ;
FCKToolbarItems.RegisterItem( 'FontNameSimple'	, new FCKToolbarFontsCombo( null, FCK_TOOLBARITEM_ONLYTEXT ) ) ;
FCKToolbarItems.RegisterItem( 'FontSizeSimple'	, new FCKToolbarFontSizeCombo( null, FCK_TOOLBARITEM_ONLYTEXT ) ) ;
FCKToolbarItems.RegisterItem( 'FontFormatSimple', new FCKToolbarFontFormatCombo( null, FCK_TOOLBARITEM_ONLYTEXT ) ) ;

Version data entries

44 entries across 44 versions & 12 rubygems

Version Path
SFEley-browsercms-3.0.2 public/fckeditor/editor/plugins/simplecommands/fckplugin.js
buzzware-browsercms-3.0.2 public/fckeditor/editor/plugins/simplecommands/fckplugin.js
coredumplings-browsercms-3.0.0 public/fckeditor/editor/plugins/simplecommands/fckplugin.js
jonleighton-bcms_feeds-1.0.1 public/fckeditor/editor/plugins/simplecommands/fckplugin.js
jonleighton-bcms_feeds-1.0.2 public/fckeditor/editor/plugins/simplecommands/fckplugin.js
nate-browsercms-3.0.210 public/fckeditor/editor/plugins/simplecommands/fckplugin.js
nate-browsercms-3.0.211 public/fckeditor/editor/plugins/simplecommands/fckplugin.js
we5-browsercms-3.0.1.1 public/fckeditor/editor/plugins/simplecommands/fckplugin.js
webficient-browsercms-3.0.1 public/fckeditor/editor/plugins/simplecommands/fckplugin.js
webficient-browsercms-3.0.2 public/fckeditor/editor/plugins/simplecommands/fckplugin.js
webficient-browsercms-3.0.3 public/fckeditor/editor/plugins/simplecommands/fckplugin.js
webficient-browsercms-3.0.4 public/fckeditor/editor/plugins/simplecommands/fckplugin.js
bcms_fckeditor-1.2.0 app/assets/javascripts/bcms/fckeditor/editor/plugins/simplecommands/fckplugin.js
bcms_fckeditor-1.1.0 public/bcms/fckeditor/editor/plugins/simplecommands/fckplugin.js
iaddict-bcms_fckeditor-1.1.5 public/bcms/fckeditor/editor/plugins/simplecommands/fckplugin.js
iaddict-bcms_fckeditor-1.1.4 public/bcms/fckeditor/editor/plugins/simplecommands/fckplugin.js
iaddict-bcms_fckeditor-1.1.3 public/bcms/fckeditor/editor/plugins/simplecommands/fckplugin.js
iaddict-bcms_fckeditor-1.1.2 public/bcms/fckeditor/editor/plugins/simplecommands/fckplugin.js
bcms_fckeditor-1.0.4 public/bcms/fckeditor/editor/plugins/simplecommands/fckplugin.js
bcms_fckeditor-1.0.3 public/bcms/fckeditor/editor/plugins/simplecommands/fckplugin.js