Change
Select Control에서 Option을 변경할 때 발생하는 Event이다.
2개 이상의 Select Control이 Master-Slave로 연동되어 있는 경우, Source Select Control에서 ParentId를 전달하면, Target Select Control에서는 종속되어 있는 Option들만 표출된다.
- 주요 Action Example:
Target Type과 Source Type을 각각 ControlId, fixedData로 설정한다.
[그림 1. Control - Interface 설정]
Target Component ID를 설정하고, Target Value를
parentId
로 Target Component의 Select Control을 설정한다.[그림 2. Control - Interface 설정]
Source Value는 fixedData로 Null, 즉 빈 값을 설정한다.
Target Type과 Source Type은 propName, ControlId으로 설정한다.
Target Component ID를 설정하고, Target Value 값을
parentId
로 설정한다.Source Value는 Target Control에 전달할 Data, 즉 Source Select Control을 설정한다.