{"id":199374,"date":"2025-05-03T14:06:06","date_gmt":"2025-05-03T06:06:06","guid":{"rendered":"https:\/\/server.hk\/cnblog\/199374\/"},"modified":"2025-05-03T14:06:06","modified_gmt":"2025-05-03T06:06:06","slug":"ecshop%e7%bc%96%e8%be%91%e5%99%a8fckeditor%e6%8d%a2%e7%99%be%e5%ba%a6ueditor%e7%bc%96%e8%be%91%e5%99%a8%e6%95%99%e7%a8%8b","status":"publish","type":"post","link":"https:\/\/server.hk\/cnblog\/199374\/","title":{"rendered":"ecshop\u7f16\u8f91\u5668fckeditor\u6362\u767e\u5ea6ueditor\u7f16\u8f91\u5668\u6559\u7a0b"},"content":{"rendered":"<p>1\u3001\u4e0b\u8f7duediter\u7f16\u8f91\u5668\uff0c\u89e3\u538b\u4e0a\u4f20\u76ee\u5f55uediter\u5230\u6839\u76ee\u5f55\/includes\/\u4e0b   &nbsp;   2\u3001\u4fee\u6539admin\/includes\/lib_main.php   &nbsp;   &nbsp;   \/**&nbsp;   &nbsp;* \u751f\u6210\u7f16\u8f91\u5668&nbsp;   &nbsp;* @param &nbsp; string &nbsp;input_name &nbsp;\u8f93\u5165\u6846\u540d\u79f0&nbsp;   &nbsp;* @param &nbsp; string &nbsp;input_value \u8f93\u5165\u6846\u503c&nbsp;   &nbsp;*\/ &nbsp;   function create_html_editor($input_name, $input_value = &#8221;) &nbsp;   { &nbsp;   &nbsp; &nbsp; global $smarty; &nbsp;   &nbsp;&nbsp;   &nbsp; &nbsp; $editor = new FCKeditor($input_name); &nbsp;   &nbsp; &nbsp; $editor-&gt;BasePath &nbsp; = &#8216;..\/includes\/fckeditor\/&#8217;; &nbsp;   &nbsp; &nbsp; $editor-&gt;ToolbarSet = &#8216;Normal&#8217;; &nbsp;   &nbsp; &nbsp; $editor-&gt;Width &nbsp; &nbsp; &nbsp;= &#8216;100%&#8217;; &nbsp;   &nbsp; &nbsp; $editor-&gt;Height &nbsp; &nbsp; = &#8216;320&#8217;; &nbsp;   &nbsp; &nbsp; $editor-&gt;Value &nbsp; &nbsp; &nbsp;= $input_value; &nbsp;   &nbsp; &nbsp; $FCKeditor = $editor-&gt;CreateHtml(); &nbsp;   &nbsp; &nbsp; $smarty-&gt;assign(&#8216;FCKeditor&#8217;, $FCKeditor); &nbsp;   } &nbsp;   &nbsp;   \u4fee\u6539\u4e3a\uff1a   &nbsp;   &nbsp;   \/**&nbsp;   &nbsp;* \u751f\u6210\u7f16\u8f91\u5668&nbsp;   &nbsp;* @param &nbsp; string &nbsp;input_name &nbsp;\u8f93\u5165\u6846\u540d\u79f0&nbsp;   &nbsp;* @param &nbsp; string &nbsp;input_value \u8f93\u5165\u6846\u503c&nbsp;   &nbsp;*\/ &nbsp;   function create_html_editor($input_name, $input_value = &#8221;) &nbsp;   { &nbsp;   &nbsp; &nbsp; global $smarty; &nbsp;   &nbsp; &nbsp;\/\/www.ldhost.cn   &nbsp; &nbsp; $kindeditor=&#8221;&nbsp;   &nbsp; &nbsp; &lt;script id=&#8217;editor&#8217; name=&#8217;$input_name&#8217; type=&#8217;text\/plain&#8217; style=&#8217;width:1024px;height:500px;&#8217;&gt;$input_value&lt;\/script&gt;&nbsp;   &nbsp; &nbsp; &lt;script type=&#8217;text\/javascript&#8217; charset=&#8217;utf-8&#8242; src=&#8217;..\/includes\/ueditor\/ueditor.config.js&#8217;&gt;&lt;\/script&gt;&nbsp;   &nbsp; &nbsp; &lt;script type=&#8217;text\/javascript&#8217; charset=&#8217;utf-8&#8242; src=&#8217;..\/includes\/ueditor\/ueditor.all.min.js&#8217;&gt; &lt;\/script&gt;&nbsp;   &nbsp; &nbsp; &lt;script type=&#8217;text\/javascript&#8217; charset=&#8217;utf-8&#8242; src=&#8217;..\/includes\/ueditor\/lang\/zh-cn\/zh-cn.js&#8217;&gt;&lt;\/script&gt;&nbsp;   &nbsp; &nbsp; &lt;script&gt;&nbsp;   &nbsp; &nbsp; &nbsp; &nbsp; var ue = UE.getEditor(&#8216;editor&#8217;);&nbsp;   &nbsp; &nbsp; &nbsp; &nbsp; UE.getEditor(&#8216;editor&#8217;).focus();&nbsp;   &nbsp; &nbsp; &lt;\/script&gt;&nbsp;   &nbsp;&lt;input type=\\&#8221;submit\\&#8221; value=\\&#8221;\u63d0\u4ea4\\&#8221; \/&gt;&nbsp;   &nbsp; &nbsp; &#8220;; &nbsp;\/\/zuimoban   &nbsp; &nbsp; $smarty-&gt;assign(&#8216;FCKeditor&#8217;, $kindeditor);   } &nbsp;   &nbsp;   &nbsp;   3\u3001\u4fee\u6539admin\/templates\/pageheader.htm   &nbsp;   \u5c06\uff1a   &nbsp;   &nbsp;   {insert_scripts files=&#8221;..\/js\/transport.js,common.js,..\/js\/utils.js&#8221;} &nbsp;   \u66ff\u6362\u4e3a\uff1a   &nbsp;   &nbsp;   &nbsp;   &lt;script type=&#8221;text\/javascript&#8221; src=&#8221;..\/includes\/ueditor\/fix_jquery\/jquery.min.js&#8221; rel=&#8221;stylesheet&#8221; \/&gt;&lt;\/script&gt; &nbsp;   &lt;script type=&#8221;text\/javascript&#8221; src=&#8221;..\/includes\/ueditor\/fix_jquery\/jquery.json-1.3.js&#8221; rel=&#8221;stylesheet&#8221; \/&gt;&lt;\/script&gt; &nbsp;   &lt;script type=&#8221;text\/javascript&#8221; src=&#8221;js\/common.js&#8221; rel=&#8221;stylesheet&#8221; \/&gt;&lt;\/script&gt; &nbsp;   &lt;script type=&#8221;text\/javascript&#8221; src=&#8221;..\/includes\/ueditor\/fix_jquery\/transport_json.js&#8221; rel=&#8221;stylesheet&#8221; \/&gt;&lt;\/script&gt; &nbsp;   {insert_scripts files=&#8221;..\/js\/utils.js&#8221;} &nbsp;   &nbsp;   4\u3001\u89e3\u51b3\u5546\u54c1\u7f16\u8f91\u4e2d\u7f16\u8f91\u5668\u88ab\u91cd\u7f6e\uff0cuedite\u65e0\u6cd5\u4fdd\u5b58\u5185\u5bb9\u7684bug\u3002   &nbsp;   admin\/templates\/goods_info.htm   &nbsp;   \u627e\u5230   &nbsp;   &nbsp;   document.forms[&#8216;theForm&#8217;].reset(); &nbsp;   \u4fee\u6539\u4e3a\uff1a   &nbsp;   &nbsp;   \/\/document.forms[&#8216;theForm&#8217;].reset(); &nbsp;   &nbsp;   \u4e0b\u8f7d\uff1a &nbsp;http:\/\/pan.baidu.com\/s\/1hqGLeLm   \u5bc6\u7801\uff1a qjuw&nbsp;   &nbsp;   \u6587\u4ef6\u4e2d\u5df2\u542bjs\u51b2\u7a81\u4fee\u6539\u6587\u4ef6\uff0c\u53e6\u5916\u5df2\u4fee\u6539php\/config.json\u4e2d\u7684\u56fe\u5904\u4fdd\u5b58\u8def\u5f84\uff0c\u7528\u6237\u4e5f\u53ef\u4ee5\u81ea\u884c\u4fee\u6539\uff01  <\/p>\n","protected":false},"excerpt":{"rendered":"<p>1\u3001\u4e0b\u8f7duediter\u7f16\u8f91\u5668\uff0c\u89e3&#46;&#46;&#46;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4925],"tags":[],"class_list":["post-199374","post","type-post","status-publish","format-standard","hentry","category-4925"],"_links":{"self":[{"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/posts\/199374","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/comments?post=199374"}],"version-history":[{"count":0,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/posts\/199374\/revisions"}],"wp:attachment":[{"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/media?parent=199374"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/categories?post=199374"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/server.hk\/cnblog\/wp-json\/wp\/v2\/tags?post=199374"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}