Index of /djwendel/www/weblogo/CLIx/CLIx offline bundle/slnova_static_files/cms/wymeditor/skins/silver

      Name                    Last modified       Size  Description

[DIR] Parent Directory 27-Apr-2017 17:19 - [   ] COPYING 12-Aug-2013 11:19 35k [DIR] images/ 27-Apr-2017 17:19 - [TXT] skin.css 12-Aug-2013 11:19 13k [   ] skin.js 12-Aug-2013 11:19 2k

/**
* @version        Alpha 0.1 2008-05-10 23:28:43 $
* @package        Silver skin for WYMeditor
* @copyright      Copyright (C) 2008 Scott Edwin Lewis. All rights reserved.
* @license        GNU/GPL, see COPYING
* Silver skin for WYMeditor is free software and is licensed under the 
* GNU General Public License. See COPYING for copyright notices and details.
*/

Adds custom buttons and color palette to the WYMeditor XHTML Editor.

INSTALLATION:

1. Copy the entire /silver/ directory to /wymeditor/skins/
2. Initialize the WYMeditor 'skin' option as below:

<script type="text/javascript">
jQuery(function() {

    jQuery('.wymeditor').wymeditor({
        skin: 'silver'
    });

});
</script>

That's it. You're done.