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 | 31 |
Tags
- Kotlin
- react
- Python
- hadoop
- JavaScript
- Spring
- NPM
- es6
- mapreduce
- table
- MSSQL
- mybatis
- IntelliJ
- xPlatform
- plugin
- R
- Java
- SPC
- 공정능력
- tomcat
- 보조정렬
- Android
- GIT
- SQL
- Eclipse
- vaadin
- SSL
- Express
- Sqoop
- window
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