获取页面上change的事件源
看别人博客看到的,在此记录一下
function change(pContext)
{
var fieldName = pContext.getEventSource().getName();
}
注意:要把下图中的勾勾上,不然参数pContext拿不到值
窗体属性 -> 字段属性
看别人博客看到的,在此记录一下
function change(pContext)
{
var fieldName = pContext.getEventSource().getName();
}
注意:要把下图中的勾勾上,不然参数pContext拿不到值
窗体属性 -> 字段属性