THPDFActionScriptType

 

THPDFActionScriptType

맨 위  이전  다음

JavaScript 액션이 발생하는 시점을 결정합니다

 

type

   THPDFActionScriptType = (astOpen, astClose, astWillSave, astDidSave, astWillPrint, astDidPrint);

 

값 의미


astOpen                     문서가 열릴 때 액션이 발생합니다

astClose                    문서가 닫힐 때 액션이 발생합니다  

astWillSave                문서가 저장될 때 액션이 발생합니다  

astDidSave                 문서가 저장된 후 액션이 발생합니다

astWillPrint                 문서가 인쇄될 때 액션이 발생합니다

astDidPrint                 문서가 인쇄된 후 액션이 발생합니다

 

타입 정의

h_handle   :   파일 더블 클릭
h_Submit   :   제출(Submit) 버튼 클릭
h_Reset    :   초기화(Reset) 버튼 클릭
h_Import   :   HotPDF 파일 임포터 호출