<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Element Design &#187; javascript</title>
	<atom:link href="http://elementdesignllc.com/tag/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://elementdesignllc.com</link>
	<description></description>
	<lastBuildDate>Fri, 11 Jun 2010 13:37:49 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CKEditor ReplaceAll Config</title>
		<link>http://elementdesignllc.com/2009/12/ckeditor-replaceall-config/</link>
		<comments>http://elementdesignllc.com/2009/12/ckeditor-replaceall-config/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 21:12:03 +0000</pubDate>
		<dc:creator>chad</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[ckeditor]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[wysiwyg]]></category>

		<guid isPermaLink="false">http://elementdesignllc.com/?p=429</guid>
		<description><![CDATA[To place configuration values into the ReplaceAll command for CKEditor, use the following format:

CKEDITOR.replaceAll(function( textarea, config ){
   config.toolbar_Full =
      [
        ['Source','-','Save','NewPage','Preview','-','Templates'],
        ['Cut','Copy','Paste','PasteText','PasteFromWord','-','Print', 'SpellChecker', 'Scayt'],
        ['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],
   [...]]]></description>
			<content:encoded><![CDATA[<p>To place configuration values into the ReplaceAll command for CKEditor, use the following format:</p>
<pre class="brush: jscript;">
CKEDITOR.replaceAll(function( textarea, config ){
   config.toolbar_Full =
      [
        ['Source','-','Save','NewPage','Preview','-','Templates'],
        ['Cut','Copy','Paste','PasteText','PasteFromWord','-','Print', 'SpellChecker', 'Scayt'],
        ['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],
        ['Form', 'Checkbox', 'Radio', 'TextField', 'Textarea', 'Select', 'Button', 'ImageButton', 'HiddenField'],
        '/',
        ['Bold','Italic','Underline','Strike','-','Subscript','Superscript'],
        ['NumberedList','BulletedList','-','Outdent','Indent','Blockquote'],
        ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'],
        ['Link','Unlink','Anchor'],
        ['Image','Flash','Table','HorizontalRule','Smiley','SpecialChar','PageBreak'],
        '/',
        ['Styles','Format','Font','FontSize'],
        ['TextColor','BGColor'],
        ['Maximize', 'ShowBlocks','-','About']
     ];
});
</pre>
<p>For more configuration options, visit <a href="http://docs.cksource.com/CKEditor_3.x/Developers_Guide/Setting_Configurations" target="_blank">CKEditor&#8217;s Developer Documentation</a>.</pre>
]]></content:encoded>
			<wfw:commentRss>http://elementdesignllc.com/2009/12/ckeditor-replaceall-config/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
