Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | ||||||
| 2 | 3 | 4 | 5 | 6 | 7 | 8 |
| 9 | 10 | 11 | 12 | 13 | 14 | 15 |
| 16 | 17 | 18 | 19 | 20 | 21 | 22 |
| 23 | 24 | 25 | 26 | 27 | 28 | 29 |
| 30 |
Tags
- SPC
- mapreduce
- JavaScript
- Android
- GIT
- Python
- NPM
- mybatis
- xPlatform
- vaadin
- plugin
- SSL
- react
- window
- R
- MSSQL
- SQL
- Sqoop
- Java
- IntelliJ
- tomcat
- Express
- Spring
- Kotlin
- Eclipse
- 공정능력
- hadoop
- table
- 보조정렬
- es6
Archives
- Today
- Total
DBILITY
kendo window vertical align middle 본문
반응형
아래처럼 해보니 되었다
.k-window {
position: absolute !important;
top: 50% !important;
left: 50% !important;
transform: translate(-50%, -50%) !important; /* 중앙 정렬 */
}
$("#kendoWindow").kendoWindow({
width: '800px',
size:"auto",
resizable: false,
title: "KendoWindow",
visible: false,
modal: true
});
반응형
'front-end & ui > javascript' 카테고리의 다른 글
| kendoGrid no record template (0) | 2023.12.06 |
|---|---|
| web browser local storage (0) | 2023.06.15 |
| momentjs weekday timetable calcuration ( 기준일자 이후 요일 기준 시간표 날짜 생성 ) (0) | 2023.02.03 |
| javascript optional chaining , nullish coaleasing (0) | 2022.03.30 |
| javascript Object.assign (0) | 2022.02.15 |
Comments