본문으로 건너뛰기

inline_editors_multiselect_open

Description

멀티 태스크 선택이 활성화된 상태에서 작업을 한 번 클릭했을 때 인라인 에디터를 열어야 하는지 여부를 정의합니다

inline_editors_multiselect_open: boolean | undefined

Example

gantt.config.inline_editors_multiselect_open = true;

gantt.init("gantt_here");

Default value: undefined

Details

단일 선택 모드에서는 작업을 클릭하면 Gantt가 인라인 에디터를 엽니다.

다중 선택 모드에서는 선택되지 않은 작업을 처음 클릭하면 해당 작업이 선택되고, 두 번째 클릭에서 인라인 에디터가 열립니다. 첫 클릭 후에 Gantt가 인라인 에디터를 열도록 하려면 inline_editors_multiselect_open 구성을 활성화하십시오.

Change log

  • v7.1.13에서 추가됨
Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.