Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • osian/sucs-site
  • kais58/sucs-site
  • imranh/sucs-site
  • foshjedi2004/sucs-site
  • gigosaurus/sucs-site
  • matstn/sucs-site
  • ripp_/sucs-site
  • eggnog/sucs-site
  • sucssite/sucs-site
  • elbows/sucs-site
  • realitykiller/sucs-site
  • crox/sucs-site
  • vectre/sucs-site
  • welshbyte/sucs-site
  • paperclipman/sucs-site
15 results
Show changes
Showing
with 0 additions and 1501 deletions
<!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>Plugin: advlink</title>
<link href="css/screen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="header">
<h1>Plugin: advlink</h1>
</div>
<div class="content">
<p>This is a more advanced link dialog mostly based on code contributed by Michael Keck. This link plugin supports popup windows and targets.</p>
<h3>Installation Instructions</h3>
<p>
<ul>
<li>Copy the advlink directory to the plugins directory of TinyMCE (/jscripts/tiny_mce/plugins).</li>
<li>Add plugin to TinyMCE plugin option list example: plugins : &quot;advlink&quot;.</li>
<li>Add this &quot;a[name|href|target|title|onclick]&quot; to extended_valid_elements option.</li>
</ul>
<p>
<table border="1" cellspacing="0" cellpadding="4">
<thead><td colspan="2">Advlink plugin options</td></thead>
<tbody>
<tr><td><strong>advlink_styles</strong></td><td>This option should contain a semicolon separated list of class titles and class names separated by =. The titles are the ones that get presented to the user in the styles drop down list and and the class names is the classes that gets inserted.</td></tr>
</tbody>
</table>
<br />
</p>
</p>
<h3>Initialization Example</h3>
<p>
<div class="example">
<pre>
tinyMCE.init({
theme : &quot;advanced&quot;,
mode : &quot;textareas&quot;,
plugins : &quot;advlink&quot;
});</pre>
</div>
</p>
</div>
<div class="footer">
<div class="helpindexlink"><a href="index.html">Index</a></div>
<div class="copyright">Copyright &copy; 2003-2006 <a href="http://www.moxiecode.com">Moxiecode Systems AB</a></div>
<br style="clear: both" />
</div>
</body>
</html>
<!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>Plugin: autosave</title>
<link href="css/screen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="header">
<h1>Plugin: autosave</h1>
</div>
<div class="content">
<p>This plugin gives the user a warning if they made modifications to a editor instance but didn't submit them. This plugin will most likely be extended in the future to provide AJAX auto save support.</p>
<h3>Initialization Example</h3>
<p>
<div class="example">
<pre>
tinyMCE.init({
theme : &quot;advanced&quot;,
mode : &quot;textareas&quot;,
plugins : &quot;<strong>autosave</strong>&quot;
});</pre>
</div>
</p>
</div>
<div class="footer">
<div class="helpindexlink"><a href="index.html">Index</a></div>
<div class="copyright">Copyright &copy; 2003-2006 <a href="http://www.moxiecode.com">Moxiecode Systems AB</a></div>
<br style="clear: both" />
</div>
</body>
</html>
<!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>Plugin: contextmenu</title>
<link href="css/screen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="header">
<h1>Plugin: contextmenu</h1>
</div>
<div class="content">
<p></p>
<h3>Installation Instructions</h3>
<p>
<ul>
<li>Copy the contextmenu directory to the plugins directory of TinyMCE (/jscripts/tiny_mce/plugins).</li>
<li>Add plugin to TinyMCE plugin option list example: plugins : &quot;contextmenu&quot;.</li>
</ul>
</p>
<h3>Initialization Example</h3>
<p>
<div class="example">
<pre>
tinyMCE.init({
theme : &quot;advanced&quot;,
mode : &quot;textareas&quot;,
plugins : &quot;contextmenu&quot;
});</pre>
</div>
</p>
</div>
<div class="footer">
<div class="helpindexlink"><a href="index.html">Index</a></div>
<div class="copyright">Copyright &copy; 2003-2006 <a href="http://www.moxiecode.com">Moxiecode Systems AB</a></div>
<br style="clear: both" />
</div>
</body>
</html>
<!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>Plugin: directionality</title>
<link href="css/screen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="header">
<h1>Plugin: directionality</h1>
</div>
<div class="content">
<p>This plugin adds directionality icons to TinyMCE that enables TinyMCE to better handle languages that is written from right to left.</p>
<h3>Installation Instructions</h3>
<p>
<ul>
<li>Add plugin to TinyMCE plugin option list example: plugins : &quot;directionality&quot;.</li>
<li>Add the ltr, rtl button names to button list, example: theme_advanced_buttons3_add : &quot;ltr,rtl&quot;.</li>
</ul>
</p>
<h3>Initialization Example</h3>
<p>
<div class="example">
<pre>
tinyMCE.init({
theme : &quot;advanced&quot;,
mode : &quot;textareas&quot;,
plugins : &quot;<strong>directionality</strong>&quot;,
theme_advanced_buttons3_add : &quot;<strong>ltr,rtl</strong>&quot;
});</pre>
</div>
</p>
</div>
<div class="footer">
<div class="helpindexlink"><a href="index.html">Index</a></div>
<div class="copyright">Copyright &copy; 2003-2006 <a href="http://www.moxiecode.com">Moxiecode Systems AB</a></div>
<br style="clear: both" />
</div>
</body>
</html>
<!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>Plugin: emotions</title>
<link href="css/screen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="header">
<h1>Plugin: emotions</h1>
</div>
<div class="content">
<p>The emotions plugin is able to insert smiley images into the TinyMCE editable area.</p>
<h3>Installation Instructions</h3>
<p>
<ul>
<li>Copy the emotions directory to the plugins directory of TinyMCE (/jscripts/tiny_mce/plugins).</li>
<li>Add plugin to TinyMCE plugin option list example: plugins : &quot;emotions&quot;.</li>
<li>Add the emotions button name to button list, example: theme_advanced_buttons3_add : &quot;emotions&quot;.</li>
</ul>
</p>
<h3>Initialization Example</h3>
<p>
<div class="example">
<pre>
tinyMCE.init({
theme : &quot;advanced&quot;,
mode : &quot;textareas&quot;,
plugins : &quot;emotions&quot;,
theme_advanced_buttons3_add : &quot;emotions&quot;
});</pre>
</div>
</p>
<div class="separator"></div>
<h3>Copyright notice</h3>
<p>
These emotions where taken from Mozilla Thunderbird. I hope they don't get angry if I use them here after all this is a open source project aswell and I realy love their product.
</p>
</div>
</div>
<div class="footer">
<div class="helpindexlink"><a href="index.html">Index</a></div>
<div class="copyright">Copyright &copy; 2003-2006 <a href="http://www.moxiecode.com">Moxiecode Systems AB</a></div>
<br style="clear: both" />
</div>
</body>
</html>
<!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>Plugin: flash</title>
<link href="css/screen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="header">
<h1>Plugin: flash</h1>
</div>
<div class="content">
<p>This is the &quot;Insert Flash&quot; Dialog, it enables users to insert flash movies into TinyMCE.</p>
<p>You can control the wmode, quality and menu by setting the flash_wmode, flash_quality and flash_menu options.</p>
<h3>Installation Instructions</h3>
<p>
<ul>
<li>Copy the flash directory to the plugins directory of TinyMCE (/jscripts/tiny_mce/plugins).</li>
<li>Add plugin to TinyMCE plugin option list example: plugins : &quot;flash&quot;.</li>
<li>Add this &quot;img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name]&quot; to extended_valid_elements option.</li>
<li>Add the flash button name to button list, example: theme_advanced_buttons3_add : &quot;flash&quot;.</li>
</ul>
</p>
<h3>Initialization Example</h3>
<p>
<div class="example">
<pre>
tinyMCE.init({
theme : &quot;advanced&quot;,
mode : &quot;textareas&quot;,
plugins : &quot;flash&quot;,
extended_valid_elements : &quot;img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name]&quot;
flash_external_list_url : &quot;example_flash_list.js&quot;, // Optional URL to a list of SWF movies
flash_wmode : &quot;transparent&quot;,
flash_quality : &quot;high&quot;,
flash_menu : &quot;false&quot;
});</pre>
</div>
</p>
<div class="separator"></div>
<h3>Additional note</h3>
<p>
The flash plugin has been heavily modified (the original is editor_plugin_original.js) since the original did not play nicely with html content that already contained existing flash tags and in fact stripped out the object
tags for existing flash html. The rewrite corrects this as well attempts
to preserve the existing flash tags where possible. The tinyMCE.init call
should be be something like:
</p>
<h3>Initialization Example</h3>
<p>
<div class="example">
<pre>
tinyMCE.init({
theme : &quot;advanced&quot;,
mode : &quot;textareas&quot;,
plugins : &quot;flash&quot;,
extended_valid_elements : &quot;img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name|obj|param|embed]&quot;
});</pre>
</div>
</p>
<p>Note the extra obj,param,embed attributes for the img tag. These attributes
are used to serialize data from existing flash tags so that they can be
properly restored. Editing a flash tag with the plugin will cause this
information to be lost (sorry!) but still produces a working flash nevertheless.
</p>
</div>
</div>
<div class="footer">
<div class="helpindexlink"><a href="index.html">Index</a></div>
<div class="copyright">Copyright &copy; 2003-2006 <a href="http://www.moxiecode.com">Moxiecode Systems AB</a></div>
<br style="clear: both" />
</div>
</body>
</html>
<!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>Plugin: fullpage</title>
<link href="css/screen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="header">
<h1>Plugin: fullpage</h1>
</div>
<div class="content">
<p>This plugin adds fullpage editing support. This enables you to edit whole documents with both head and body.</p>
<h3>Installation Instructions</h3>
<p>
<ul>
<li>Add plugin to TinyMCE plugin option list example: plugins : &quot;fullpage&quot;.</li>
<li>Add the fullpage button name to button list, example: theme_advanced_buttons3_add : &quot;fullpage&quot;.</li>
</ul>
</p>
<p>
<h3>Options</h3>
</p>
<p>
<table border="1" cellspacing="0" cellpadding="4">
<tr>
<td>[fullpage_doctypes]</td>
<td>This is a name/value list of possible document types. The value format of this option is name=value,name=value. These document types will be presented in the document type selection list. The default value of this option is: XHTML 1.0 Transitional=&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;,XHTML 1.0 Frameset=&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Frameset//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd&quot;&gt;,XHTML 1.0 Strict=&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Strict//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd&quot;&gt;,XHTML 1.1=&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.1//EN&quot; &quot;http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd&quot;&gt;&quot;&gt;,HTML 4.01 Transitional=&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;,HTML 4.01 Strict=&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot; &quot;http://www.w3.org/TR/html4/strict.dtd&quot;&gt;,HTML 4.01 Frameset=&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Frameset//EN&quot; &quot;http://www.w3.org/TR/html4/frameset.dtd&quot;&gt;.</td>
</tr>
<tr>
<td>[fullpage_fonts]</td>
<td>This option enables you specify what font family style values that can be added to the body element. The value format of this option is name=value;name=value. The default value of this option is: Arial=arial,helvetica,sans-serif;Courier New=courier new,courier,monospace;Georgia=georgia,times new roman,times,serif;Tahoma=tahoma,arial,helvetica,sans-serif;Times New Roman=times new roman,times,serif;Verdana=verdana,arial,helvetica,sans-serif;Impact=impact;WingDings=wingdings
</td>
</tr>
<tr>
<td>[fullpage_fontsizes]</td>
<td>This is a comma separated list of possible font sizes for the style attribute of the body element. This option defaults to: 10px,11px,12px,13px,14px,15px,16px.</td>
</tr>
<!-- <tr>
<td>[fullpage_media_types]</td>
<td>This is a name/value list of possible media types. The default value of this option is: all=all,screen=screen,print=print,tty=tty,tv=tv,projection=projection,handheld=handheld,braille=braille,aural=aural.</td>
</tr> -->
<tr>
<td>[fullpage_encodings]</td>
<td>This option enables you to specify what the document character encoding sets the user may select from. The default value of this option is: Western european (iso-8859-1)=iso-8859-1,Central European (iso-8859-2)=iso-8859-2,Unicode (UTF-8)=utf-8,Chinese traditional (Big5)=big5,Cyrillic (iso-8859-5)=iso-8859-5,Japanese (iso-2022-jp)=iso-2022-jp,Greek (iso-8859-7)=iso-8859-7,Korean (iso-2022-kr)=iso-2022-kr,ASCII (us-ascii)=us-ascii
</td>
</tr>
<tr>
<td>[fullpage_default_doctype]</td>
<td>This option enables you to specify the default doctype for the output HTML.</td>
</tr>
<tr>
<td>[fullpage_default_encoding]</td>
<td>This option enables you to specify the default encoding for the output HTML.</td>
</tr>
<tr>
<td>[fullpage_default_title]</td>
<td>This option enables you to specify the default title for the output HTML.</td>
</tr>
<tr>
<td>[fullpage_default_font_size]</td>
<td>This option enables you to specify the default font size for body element.</td>
</tr>
<tr>
<td>[fullpage_default_font_family]</td>
<td>This option enables you to specify the default font family for body element.</td>
</tr>
<tr>
<td>[fullpage_default_text_color]</td>
<td>This option enables you to specify the default text color for body element.</td>
</tr>
<tr>
<td>[fullpage_default_langcode]</td>
<td>This option enables you to specify the default langcode for the output HTML.</td>
</tr>
<tr>
<td>[fullpage_default_xml_pi]</td>
<td>This option enables you to specify if a XML declaration should be added or not true/false option.</td>
</tr>
</table>
</p>
<p>
<h3>Initialization Example</h3>
</p>
<p>
<div class="example">
<pre>
tinyMCE.init({
theme : &quot;advanced&quot;,
mode : &quot;textareas&quot;,
plugins : &quot;<strong>fullpage</strong>&quot;,
theme_advanced_buttons3_add : &quot;<strong>fullpage</strong>&quot;,
fullpage_fontsizes : '13px,14px,15px,18pt,xx-large',
fullpage_default_xml_pi : false,
fullpage_default_langcode : 'en',
fullpage_default_title : "My document title"
});</pre>
</div>
</p>
</div>
<div class="footer">
<div class="helpindexlink"><a href="index.html">Index</a></div>
<div class="copyright">Copyright &copy; 2003-2006 <a href="http://www.moxiecode.com">Moxiecode Systems AB</a></div>
<br style="clear: both" />
</div>
</body>
</html>
<!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>Plugin: fullscreen</title>
<link href="css/screen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="header">
<h1>Plugin: fullscreen</h1>
</div>
<div class="content">
<p>This plugin adds fullscreen editing mode to TinyMCE.</p>
<h3>Installation Instructions</h3>
<p>
<ul>
<li>Add plugin to TinyMCE plugin option list example: plugins : &quot;fullscreen&quot;.</li>
<li>Add the fullscreen button name to button list, example: theme_advanced_buttons3_add : &quot;fullscreen&quot;.</li>
</ul>
</p>
<p>
<table border="1" cellspacing="0" cellpadding="4">
<thead><td colspan="2">Fullscreen plugin options</td></thead>
<tbody>
<tr><td><strong>fullscreen_settings</strong></td><td>This option gives you the ability to have diffrent settings applied when the editor is in fullscreen mode for example more tools.</td></tr>
</tbody>
</table>
<br />
</p>
<h3>Initialization Example</h3>
<p>
<div class="example">
<pre>
tinyMCE.init({
theme : &quot;advanced&quot;,
mode : &quot;textareas&quot;,
plugins : &quot;<strong>fullscreen</strong>&quot;,
theme_advanced_buttons3_add : &quot;<strong>fullscreen</strong>&quot;,
fullscreen_settings : {
theme_advanced_path_location : "top"
}
});</pre>
</div>
</p>
</div>
<div class="footer">
<div class="helpindexlink"><a href="index.html">Index</a></div>
<div class="copyright">Copyright &copy; 2003-2006 <a href="http://www.moxiecode.com">Moxiecode Systems AB</a></div>
<br style="clear: both" />
</div>
</body>
</html>
<!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>Plugin: iespell</title>
<link href="css/screen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="header">
<h1>Plugin: iespell</h1>
</div>
<div class="content">
<p></p>
<h3>Installation Instructions</h3>
<p>
<ul>
<li>Copy the iespell directory to the plugins directory of TinyMCE (/jscripts/tiny_mce/plugins).</li>
<li>Add plugin to TinyMCE plugin option list example: plugins : &quot;iespell&quot;.</li>
<li>Add the iespell button name to button list, example: theme_advanced_buttons3_add : &quot;iespell&quot;.</li>
</ul>
</p>
<h3>Initialization Example</h3>
<p>
<div class="example">
<pre>
tinyMCE.init({
theme : &quot;advanced&quot;,
mode : &quot;textareas&quot;,
plugins : &quot;iespell&quot;,
theme_advanced_buttons3_add : &quot;iespell&quot;
});</pre>
</div>
</p>
</div>
<div class="footer">
<div class="helpindexlink"><a href="index.html">Index</a></div>
<div class="copyright">Copyright &copy; 2003-2006 <a href="http://www.moxiecode.com">Moxiecode Systems AB</a></div>
<br style="clear: both" />
</div>
</body>
</html>
<!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>Plugin: inlinepopups</title>
<link href="css/screen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="header">
<h1>Plugin: inlinepopups</h1>
</div>
<div class="content">
<p>This plugin makes all dialogs to open as floating DIV layers instead of popup windows. This option can be very useful inorder to get around popup blockers. This plugin should be treated as experimental since it's not 100% compatible yet.</p>
<h3>Initialization Example</h3>
<p>
<div class="example">
<pre>
tinyMCE.init({
theme : &quot;advanced&quot;,
mode : &quot;textareas&quot;,
plugins : &quot;inlinepopups&quot;
});</pre>
</div>
</p>
</div>
<div class="footer">
<div class="helpindexlink"><a href="index.html">Index</a></div>
<div class="copyright">Copyright &copy; 2003-2006 <a href="http://www.moxiecode.com">Moxiecode Systems AB</a></div>
<br style="clear: both" />
</div>
</body>
</html>
<!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>Plugin: insertdatetime</title>
<link href="css/screen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="header">
<h1>Plugin: insertdatetime</h1>
</div>
<div class="content">
<p></p>
<h3>Installation Instructions</h3>
<p>
<ul>
<li>Copy the iespell directory to the plugins directory of TinyMCE (/jscripts/tiny_mce/plugins).</li>
<li>Add plugin to TinyMCE plugin option list example: plugins : &quot;iespell&quot;.</li>
<li>Add the insertdate or inserttime button name to button list, example: theme_advanced_buttons3_add : &quot;insertdate,inserttime&quot;.</li>
</ul>
</p>
<h3>Initialization Example</h3>
<p>
<div class="example">
<pre>
tinyMCE.init({
theme : &quot;advanced&quot;,
mode : &quot;textareas&quot;,
plugins : &quot;insertdatetime&quot;,
theme_advanced_buttons3_add : &quot;insertdate,inserttime&quot;
plugin_insertdate_dateFormat : &quot;%Y-%m-%d&quot;,
plugin_insertdate_timeFormat : &quot;%H:%M:%S&quot;
});</pre>
</div>
</p>
<p>
<h3>Options</h3>
</p>
<p>
plugin_insertdate_dateFormat - Format that the date is output as. Defaults to: "%Y-%m-%d".<br />
plugin_insertdate_timeFormat - Format that the time is output as. Defaults to: "%H:%M:%S".
</p>
<p>Replacement variables</p>
<p>
<table border="1" cellspacing="0" cellpadding="4">
<tr>
<td>%y</td>
<td>year as a decimal number without a century (range 00 to 99)</td>
</tr>
<tr>
<td>%Y</td>
<td>year as a decimal number including the century</td>
</tr>
<tr>
<td>%d</td>
<td>day of the month as a decimal number (range 01 to 31)</td>
</tr>
<tr>
<td>%m</td>
<td>month as a decimal number (range 01 to 12)</td>
</tr>
<tr>
<td>%D</td>
<td>same as %m/%d/%y</td>
</tr>
<tr>
<td>%r</td>
<td>time in a.m. and p.m. notation</td>
</tr>
<tr>
<td>%H</td>
<td>hour as a decimal number using a 24-hour clock (range 00 to 23)</td>
</tr>
<tr>
<td>%I</td>
<td>hour as a decimal number using a 12-hour clock (range 01 to 12)</td>
</tr>
<tr>
<td>%M</td>
<td>minute as a decimal number (range 00-59)</td>
</tr>
<tr>
<td>%S</td>
<td>second as a decimal number (range 00-59)</td>
</tr>
<tr>
<td>%p</td>
<td>either &quot;am&quot; or &quot;pm&quot; according to the given time value</td>
</tr>
<tr>
<td>%%</td>
<td>a literal &quot;%&quot; character</td>
</tr>
</table>
</p>
</div>
<div class="footer">
<div class="helpindexlink"><a href="index.html">Index</a></div>
<div class="copyright">Copyright &copy; 2003-2006 <a href="http://www.moxiecode.com">Moxiecode Systems AB</a></div>
<br style="clear: both" />
</div>
</body>
</html>
<!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>Plugin: layer</title>
<link href="css/screen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="header">
<h1>Plugin: layer</h1>
</div>
<div class="content">
<p>Adds a layer suport to TinyMCE by making it possible to create/remove and z-index block elements.</p>
<p>These are the possible button control that this plugin contains: insertlayer,moveforward,movebackward,absolute</p>
<h3>Installation Instructions</h3>
<p>
<ul>
<li>Add plugin to TinyMCE plugin option list example: plugins : &quot;layer&quot;.</li>
<li>Add the insertlayer,moveforward,movebackward,absolute button names to button list, example: theme_advanced_buttons3_add : &quot;insertlayer,moveforward,movebackward,absolute&quot;.</li>
</ul>
</p>
<h3>Initialization Example</h3>
<p>
<div class="example">
<pre>
tinyMCE.init({
theme : &quot;advanced&quot;,
mode : &quot;textareas&quot;,
plugins : &quot;<strong>layer</strong>&quot;,
theme_advanced_buttons3_add : &quot;<strong>insertlayer,moveforward,movebackward,absolute</strong>&quot;
});</pre>
</div>
</p>
</div>
<div class="footer">
<div class="helpindexlink"><a href="index.html">Index</a></div>
<div class="copyright">Copyright &copy; 2003-2006 <a href="http://www.moxiecode.com">Moxiecode Systems AB</a></div>
<br style="clear: both" />
</div>
</body>
</html>
<!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>Plugin: noneditable</title>
<link href="css/screen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="header">
<h1>Plugin: noneditable</h1>
</div>
<div class="content">
<p>Adds non editable elements support for MSIE and Mozilla/FF. Any element with the &quot;mceItemNonEditable&quot; class will be blocked from modifications and treated as a single character. This class name is configurable using the &quot;noneditable_noneditable_class&quot;. Any elements with the MSIE specific attribute &quot;contenteditable&quot; will be converted into classes instead.</p>
<h3>Initialization Example</h3>
<p>
<div class="example">
<pre>
tinyMCE.init({
theme : &quot;advanced&quot;,
mode : &quot;textareas&quot;,
plugins : &quot;<strong>noneditable</strong>&quot;,
noneditable_leave_contenteditable : true
});</pre>
</div>
</p>
<p>
<h3>Options</h3>
<table border="1" cellspacing="0" cellpadding="4">
<tr>
<td>[noneditable_editable_class]</td>
<td>Class name to be used for editable elements, this would be the the same as contenteditable=true, forcing a element to be editable. This option defaults to: &quot;mceItemEditable&quot;. Notice that classes with the mceItem prefix is invisible within TinyMCE.</td>
</tr>
<tr>
<td>[noneditable_noneditable_class]</td>
<td>Class name to be used for non editable elements, this would be the same as contenteditable=false. This option defaults to: &quot;mceItemNonEditable&quot;. Notice that classes with the mceItem prefix is invisible within TinyMCE.</td>
</tr>
<tr>
<td>[noneditable_leave_contenteditable]</td>
<td>If the value of this option is set to true, all contenteditable attributes will be left intact. This option is set to false by default, since this attribute is not a valid W3C attribute and the class approach is better.</td>
</tr>
</table>
</p>
</div>
<div class="footer">
<div class="helpindexlink"><a href="index.html">Index</a></div>
<div class="copyright">Copyright &copy; 2003-2006 <a href="http://www.moxiecode.com">Moxiecode Systems AB</a></div>
<br style="clear: both" />
</div>
</body>
</html>
<!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>Plugin: paste</title>
<link href="css/screen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="header">
<h1>Plugin: paste</h1>
</div>
<div class="content">
<p>This plugin adds paste as plain text and paste from Word icons to TinyMCE. This plugin was developed by Ryan Demmer and modified by the TinyMCE crew to be more general and some extra features where added.</p>
<p>
On 25 May 2005, this plugin was modified by speednet: IE now pastes directly into the editor, bypassing the extra steps of opening the Insert box, selecting options, and clicking Insert. Speednet also added the Select All command, which highlights all the content in the editor when the user clicks the toolbar button (Other miscellaneous cleanup also).
</p>
<p>On 28 October 2005, this plugin was modified by monkeybrain: Added the paste_strip_class_attributes option.</p>
<h3>Installation Instructions</h3>
<p>
<ul>
<li>Copy the paste directory to the plugins directory of TinyMCE (/jscripts/tiny_mce/plugins).</li>
<li>Add plugin to TinyMCE plugin option list example: plugins : &quot;paste&quot;.</li>
<li>Add the button names to button list, example: theme_advanced_buttons3_add : &quot;pastetext,pasteword,selectall&quot;.</li>
</ul>
</p>
<h3>Initialization Example</h3>
<p>
<div class="example">
<pre>
tinyMCE.init({
theme : &quot;advanced&quot;,
mode : &quot;textareas&quot;,
plugins : &quot;paste&quot;,
theme_advanced_buttons3_add : &quot;pastetext,pasteword,selectall&quot;,
paste_create_paragraphs : false,
paste_create_linebreaks : false,
paste_use_dialog : true,
paste_auto_cleanup_on_paste : true,
paste_convert_middot_lists : false,
paste_unindented_list_class : "unindentedList",
paste_convert_headers_to_strong : true,
paste_insert_word_content_callback : "convertWord"
});
function convertWord(type, content) {
switch (type) {
// Gets executed before the built in logic performes it's cleanups
case "before":
content = content.toLowerCase(); // Some dummy logic
break;
// Gets executed after the built in logic performes it's cleanups
case "after":
content = content.toLowerCase(); // Some dummy logic
break;
}
return content;
}
</pre>
</div>
</p>
<p>
<h3>Options</h3>
</p>
<p>
<table border="1" cellspacing="0" cellpadding="4">
<tr>
<td>[paste_create_paragraphs]</td>
<td>If enabled double linefeeds are converted to paragraph elements when using the plain text dialog. This is enabled by default.</td>
</tr>
<tr>
<td>[paste_create_linebreaks]</td>
<td>If enabled single linefeeds are converted to hard line break elements when using the plain text dialog. This is enabled by default.</td>
</tr>
<tr>
<td>[paste_use_dialog]</td>
<td>MSIE specific option, if you set this to true both Mozilla and MSIE will present a paste dialog. If you set it to false pasting in MSIE will be done directly. This option is set to false by default.</td>
</tr>
<tr>
<td>[paste_auto_cleanup_on_paste]</td>
<td>MSIE specific option. If you enable this feature, a word paste will be executed when the user copy/paste content to the editor. This feature is disabled by default.</td>
</tr>
<tr>
<td>[paste_convert_middot_lists]</td>
<td>If this feature is enabled middot lists are converted into UL lists, these will be assign a special class.</td>
</tr>
<tr>
<td>[paste_unindented_list_class]</td>
<td>This option enables you to specify what class to assign to the UL list of middot converted lists. Middot lists are unindented in MS Office. This option defaults to &quot;unIndentedList&quot;.</td>
</tr>
<tr>
<td>[paste_convert_headers_to_strong]</td>
<td>This feature converts H1-6 elements to strong elements on paste, this is feature is disabled by default.</td>
</tr>
<tr>
<td>[paste_remove_spans]</td>
<td>This enables you to control if the word parse operation should remove or keep span elements, they will be removed by default.</td>
</tr>
<tr>
<td>[paste_remove_styles]</td>
<td>This enables you to control if the word parse operation should remove or keep style attributes, they will be removed by default.</td>
</tr>
<tr>
<td>[paste_replace_list]</td>
<td>Comma separated list of search/replace chunks. Where even items is the regexp that is to be used for the search and odd values are the contents that are to be replaced.
<p>This option defaults to: &quot;\u2122,&lt;sup&gt;TM&lt;/sup&gt;,\u2026,...,\u201c|\u201d,&quot;,\u2019,\',\u2013|\u2014|\u2015|\u2212,-&quot; this list replaces some custom MS 1250 characters.
</p>
The \uXXXX values is the hex values of the Unicode characters. Trick use javascript:alert('&lt;unicode char&gt;'.charCodeAt(0).toString(16)); to retive these numbers.</td>
</tr>
<tr>
<td>[paste_strip_class_attributes]</td>
<td>This feature allows you to control whether or not class attributes are stripped when using pasteword. Valid values are:
<ul>
<li>all - will strip all class attributes from the pasted content. This is the default value.</li>
<li>none - will not strip any class attributes from the pasted content.</li>
<li>mso - will strip out all of the class attribute values that start with "Mso", but retain all others.</li>
</ul>
</td>
</tr>
<tr>
<td>[paste_insert_word_content_callback]</td>
<td>This option enables you to specify a callback function. This callback is executed when the user pastes word content, the return value of this function will be the new content string. Check the example above for more details.
</td>
</tr>
</table>
</p>
</div>
<div class="footer">
<div class="helpindexlink"><a href="index.html">Index</a></div>
<div class="copyright">Copyright &copy; 2003-2006 <a href="http://www.moxiecode.com">Moxiecode Systems AB</a></div>
<br style="clear: both" />
</div>
</body>
</html>
<!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>Plugin: preview</title>
<link href="css/screen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="header">
<h1>Plugin: preview</h1>
</div>
<div class="content">
<p>This plugin adds a preview button to TinyMCE, pressing the button opens a popup showing the current content.</p>
<h3>Installation Instructions</h3>
<p>
<ul>
<li>Copy the preview directory to the plugins directory of TinyMCE (/jscripts/tiny_mce/plugins).</li>
<li>Add plugin to TinyMCE plugin option list example: plugins : &quot;preview&quot;.</li>
<li>Add the button name to button list, example: theme_advanced_buttons3_add : &quot;preview&quot;.</li>
</ul>
</p>
<h3>Initialization Example</h3>
<p>
<div class="example">
<pre>
tinyMCE.init({
theme : &quot;advanced&quot;,
mode : &quot;textareas&quot;,
plugins : &quot;preview&quot;,
theme_advanced_buttons3_add : &quot;preview&quot;,
plugin_preview_width : &quot;500&quot;,
plugin_preview_height : &quot;600&quot;
});</pre>
</div>
</p>
<p>
<h3>Options</h3>
</p>
<p>
<table border="1" cellspacing="0" cellpadding="4">
<tr>
<td>[plugin_preview_width]</td>
<td>Preview window width. Defaults to 550.</td>
</tr>
<tr>
<td>[plugin_preview_height]</td>
<td>Preview window height. Defaults to 600.</td>
</tr>
<tr>
<td>[plugin_preview_pageurl]</td>
<td>Custom preview page URL relative from theme use "../../plugins/preview/example.html" for a example.</td>
</tr>
</table>
</p>
</div>
<div class="footer">
<div class="helpindexlink"><a href="index.html">Index</a></div>
<div class="copyright">Copyright &copy; 2003-2006 <a href="http://www.moxiecode.com">Moxiecode Systems AB</a></div>
<br style="clear: both" />
</div>
</body>
</html>
<!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>Plugin: paste</title>
<link href="css/screen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="header">
<h1>Plugin: print</h1>
</div>
<div class="content">
<p>This plugin adds a print button to TinyMCE.</p>
<h3>Installation Instructions</h3>
<p>
<ul>
<li>Copy the print directory to the plugins directory of TinyMCE (/jscripts/tiny_mce/plugins).</li>
<li>Add plugin to TinyMCE plugin option list example: plugins : &quot;print&quot;.</li>
<li>Add the button name to button list, example: theme_advanced_buttons3_add : &quot;print&quot;.</li>
</ul>
</p>
<h3>Initialization Example</h3>
<p>
<div class="example">
<pre>
tinyMCE.init({
theme : &quot;advanced&quot;,
mode : &quot;textareas&quot;,
plugins : &quot;print&quot;,
theme_advanced_buttons3_add : &quot;print&quot;
});</pre>
</div>
</p>
</div>
<div class="footer">
<div class="helpindexlink"><a href="index.html">Index</a></div>
<div class="copyright">Copyright &copy; 2003-2006 <a href="http://www.moxiecode.com">Moxiecode Systems AB</a></div>
<br style="clear: both" />
</div>
</body>
</html>
<!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>Plugin: save</title>
<link href="css/screen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="header">
<h1>Plugin: save</h1>
</div>
<div class="content">
<p>This plugin adds a save button to TinyMCE this save button will submit the form that the editor is within.</p>
<h3>Installation Instructions</h3>
<p>
<ul>
<li>Add plugin to TinyMCE plugin option list example: plugins : &quot;save&quot;.</li>
<li>Add the ltr, rtl button names to button list, example: theme_advanced_buttons3_add : &quot;save&quot;.</li>
</ul>
</p>
<p>
<h3>Options</h3>
</p>
<p>
<table border="1" cellspacing="0" cellpadding="4">
<tr>
<td>[save_enablewhendirty]</td>
<td>If you set this option to true, the edit button will be disabled/dimmed until modifications are made. This is disabled by default.</td>
</tr>
<tr>
<td>[onchange_callback]</td>
<td>This option enables you to add a custom function to be called when the save button/command is invoked. This is not used by default.</td>
</tr>
</table>
</p>
<p>
<h3>Initialization Example</h3>
</p>
<p>
<div class="example">
<pre>
tinyMCE.init({
theme : &quot;advanced&quot;,
mode : &quot;textareas&quot;,
plugins : &quot;<strong>save</strong>&quot;,
theme_advanced_buttons3_add : &quot;<strong>save</strong>&quot;,
save_enablewhendirty : true,
onchange_callback : "mysave"
});</pre>
</div>
</p>
</div>
<div class="footer">
<div class="helpindexlink"><a href="index.html">Index</a></div>
<div class="copyright">Copyright &copy; 2003-2006 <a href="http://www.moxiecode.com">Moxiecode Systems AB</a></div>
<br style="clear: both" />
</div>
</body>
</html>
<!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>Plugin: searchreplace</title>
<link href="css/screen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="header">
<h1>Plugin: searchreplace</h1>
</div>
<div class="content">
<p>This plugin adds search/replace dialogs to TinyMCE.</p>
<h3>Installation Instructions</h3>
<p>
<ul>
<li>Add plugin to TinyMCE plugin option list example: plugins : &quot;searchreplace&quot;.</li>
<li>Add the ltr, rtl button names to button list, example: theme_advanced_buttons3_add : &quot;search,replace&quot;.</li>
</ul>
</p>
<h3>Initialization Example</h3>
<p>
<div class="example">
<pre>
tinyMCE.init({
theme : &quot;advanced&quot;,
mode : &quot;textareas&quot;,
plugins : &quot;<strong>searchreplace</strong>&quot;,
theme_advanced_buttons3_add : &quot;<strong>search,replace</strong>&quot;
});</pre>
</div>
</p>
</div>
<div class="footer">
<div class="helpindexlink"><a href="index.html">Index</a></div>
<div class="copyright">Copyright &copy; 2003-2006 <a href="http://www.moxiecode.com">Moxiecode Systems AB</a></div>
<br style="clear: both" />
</div>
</body>
</html>
<!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>Plugin: spellchecker</title>
<link href="css/screen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="header">
<h1>Plugin: spellchecker</h1>
</div>
<div class="content">
<p>This plugin adds spellchecker functionality to TinyMCE by providing a new button that performs a AJAX call to a backend PHP page that uses pspell.</p>
<h3>Installation Instructions</h3>
<p>
<ol>
<li>Download the spellchecker plugin from the <a href="http://tinymce.moxiecode.com/download.php">TinyMCE website</a>.</li>
<li>Copy the spellchecker directory to the plugins directory of TinyMCE (/jscripts/tiny_mce/plugins).</li>
<li>Add plugin to TinyMCE plugin option list example: plugins : &quot;spellchecker&quot;.</li>
<li>Add the button name to button list, example: theme_advanced_buttons3_add : &quot;spellchecker&quot;.</li>
</ol>
</p>
<h3>Spellchecker plugins/modes</h3>
<p>
TinyMCE Spellchecker currently supports 3 modes. These are available as configurable PHP classes.
<ul>
<li>TinyPspell - Run pspell within PHP. (PHP needs to be compiled with pspell support)</li>
<li>TinyPspellShell - Run pspell as a command line shell application.</li>
<li>TinyGoogleSpell - Use HTTP proxy bridge to connect to a Google XML Web Service.</li>
</ul>
Use this as the value for the the languages option when you are using the GoogleSpell class: +English=en,Danish=da,Dutch=nl,Finnish=fi,French=fr,German=de,Italian=it,Polish=pl,Portuguese=pt,Spanish=es,Swedish=sv
<br /><br /></p>
<h3>Initialization Example</h3>
<p>
<div class="example">
<pre>
tinyMCE.init({
theme : &quot;advanced&quot;,
mode : &quot;textareas&quot;,
plugins : &quot;spellchecker&quot;,
theme_advanced_buttons3_add : &quot;spellchecker&quot;,
spellchecker_languages : &quot;+English=en,Swedish=sv&quot;,
spellchecker_word_separator_chars : &quot;\\s!\"#$%&amp;()*+,-./:;&lt;=&gt;?@[\]&circ;_{|}&copy;&laquo;&reg;&raquo;\u201d\u201c&quot;
});
</pre>
</div>
</p>
<p>
<h3>Options</h3>
</p>
<p>
<table border="1" cellspacing="0" cellpadding="4">
<tr>
<td>[spellchecker_languages]</td>
<td>Enables you to specify what languages your pspell installation can handle. The value of this option should be a comma separated name value list in the following format name1=value1,name2=value,name3=value where name is the string to present in the menu and the value is a ISO language code like sv or en. If you add a + character infront of the name it will be the default value for the spellchecker. The default value for this option is: +English=en.</td>
</tr>
<tr>
<td>[spellchecker_word_separator_chars]</td>
<td>This option enables you to specify the word separator characters. The default value for this option is: \\s!"#$%&()*+,-./:;<=>?@[\]^_{|}\u201d\u201c.</td>
</tr>
</table>
</p>
</div>
<div class="footer">
<div class="helpindexlink"><a href="index.html">Index</a></div>
<div class="copyright">Copyright &copy; 2003-2006 <a href="http://www.moxiecode.com">Moxiecode Systems AB</a></div>
<br style="clear: both" />
</div>
</body>
</html>
<!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>Plugin: style</title>
<link href="css/screen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="header">
<h1>Plugin: style</h1>
</div>
<div class="content">
<p>Adds CSS style editing support to TinyMCE, this will enable you to edit allmost any CSS style property in a visual way.</p>
<h3>Installation Instructions</h3>
<p>
<ul>
<li>Add plugin to TinyMCE plugin option list example: plugins : &quot;style&quot;.</li>
<li>Add the styleprops butto names to button list, example: theme_advanced_buttons3_add : &quot;styleprops&quot;.</li>
</ul>
</p>
<h3>Initialization Example</h3>
<p>
<div class="example">
<pre>
tinyMCE.init({
theme : &quot;advanced&quot;,
mode : &quot;textareas&quot;,
plugins : &quot;<strong>style</strong>&quot;,
theme_advanced_buttons3_add : &quot;<strong>styleprops</strong>&quot;
});</pre>
</div>
</p>
<br />
<h3>Options</h3>
<p>
<table border="1" cellspacing="0" cellpadding="4">
<tr>
<td>[style_font]</td>
<td>Semicolon separated list of select box option name/values. Default: Arial, Helvetica, sans-serif=Arial, Helvetica, sans-serif;Times New Roman, Times, serif=Times New Roman, Times, serif;Courier New, Courier, mono=Courier New, Courier, mono;Times New Roman, Times, serif=Times New Roman, Times, serif;Georgia, Times New Roman, Times, serif=Georgia, Times New Roman, Times, serif;Verdana, Arial, Helvetica, sans-serif=Verdana, Arial, Helvetica, sans-serif;Geneva, Arial, Helvetica, sans-serif=Geneva, Arial, Helvetica, sans-serif</td>
</tr>
<tr>
<td>[style_font_size]</td>
<td>Semicolon separated list of select box option name/values. In format key1=value1;key2=value2;..</td>
</tr>
<tr>
<td>[style_font_size_measurement]</td>
<td>Semicolon separated list of select box option name/values.</td>
</tr>
<tr>
<td>[style_text_case]</td>
<td>Semicolon separated list of select box option name/values.</td>
</tr>
<tr>
<td>[style_font_weight]</td>
<td>Semicolon separated list of select box option name/values.</td>
</tr>
<tr>
<td>[style_font_style]</td>
<td>Semicolon separated list of select box option name/values.</td>
</tr>
<tr>
<td>[style_font_variant]</td>
<td>Semicolon separated list of select box option name/values.</td>
</tr>
<tr>
<td>[style_font_line_height]</td>
<td>Semicolon separated list of select box option name/values.</td>
</tr>
<tr>
<td>[style_font_line_height_measurement]</td>
<td>Semicolon separated list of select box option name/values.</td>
</tr>
<tr>
<td>[style_background_attachment]</td>
<td>Semicolon separated list of select box option name/values.</td>
</tr>
<tr>
<td>[style_background_repeat]</td>
<td>Semicolon separated list of select box option name/values.</td>
</tr>
<tr>
<td>[style_background_hpos_measurement]</td>
<td>Semicolon separated list of select box option name/values.</td>
</tr>
<tr>
<td>[style_background_vpos_measurement]</td>
<td>Semicolon separated list of select box option name/values.</td>
</tr>
<tr>
<td>[style_background_hpos]</td>
<td>Semicolon separated list of select box option name/values.</td>
</tr>
<tr>
<td>[style_background_vpos]</td>
<td>Semicolon separated list of select box option name/values.</td>
</tr>
<tr>
<td>[style_wordspacing]</td>
<td>Semicolon separated list of select box option name/values.</td>
</tr>
<tr>
<td>[style_wordspacing_measurement]</td>
<td>Semicolon separated list of select box option name/values.</td>
</tr>
<tr>
<td>[style_letterspacing]</td>
<td>Semicolon separated list of select box option name/values.</td>
</tr>
<tr>
<td>[style_letterspacing_measurement]</td>
<td>Semicolon separated list of select box option name/values.</td>
</tr>
<tr>
<td>[style_vertical_alignment]</td>
<td>Semicolon separated list of select box option name/values.</td>
</tr>
<tr>
<td>[style_text_align]</td>
<td>Semicolon separated list of select box option name/values.</td>
</tr>
<tr>
<td>[style_whitespace]</td>
<td>Semicolon separated list of select box option name/values.</td>
</tr>
<tr>
<td>[style_display]</td>
<td>Semicolon separated list of select box option name/values.</td>
</tr>
<tr>
<td>[style_text_indent_measurement]</td>
<td>Semicolon separated list of select box option name/values.</td>
</tr>
<tr>
<td>[style_box_width_measurement]</td>
<td>Semicolon separated list of select box option name/values.</td>
</tr>
<tr>
<td>[style_box_height_measurement]</td>
<td>Semicolon separated list of select box option name/values.</td>
</tr>
<tr>
<td>[style_float]</td>
<td>Semicolon separated list of select box option name/values.</td>
</tr>
<tr>
<td>[style_clear]</td>
<td>Semicolon separated list of select box option name/values.</td>
</tr>
<tr>
<td>[style_padding_left_measurement]</td>
<td>Semicolon separated list of select box option name/values.</td>
</tr>
<tr>
<td>[style_padding_top_measurement]</td>
<td>Semicolon separated list of select box option name/values.</td>
</tr>
<tr>
<td>[style_padding_bottom_measurement]</td>
<td>Semicolon separated list of select box option name/values.</td>
</tr>
<tr>
<td>[style_padding_right_measurement]</td>
<td>Semicolon separated list of select box option name/values.</td>
</tr>
<tr>
<td>[style_margin_left_measurement]</td>
<td>Semicolon separated list of select box option name/values.</td>
</tr>
<tr>
<td>[style_margin_top_measurement]</td>
<td>Semicolon separated list of select box option name/values.</td>
</tr>
<tr>
<td>[style_margin_bottom_measurement]</td>
<td>Semicolon separated list of select box option name/values.</td>
</tr>
<tr>
<td>[style_margin_right_measurement]</td>
<td>Semicolon separated list of select box option name/values.</td>
</tr>
<tr>
<td>[style_border_style_top]</td>
<td>Semicolon separated list of select box option name/values.</td>
</tr>
<tr>
<td>[style_border_style_right]</td>
<td>Semicolon separated list of select box option name/values.</td>
</tr>
<tr>
<td>[style_border_style_bottom]</td>
<td>Semicolon separated list of select box option name/values.</td>
</tr>
<tr>
<td>[style_border_style_left]</td>
<td>Semicolon separated list of select box option name/values.</td>
</tr>
<tr>
<td>[style_border_width_top]</td>
<td>Semicolon separated list of select box option name/values.</td>
</tr>
<tr>
<td>[style_border_width_right]</td>
<td>Semicolon separated list of select box option name/values.</td>
</tr>
<tr>
<td>[style_border_width_bottom]</td>
<td>Semicolon separated list of select box option name/values.</td>
</tr>
<tr>
<td>[style_border_width_left]</td>
<td>Semicolon separated list of select box option name/values.</td>
</tr>
<tr>
<td>[style_border_width_top_measurement]</td>
<td>Semicolon separated list of select box option name/values.</td>
</tr>
<tr>
<td>[style_border_width_right_measurement]</td>
<td>Semicolon separated list of select box option name/values.</td>
</tr>
<tr>
<td>[style_border_width_bottom_measurement]</td>
<td>Semicolon separated list of select box option name/values.</td>
</tr>
<tr>
<td>[style_border_width_left_measurement]</td>
<td>Semicolon separated list of select box option name/values.</td>
</tr>
<tr>
<td>[style_list_type]</td>
<td>Semicolon separated list of select box option name/values.</td>
</tr>
<tr>
<td>[style_list_position]</td>
<td>Semicolon separated list of select box option name/values.</td>
</tr>
<tr>
<td>[style_positioning_type]</td>
<td>Semicolon separated list of select box option name/values.</td>
</tr>
<tr>
<td>[style_positioning_visibility]</td>
<td>Semicolon separated list of select box option name/values.</td>
</tr>
<tr>
<td>[style_positioning_width_measurement]</td>
<td>Semicolon separated list of select box option name/values.</td>
</tr>
<tr>
<td>[style_positioning_height_measurement]</td>
<td>Semicolon separated list of select box option name/values.</td>
</tr>
<tr>
<td>[style_positioning_overflow]</td>
<td>Semicolon separated list of select box option name/values.</td>
</tr>
<tr>
<td>[style_positioning_placement_top_measurement]</td>
<td>Semicolon separated list of select box option name/values.</td>
</tr>
<tr>
<td>[style_positioning_placement_right_measurement]</td>
<td>Semicolon separated list of select box option name/values.</td>
</tr>
<tr>
<td>[style_positioning_placement_bottom_measurement]</td>
<td>Semicolon separated list of select box option name/values.</td>
</tr>
<tr>
<td>[style_positioning_placement_left_measurement]</td>
<td>Semicolon separated list of select box option name/values.</td>
</tr>
<tr>
<td>[style_positioning_clip_top_measurement]</td>
<td>Semicolon separated list of select box option name/values.</td>
</tr>
<tr>
<td>[style_positioning_clip_right_measurement]</td>
<td>Semicolon separated list of select box option name/values.</td>
</tr>
<tr>
<td>[style_positioning_clip_bottom_measurement]</td>
<td>Semicolon separated list of select box option name/values.</td>
</tr>
<tr>
<td>[style_positioning_clip_left_measurement]</td>
<td>Semicolon separated list of select box option name/values.</td>
</tr>
</table>
</p>
</div>
<div class="footer">
<div class="helpindexlink"><a href="index.html">Index</a></div>
<div class="copyright">Copyright &copy; 2003-2006 <a href="http://www.moxiecode.com">Moxiecode Systems AB</a></div>
<br style="clear: both" />
</div>
</body>
</html>