标题 | phpcms v9栏目添加字段及描述编辑器修改方法 |
内容 | 本文分享了:为phpcms v9栏目添加字段和把描述的textarea编辑器变成fceditor编辑器的方法。如下: 1. 添加数据库字段:description1,添加位置:v9_catetory表 2. 在category_add.tpl.php中把 <textarea name=info[description] cols=50 rows=8 id=content><?php echo $description;?></textarea> 变成fceditor的小型编辑器 <script type=text/javascript src=/statics/js/ckeditor/ckeditor.js></script> <textarea name=info[description] cols=50 rows=8 id=content><?php echo $description;?></textarea> <script type=text/javascript> ckeditor.replace( 'content',{height:100,width:400,pages:false,subtitle:false,textareaid:'content',module:'',catid:'', flashupload:true,alowuploadexts:'',allowbrowser:'1',allowuploadnum:'10',authkey:'c8e07e653e467f2f1b2058ee44db799c', filebrowseruploadurl : '/index.php?m=attachment&c=attachments&a=upload&module=&catid=&dosubmit=1', toolbar : [ ['source'],['bold', 'italic', '-', 'numberedlist', 'bulletedlist', '-', 'link', 'unlink' ],['maximize'], //这是工具列表 ] }); </script> 3. 添加新字段description1的输入表单 <tr> <th>简介:</th> <td> <textarea name=info[description1] id=content1><?php echo $description1;?></textarea> <script type=text/javascript> ckeditor.replace( 'content1',{height:200,pages:false,subtitle:false,textareaid:'content',module:'',catid:'', flashupload:true,alowuploadexts:'',allowbrowser:'1',allowuploadnum:'10',authkey:'c8e07e653e467f2f1b2058ee44db799c', filebrowseruploadurl : '/index.php?m=attachment&c=attachments&a=upload&module=&catid=&dosubmit=1', toolbar : [ ['source','-','templates'], ['cut','copy','paste','pastetext','pastefromword','-','print'], ['undo','redo','-','find','replace','-','selectall','removeformat'],['showblocks'],['image','capture','flash'],['maximize'], '/', ['bold','italic','underline','strike','-'], ['subscript','superscript','-'], ['numberedlist','bulletedlist','-','outdent','indent','blockquote'], ['justifyleft','justifycenter','justifyright','justifyblock'], ['link','unlink','anchor'], ['table','horizontalrule','smiley','specialchar','pagebreak'], '/', ['styles','format','font','fontsize'], ['textcolor','bgcolor'], ['attachment'], ] }); </script> <div class='editor_bottom'><script type=text/javascript src=/statics/js/swf/uploads/202504/02/4044100.html |
随便看 |
|
在线学习网考试资料包含高考、自考、专升本考试、人事考试、公务员考试、大学生村官考试、特岗教师招聘考试、事业单位招聘考试、企业人才招聘、银行招聘、教师招聘、农村信用社招聘、各类资格证书考试等各类考试资料。