Skip to content

Change

Select Control에서 Option을 변경할 때 발생하는 Event이다.

2개 이상의 Select Control이 Master-Slave로 연동되어 있는 경우, Source Select Control에서 ParentId를 전달하면, Target Select Control에서는 종속되어 있는 Option들만 표출된다.

  • 주요 Action Example:
  1. Target Type과 Source Type을 각각 ControlId, fixedData로 설정한다.

    [그림 1. Control - Interface 설정]

  2. Target Component ID를 설정하고, Target Value를 parentId로 Target Component의 Select Control을 설정한다.

    [그림 2. Control - Interface 설정]

  3. Source Value는 fixedData로 Null, 즉 빈 값을 설정한다.

  4. Target Type과 Source Type은 propName, ControlId으로 설정한다.

  5. Target Component ID를 설정하고, Target Value 값을 parentId로 설정한다.

  6. Source Value는 Target Control에 전달할 Data, 즉 Source Select Control을 설정한다.