摘要: DisplayTag 阅读全文
posted @ 2012-12-06 20:14 梦你所梦 阅读(72) 评论(0) 推荐(0)
摘要: 代码重构! 阅读全文
posted @ 2012-12-06 17:12 梦你所梦 阅读(104) 评论(0) 推荐(0)
摘要: js文件中如下:$(pageInit);function pageInit(){ //这是用来在线编写代码的插件 以后程序题会用得到 内置在full样式里了 即用tools:'full'就可以调用 var plugins={ Code:{c:'btnCode',t:'代码',h:1,e:function(){ var _this=this; var htmlCode=''; var jCode=$(htmlCode),jType=$('#xheCodeType',jCode),jValue=$('#xheC 阅读全文
posted @ 2012-12-06 17:11 梦你所梦 阅读(184) 评论(0) 推荐(0)
摘要: 默认设置时非标准submit提交时无法同步编辑内容,需要指定提交按钮的ID值,以触发编辑值同步Class类初始化class="xheditor {submitID:'save'}"Javascript初始化$('#elem1').xheditor({submitID:'save'});方法1:在textarea上添加属性: class="xheditor"例如:test方法2:在您的页面初始JS代码里加上: $('#elm1').xheditor();$('#elm1').x 阅读全文
posted @ 2012-12-06 16:13 梦你所梦 阅读(319) 评论(0) 推荐(0)