경고창의 폰트 조절.....
<mx:Style>
Alert {
fontName: "돋움";
fontSize: 12;
}
</mx:Style>
Alert {
fontName: "돋움";
fontSize: 12;
}
</mx:Style>
[이 게시물은 관리자님에 의해 2011-10-31 16:46:37 Flex에서 이동 됨]
댓글 1개
18년 전
<?xml version="1.0"?>
<!-- DataGrid control example. -->
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
<mx:Script>
<![CDATA[
import mx.controls.Alert;
]]>
</mx:Script>
<mx:Style>
Alert{
color : #0f3177;
title-style-name : “alertTitle”;
header-height:19;
border-thickness: 1;
drop-shadow-enabled: true;
drop-shadow-color :#d1ddf7;
background-color: #ffffff;
corner-radius :6;
border-style :solid;
header-colors : #90a4d1, #5970a0;
footer-colors : #9db6d9, #ffffff;
border-color : #5970a0;
}
.alertTitle{
font-family :Verdana;
font-size :10;
font-weight :bold;
text-align :left;
color :#ffffff;
}
</mx:Style>
<mx:Button label="Button control" color="#0000FF" fontWeight="bold"
click="Alert.show('Button selected!','알려드립니다!');"/>
<!-- DataGrid control example. -->
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
<mx:Script>
<![CDATA[
import mx.controls.Alert;
]]>
</mx:Script>
<mx:Style>
Alert{
color : #0f3177;
title-style-name : “alertTitle”;
header-height:19;
border-thickness: 1;
drop-shadow-enabled: true;
drop-shadow-color :#d1ddf7;
background-color: #ffffff;
corner-radius :6;
border-style :solid;
header-colors : #90a4d1, #5970a0;
footer-colors : #9db6d9, #ffffff;
border-color : #5970a0;
}
.alertTitle{
font-family :Verdana;
font-size :10;
font-weight :bold;
text-align :left;
color :#ffffff;
}
</mx:Style>
<mx:Button label="Button control" color="#0000FF" fontWeight="bold"
click="Alert.show('Button selected!','알려드립니다!');"/>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 30 |
아우겐나이스
|
21년 전 | 4065 | |
| 29 |
아우겐나이스
|
21년 전 | 4448 | |
| 28 |
아우겐나이스
|
21년 전 | 3476 | |
| 27 | 21년 전 | 5848 | ||
| 26 | 21년 전 | 3134 | ||
| 25 | 21년 전 | 6101 | ||
| 24 | 18년 전 | 3663 | ||
| 23 | 21년 전 | 3655 | ||
| 22 | 21년 전 | 4256 | ||
| 21 | 21년 전 | 3829 | ||
| 20 | 21년 전 | 4242 | ||
| 19 | 21년 전 | 6696 | ||
| 18 | 21년 전 | 4743 | ||
| 17 | 21년 전 | 7003 | ||
| 16 | 21년 전 | 4183 | ||
| 15 | 21년 전 | 2654 | ||
| 14 | 21년 전 | 4985 | ||
| 13 | 21년 전 | 3410 | ||
| 12 |
Recluse
|
21년 전 | 3896 | |
| 11 |
아우겐나이스
|
21년 전 | 3584 | |
| 10 |
Recluse
|
21년 전 | 3407 | |
| 9 | 21년 전 | 4018 | ||
| 8 | 21년 전 | 5189 | ||
| 7 | 21년 전 | 4774 | ||
| 6 | 21년 전 | 5703 | ||
| 5 | 21년 전 | 4130 | ||
| 4 | 21년 전 | 4861 | ||
| 3 | 21년 전 | 4760 | ||
| 2 | 21년 전 | 3260 | ||
| 1 | 22년 전 | 4350 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기