getSubPageInfoByPageID 메서드
메서드
설명
매개 변수
매개변수
반환값
예제입니다
var pageID = this.getFormulaCalcContext().PageID;
var pageInfo = Forguncy.Page.getSubPageInfoByPageID(pageID);
return pageInfo ? pageInfo.getListView(listViewName) : Forguncy.Page.getListView(listViewName, false);Last updated