日期:2014-05-18 浏览次数:20468 次
script type="text/javascript" src="jquery/jquery-1.4.2.min.js"></script> <script type="text/javascript" src="xheditor-zh-cn.min.js?v=1.1.1"></script> <textarea id="content" name="content" class="xheditor" runat="server" rows="12" cols="150" style="width: 70%"></textarea> $(pageInit); function pageInit() { $('#content').xheditor(true, { tools: 'full' }); }