탭 » Api

hidelinkscreenprinthtml

Description

탭에 링크된 페이지가 브라우저 인쇄 기능 오류로 인해서 정상적으로 출력되지 않는 경우를 보정하기 위해서 출력용 HTML을 숨김처리하는 함수이다.

Return Value

Type Description
void

Remark

이 함수는 화면의 on_afterprint 이벤트에서 호출하여 사용한다.

화면의 on_afterprint 이벤트는 screen.print 함수 또는 탭 컴포넌트의 printchildscreen 함수 호출시 발생하는 이벤트이다.

Example

function screen_on_beforeprint() { tab_link_1.showlinkscreenprinthtml(); return 1; } function screen_on_afterprint() { tab_link_1.hidelinkscreenprinthtml(); }

See Also

showlinkscreenprinthtml

Viewer Ver.

9.1.1.1

Update Date

20171219