ZetDateChooser

Openzet.org

목차

소개

ZetDateChooserDateChooser클래스를 상속한 컴포넌트로써 달력의 날짜별 색상 변경이 가능한 컴포넌트 이다.

Image:ZetDateChooser1.jpg

속성

사용법

애플리케이션 예제

<?xml version="1.0" encoding="utf-8"?>
<mx:Application
xmlns:mx="http://www.adobe.com/2006/mxml"
xmlns:zet="org.openzet.controls.*">
<zet:ZetDateChooser dayColors="[#ff0000,#000000,#000000,#000000,#000000,#000000,#0000ff]" />
</mx:Application>
실버라이트