TrustForm 2.0 이 지원 하는 XForms 이벤트
이름 | 내용(발생 시점) | 적용 |
xforms-model-construct | 모델, processor가 모두 초기화 되고 나는 시점, 즉 document가 load되는 시점 | model |
xforms-previous | Shift+Tap키 또는 마우스 클릭등으로 인해 포커스 이동 전 | Input, secret, textarea, button, select controls |
xforms-next | Shift+Tap키 또는 마우스 클릭등으로 인해 포커스 이동 후 | Input, secret, textarea, button, select controls |
xforms-focus(DOMFocusIn) | 포커스 받았을때 (DOMFocusIn과 동일) | Input, secret, textarea, button, select controls |
xforms-help | 포커스가 있고 F1이 눌려졌을때 | Input, secret, textarea, button, select controls |
xforms-hint | 컨트롤 위에 마우스가 놓여져 있을때(툴팁 발생시) | Input, secret, textarea, button |
xforms-refresh | refresh 될때 | model |
xforms-revaliate | revalidate 될때 | model |
xforms-recalculate | recalculate 될때 | model |
xforms-reset (resetInstance 액션에 해당) | reset 될때 | model |
xforms-submit | submit을 보내려고 할때 | submitInfo |
xforms-activate | 기본 액션..(버튼 클릭시) | 기본 액션.. button |
xforms-value-changed | 값이 바뀌었을때 | Input, secret, textarea, |
xforms-select | select 되었을때 | select controls |
xforms-deselect | deselect 되었을때 | select controls |
xforms-valid | 스키마정보 또는 타입이 일치했을때 | Input, secret, textarea, |
xforms-invalid | 스키마정보 또는 타입이 일치하지 않았을때 | Input, secret, textarea, |
DOMFocusIn(xforms-focus) | 포커스 받았을때(xforms-focus와동일) | Input, secret, textarea, button |
DOMFocusOut | 포커스를 잃었을때 | Input, secret, textarea, button |
xforms-readonly | revalidation 후 현재 상태가 readOnly일때 | Input, secret, textarea, |
xforms-readwrite | 현재 상태가 readwrite 일때 | Input, secret, textarea, |
xforms-required | 현재 상태가 required 일때 | Input, secret, textarea, |
xforms-optional | 현재 상태가 optional | Input, secret, textarea, |
xforms-enabled | 현재 상태가 enabled | Input, secret, textarea, |
xforms-disabled | 현재 상태가 disabled | Input, secret, textarea, |
xforms-submint-done | 서밋을 보내고 올바른 값을 받았을때 | submitInfo |
xforms-submit-error | 서밋을 보내지 못하거나 올바른 값을 받지 못했을때 | model |
xforms-link-error (xlink:href 의 경우) | 링크될 파일이 없거나 파일이름이 잘못되어 파일 또는 URL 정보를 찾지 못할때 | model |
※ select controls : radio, checkbox, listbox, combo
[출처] 트러스트폼 이벤트 설명|작성자 냐하핫
'트러스트폼' 카테고리의 다른 글
티폼 datagrid 의 일부 컬럼 값이 빈경우 삭제 하기 (0) | 2012.09.26 |
---|---|
트러스트폼의 화면 구성도 (0) | 2012.07.12 |
트러스트폼 버튼 엑션(늘리고 줄이고) (0) | 2012.07.12 |
트러스트폼 단축키 (0) | 2012.07.12 |
트러스트폼 단축키 (0) | 2012.07.12 |