摘要: 1 <input type="text" name="textfield" value="{$data.litpic}" id="textfield" class="txt" / >2 <input type="button" class="btn" value="浏览">3 <input type="file" name="litpic" value="& 阅读全文
posted @ 2012-12-13 17:28 洒洒 阅读(366) 评论(0) 推荐(0)
摘要: 一、ckeditor: 1.在需要添加编辑器的页面引出ckeditor.js文件:<script type="text/javascript" src="ckeditor/ckeditor.js"></script>; 2.替换<textarea>:<textarea name="body" class="ckeditor" id="addBody"></textarea>,即在里面添加:class="ckeditor&quo 阅读全文
posted @ 2012-12-13 14:43 洒洒 阅读(390) 评论(0) 推荐(0)