jqgrid新增emptyDataHint参数,表格内没有数据的时候是否提示
“无数据显示”;jqgrid新增editGridAddRowBtnToHeader属性,可将子表新增行按钮添加到表头上。
This commit is contained in:
@@ -90,10 +90,19 @@ FN.hasAttribute=org.beetl.ext.fn.HasAttributeFunction
|
||||
FN.env=org.beetl.ext.fn.EnvFunction
|
||||
FN.parentTag=org.beetl.ext.fn.ParentTagFunction
|
||||
|
||||
##JeeSite自定义函数
|
||||
FN.isBlank = com.jeesite.common.beetl.ext.fn.IsBlank
|
||||
FN.isNotBlank = com.jeesite.common.beetl.ext.fn.IsNotBlank
|
||||
FN.toJson = com.jeesite.common.beetl.ext.fn.ToJson
|
||||
FN.fromJson = com.jeesite.common.beetl.ext.fn.FromJson
|
||||
FN.hasPermi = com.jeesite.common.beetl.ext.fn.HasPermi
|
||||
FN.cookie = com.jeesite.common.beetl.ext.fn.Cookie
|
||||
FN.lang = com.jeesite.common.beetl.ext.fn.Lang
|
||||
FN.text = com.jeesite.common.beetl.ext.fn.Text
|
||||
|
||||
##内置的功能包
|
||||
FNP.strutil = org.beetl.ext.fn.StringUtil
|
||||
FNP.reg = org.beetl.ext.fn.RegxFunctionUtil
|
||||
|
||||
FNP.array = org.beetl.ext.fn.ArrayUtil
|
||||
|
||||
##内置的格式化函数
|
||||
@@ -136,19 +145,3 @@ TAG.html.set= org.beetl.ext.tag.html.SetHtmlTag
|
||||
TAG.html.if= org.beetl.ext.tag.html.IfHtmlTag
|
||||
TAG.html.foreach= org.beetl.ext.tag.html.ForeachHtmlTag
|
||||
#TAG.includeUrl=org.beetl.ext.tag.IncludeUrlTag
|
||||
|
||||
##JeeSite自定义函数
|
||||
FN.isBlank = com.jeesite.common.beetl.ext.fn.IsBlank
|
||||
FN.isNotBlank = com.jeesite.common.beetl.ext.fn.IsNotBlank
|
||||
FN.toJson = com.jeesite.common.beetl.ext.fn.ToJson
|
||||
FN.fromJson = com.jeesite.common.beetl.ext.fn.FromJson
|
||||
FN.hasPermi = com.jeesite.common.beetl.ext.fn.HasPermi
|
||||
FN.cookie = com.jeesite.common.beetl.ext.fn.Cookie
|
||||
FN.lang = com.jeesite.common.beetl.ext.fn.Lang
|
||||
FN.text = com.jeesite.common.beetl.ext.fn.Text
|
||||
|
||||
##JeeSite内置的功能包
|
||||
#FNP.StringUtils = com.jeesite.common.lang.StringUtils
|
||||
#FNP.NumberUtils = com.jeesite.common.lang.NumberUtils
|
||||
#FNP.DateUtils = com.jeesite.common.lang.DateUtils
|
||||
#FNP.TimeUtils = com.jeesite.common.lang.TimeUtils
|
||||
|
||||
Reference in New Issue
Block a user