<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>http://jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>http://jackxiang.com/post//</link>
<title><![CDATA[用JavaScript获取ckeditor的内容]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[Php/Js/Shell/Go]]></category>
<pubDate>Thu, 19 Jul 2012 09:07:14 +0000</pubDate> 
<guid>http://jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	Html：<br/><textarea name="code" class="php" rows="15" cols="100">

<textarea name="expQAListInfo" id="MyTextarea" rows="16" cols="120" style="width: 100%; height: 200px"></textarea>
</textarea><br/>editor是全局：<br/><textarea name="code" class="JS" rows="15" cols="100">
<script type="text/javascript">
var editor;
$().ready(function(e) &#123;
&nbsp;&nbsp;&nbsp;&nbsp;editor = CKEDITOR.replace( 'MyTextarea', 
&nbsp;&nbsp;&nbsp;&nbsp;&#123; 
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;toolbar : 'Full', 
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;language : 'zh-cn', 
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;skin : 'office2003',
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;width : 1150,
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;height : 130
&nbsp;&nbsp;&nbsp;&nbsp;&#125;);&nbsp;&nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&#125;)

</textarea><br/><br/><br/>获取富文本编辑器获取内容：<br/><textarea name="code" class="JS" rows="15" cols="100">
&nbsp;&nbsp;var f_Product_Experience_Info =&nbsp;&nbsp;editor.document.getBody().getHtml(); //取得html文本
&nbsp;&nbsp;var f_Product_Experience_Info =&nbsp;&nbsp;editor.document.getBody().getText();//取得纯文本
</textarea>
]]>
</description>
</item><item>
<link>http://jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] 用JavaScript获取ckeditor的内容]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>