Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/app/static/js/wymeditor/skins/silver/.svn/text-base/README.svn-base
blob: 130dc46e03f9e6b48c7d7b708b79ba1ec9f1e916 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/**
* @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.