随笔分类 -  X5

摘要:在grdMain组件中的 class中设置“ x-grid-title-center ” 阅读全文
posted @ 2016-08-11 17:44 海天依色 阅读(928) 评论(0) 推荐(0)
摘要:runtime\UIServer\index.jsp java.lang.String url = request.getContextPath() + "/portal2/process/portal/login.w"; 把 /portal2/process/portal/login.w改为/po 阅读全文
posted @ 2016-06-22 11:02 海天依色 阅读(402) 评论(0) 推荐(0)
摘要:portal--->config---->sys.widget.xml 阅读全文
posted @ 2016-02-17 09:08 海天依色 阅读(193) 评论(0) 推荐(0)
摘要:以X5部署在Tomcat上为例,说明如何设置session失效时间。可以设置session失效时间的地点有三处,分别是1、BusinessServer的session设置\runtime\BusinessServer\WEB-INF\web.xml 30 2、UIServ... 阅读全文
posted @ 2015-08-18 08:49 海天依色 阅读(396) 评论(0) 推荐(0)
摘要:http://wex5.com/cn/bbs/thread-40996-1-1.html 阅读全文
posted @ 2015-07-03 10:40 海天依色 阅读(152) 评论(0) 推荐(0)
摘要:在UI/system/config/functionSequecce.xml下面。 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 快捷方式位置:在/UI/p... 阅读全文
posted @ 2015-05-27 10:55 海天依色 阅读(425) 评论(0) 推荐(0)
摘要:independence设置为true,如果不设置,下拉没有数据。 阅读全文
posted @ 2015-03-26 09:58 海天依色 阅读(133) 评论(0) 推荐(0)
摘要:有两种方法发送Action请求,分别是sendBizRequest和sendBizRequest2,前者返回xml格式的参数,后者提供了返回json或者xml格式的参数的能力。1、sendBizRequest方法,返回xml格式的参数——兼容保留1 var response = justep.... 阅读全文
posted @ 2015-03-16 11:43 海天依色 阅读(406) 评论(0) 推荐(0)
摘要:设置grid某一个单元格的颜色可以用dhtmlxgrid的原生态方法setCellTextStyle (row_id, ind, styleString)参数:rowid:行idcellindex:单元格索引styleString:样式字符串如下:设置的是第4列的样式,索引是从0开始的在model组件的onLoad事件中写如下代码 1 mainActivity.modelLoad = function(event){ 2 var data = justep.xbl('dataMain'); 3 var total = data.getTotal(); 4 5 ... 阅读全文
posted @ 2013-12-15 22:37 海天依色 阅读(229) 评论(0) 推荐(0)