반응형
* 새창이 생기는 팝업과 비교되는 개념
* syncfusion 정의에서는 아래 컴포넌트 동작을 막느냐 아니냐 막으면 모달
Specifies the Boolean value whether the dialog can be displayed as modal or non-modal.
- Modal: It creates overlay that disable interaction with the parent application and user should respond with modal before continuing with other applications.
- Modeless: It does not prevent user interaction with parent application.
Defaults to false
반응형
'web, ui' 카테고리의 다른 글
chromeDeveloperTool 모든경우에 가능한 디버깅 방법: setTimeout(()=>{debugger},5000) 5초후 멈춤상태 유지 (0) | 2023.12.12 |
---|---|
[syncfusion] dropdowns 구현 - <ComboBoxComponent>, <DropDownListComponent>, <MultiSelectComponent>... (0) | 2023.11.07 |
SVG (Scalable Vector Graphics) (0) | 2022.08.18 |
Common Aspect Ratio for Images(1920x1080->16:9가로형...) (0) | 2022.08.18 |
Button name: 점3개 세로(Kebab), 막대기3개(Hamburger)... (0) | 2022.08.04 |