formulas :
            {
                // 팝업여부 
                isPopup : function()
                {
                    return UT.isNotEmpty(this.domHost) && UT.nvl(this.domHost.isWindow, false);
                },
                // 기능보유여부
                hasAuthS : function()
                {
                    return UT.hasInArray(SCRoleManager.getUserFuncs(SCMdiManager.getCurrentMenuId(this)), "S");
                },
            }