首页 > 代码库 > JEECG使用笔记
JEECG使用笔记
<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);
<a href="http://www.mamicode.com/#" onclick="ss();" color="blue" target="_blank">编辑</a> <a href="http://www.mamicode.com/#" 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使用笔记