20230329 - IG 하이라이트 Highlight 툴바에서 제외하기

IG > Attribute

Initialization JavaScript Function



function(config) {
    config.reportSettingsArea = false; //툴바 위치에서 제외
    return config;
}



//툴바 위치에서 제외
    config.reportSettingsArea = false;
   
//작업 메뉴에서 제외
    apex.util.getNestedObject(config, "views.grid.features").highlight = false;









댓글 없음:

댓글 쓰기

20250315 - 글로벌 변수 Global Variables

G_USER Specifies the currently logged in user. G_FLOW_ID Specifies the ID of the currently running application. G_FLOW_STEP_ID Specifi...