buttonText (Properties)

("headerToolbar" or "footerToolbar") 속성으로 표시되는 버튼의 텍스트를 변경합니다.
미설정 시 아래와 같은 값으로 설정되어 있습니다.(locale:"en" 기준)

button 값(value)
today "today"
month "month"
week "week""
day "day"
list "list"

Type

object

Example

options = {
    buttonText: {
        month: "월단위보기"
    }
};

Since

product version desc
core 1.5.0.0 기능 추가