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 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>List of all buttons/controls available, and their plugin requirements.</title>
<link href="css/screen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="header">
<h1>List of all buttons/controls available, and their plugin requirements.</h1>
</div>
<div class="content">
<p>
This is a list of all the avalible buttons that you can configure, the requirements are also listed as some buttons require you to include the plugin first. Check each plugin for more information, some plugins have seperate configurations. Use the <a href="option_theme_advanced_buttons_n.html">theme_advanced_buttons<1-n></a>, <a href="option_theme_advanced_buttons_n_add.html">theme_advanced_buttons<1-n>_add</a> or <a href="option_theme_advanced_buttons_n_add_before.html">theme_advanced_buttons<1-n>_add_before</a> options to add new buttons and to disable buttons use the <a href="option_theme_advanced_disable.html">theme_advanced_disable</a> option.
</p>
<div class="separator"></div>
<p>
<h3>Default buttons available in the advanced theme</h3>
bold<br />
italic<br />
underline<br />
strikethrough<br />
justifyleft<br />
justifycenter<br />
justifyright<br />
justifyfull<br />
bullist<br />
numlist<br />
outdent<br />
indent<br />
cut<br />
copy<br />
paste<br />
undo<br />
redo<br />
link<br />
unlink<br />
image<br />
cleanup<br />
help<br />
code<br />
hr<br />
removeformat<br />
formatselect<br />
fontselect<br />
fontsizeselect<br />
styleselect<br />
sub<br />
sup<br />
forecolor<br />
backcolor<br />
charmap<br />
visualaid<br />
anchor<br />
newdocument<br />
separator<br />
</p>
<p>
<h3>Plugins with the button name same as plugin name</h3>
<a href="plugin_save.html">save</a><br />
<a href="plugin_emotions.html">emotions</a><br />
<a href="plugin_flash.html">flash</a><br />
<a href="plugin_iespell.html">iespell</a><br />
<a href="plugin_preview.html">preview</a><br />
<a href="plugin_print.html">print</a><br />
<a href="plugin_zoom.html">zoom</a><br />
<a href="plugin_fullscreen.html">fullscreen</a><br />
<a href="plugin_advhr.html">advhr</a><br />
<a href="plugin_fullpage.html">fullpage</a><br />
<a href="plugin_spellchecker.html">spellchecker</a><br />
<a href="plugin_visualchars.html">visualchars</a><br />
<a href="plugin_nonbreaking.html">nonbreaking</a><br />
<br />
</p>
<p>
<h3>Plugins with custom buttons</h3>
<ul>
<li>advlink</li>
<ul>
<li>Will override the "link" button</li>
</ul>
<li>advimage</li>
<ul>
<li>Will override the "image" button</li>
</ul>
<li><a href="plugin_paste.html">paste</a></li>
<ul>
<li>pastetext</li>
<li>pasteword</li>
<li>selectall</li>
</ul>
<li><a href="plugin_searchreplace.html">searchreplace</a></li>
<ul>
<li>search</li>
<li>replace</li>
</ul>
<li><a href="plugin_insertdatetime.html">insertdatetime</a></li>
<ul>
<li>insertdate</li>
<li>inserttime</li>
</ul>
<li><a href="plugin_table.html">table</a></li>
<ul>
<li>tablecontrols</li>
<li>table</li>
<li>row_props</li>
<li>cell_props</li>
<li>delete_col</li>
<li>delete_row</li>
<li>col_after</li>
<li>col_before</li>
<li>row_after</li>
<li>row_before</li>
<li>row_after</li>
<li>row_before</li>
<li>split_cells</li>
<li>merge_cells</li>
</ul>
<li><a href="plugin_directionality.html">directionality</a></li>
<ul>
<li>ltr</li>
<li>rtl</li>
</ul>
<li><a href="plugin_layer.html">layer</a></li>
<ul>
<li>moveforward</li>
<li>movebackward</li>
<li>absolute</li>
<li>insertlayer</li>
</ul>
<li><a href="plugin_style.html">style</a></li>
<ul>
<li>styleprops</li>
</ul>
<li><a href="plugin_xhtmlxtras.html">xhtmlxtras</a></li>
<ul>
<li>cite</li>
<li>abbr</li>
<li>acronym</li>
<li>ins</li>
<li>del</li>
</ul>
</ul>
</p>
</div>
<div class="footer">
<div class="helpindexlink"><a href="index.html">Index</a></div>
<div class="copyright">Copyright © 2003-2006 <a href="http://www.moxiecode.com">Moxiecode Systems AB</a></div>
<br style="clear: both" />
</div>
</body>
</html>
|