码迷,mamicode.com
首页 > 其他好文 > 详细

JEECG使用笔记

时间:2016-10-26 00:31:23      阅读:461      评论:0      收藏:0      [点我收藏+]

标签:orm   resizable   ice   jeecg   mod   tor   dir   color   查询   

<a href="http://shijiajie.com/" color="blue" target="_blank">1</a>

function ss() {
popwin(‘http://localhost:8080/jeecg/plug-in/webOffice/webOffice-sample.html‘,700,500,1);
window.open("http://localhost:8080/jeecg/plug-in/webOffice/webOffice-sample.html","_blank","toolbar=yes, location=yes, directories=no, status=no, menubar=yes, scrollbars=yes, resizable=no, copyhistory=yes, width=400, height=400");
//popModelWin(‘http://localhost:8080/jeecg/plug-in/webOffice/webOffice-sample.html‘,this,700,500);
}

var URL="http://localhost:8080/jeecg/plug-in/webOffice/webOffice-sample.html";
var winFeatures = "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,"+"width="+screen.width+"px,height="+screen.height;
window.open(URL,"",winFeatures);


&nbsp;&nbsp;&nbsp;&nbsp;<a href="#" onclick="ss();" color="blue" target="_blank">编辑</a>&nbsp;&nbsp;<a href="#" onclick="ss();" color="blue" target="_blank">阅读</a>
<a type=button onclick="ss();" color="blue" target="_blank">阅读</a>


online地址表单权限
cgFormBuildController.do?goAddFtlForm&tableName=jform_contact

ResourceUtil.getSessionUserName().getCurrentDepart().getOrgCode().substring(0, Integer.valueOf(getOrgCodeLengthType()));


默认模板地址
jeecg\src\main\resources\online\template\ledefault\html\autolist.ftl

 

  • bug
    字段配置:选中是隐藏   bug:当搜索字段隐藏时,地址栏的查询也给隐藏了,要改single的判断

按钮配置:选中是显示

JEECG使用笔记

标签:orm   resizable   ice   jeecg   mod   tor   dir   color   查询   

原文地址:http://www.cnblogs.com/iekhnyqi/p/JEECG1.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!