OSDN Git Service

default open "url" element
[feedblog/feedgenerator.git] / wymeditor / skins / silver / README
1 /**
2 * @version        Alpha 0.1 2008-05-10 23:28:43 $
3 * @package        Silver skin for WYMeditor
4 * @copyright      Copyright (C) 2008 Scott Edwin Lewis. All rights reserved.
5 * @license        GNU/GPL, see COPYING
6 * Silver skin for WYMeditor is free software and is licensed under the 
7 * GNU General Public License. See COPYING for copyright notices and details.
8 */
9
10 Adds custom buttons and color palette to the WYMeditor XHTML Editor.
11
12 INSTALLATION:
13
14 1. Copy the entire /silver/ directory to /wymeditor/skins/
15 2. Initialize the WYMeditor 'skin' option as below:
16
17 <script type="text/javascript">
18 jQuery(function() {
19
20     jQuery('.wymeditor').wymeditor({
21         skin: 'silver'
22     });
23
24 });
25 </script>
26
27 That's it. You're done.