随笔分类 - X5
摘要:在grdMain组件中的 class中设置“ x-grid-title-center ”
阅读全文
摘要:runtime\UIServer\index.jsp java.lang.String url = request.getContextPath() + "/portal2/process/portal/login.w"; 把 /portal2/process/portal/login.w改为/po
阅读全文
摘要:portal--->config---->sys.widget.xml
阅读全文
摘要:以X5部署在Tomcat上为例,说明如何设置session失效时间。可以设置session失效时间的地点有三处,分别是1、BusinessServer的session设置\runtime\BusinessServer\WEB-INF\web.xml 30 2、UIServ...
阅读全文
摘要:http://wex5.com/cn/bbs/thread-40996-1-1.html
阅读全文
摘要:在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...
阅读全文
摘要:independence设置为true,如果不设置,下拉没有数据。
阅读全文
摘要:有两种方法发送Action请求,分别是sendBizRequest和sendBizRequest2,前者返回xml格式的参数,后者提供了返回json或者xml格式的参数的能力。1、sendBizRequest方法,返回xml格式的参数——兼容保留1 var response = justep....
阅读全文
摘要:设置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 ...
阅读全文
浙公网安备 33010602011771号