Wijmo UI for the Web
localization オプション

デフォルト値: null

localization オプションは、独自のローカライズを提供するために使用します。

シンタックス
Javascript (Usage) 
$(function () {
    
    //値を取得する
    var returnsValue; //タイプ: object
    returnsValue = $(".selector").wijdatepager("option", "localization");
    
    //値を設定します
    var newValue; //タイプ: object
    $(".selector").wijdatepager("option", "localization", newValue);
        
});
Javascript (Specification) 
var localization : object;
使用例
$("#datepager").wijdatepager( { localization: { weekViewTooltip2MonthesFormat: "{0:MMMM d} - {1:MMMM d}", dayViewTooltipFormat: "{0:dddd, MMMM d}" } });
解説
デフォルト:{dayViewTooltipFormat: "{0:dddd, MMMM d, yyyy}",weekViewTooltipFormat: "{0:MMMM d} - {1:d, yyyy}",weekViewTooltip2MonthesFormat: "{0:MMMM d} - {1:MMMM d, yyyy}", monthViewTooltipFormat: "{0:MMMM yyyy}",customViewDayUnitTooltip2MonthesFormat: "{0:MMMM d} - {1:MMMM d, yyyy}",customViewSingleDayTooltipFormat: "{0:MMMM d yyyy}",customViewDayTooltipFormat: "{0:MMMM d} - {1:d, yyyy}",customViewMonthTooltip2YearsFormat: "{0:MMMM yyyy} - {1:MMMM yyyy}",customViewSingleMonthTooltipFormat: "{0:MMMM yyyy}",customViewMonthTooltipFormat: "{0:MMMM} - {1:MMMM, yyyy}",customViewSingleYearTooltipFormat: "{0:yyyy}",customViewYearTooltipFormat: "{0:yyyy} - {1:yyyy}",customViewUnitDayLabelFormat: "{0:MMM dd}-{1:dd}",customViewUnitSingleDayLabelFormat: "{0:MMM dd}",customViewUnitDayLabelFormat2Months: "{0:MMM dd}-{1:MMM dd}",customViewUnitMonthLabelFormat: "{0:MMM}-{1:MMM, yyyy}",customViewUnitSingleMonthLabelFormat: "{0:MMM}",customViewUnitMonthLabelFormat2Years: "{0:MMM yyyy}-{1:MMM yyyy}",customViewUnitSingleYearLabelFormat: "{0:yyyy}",customViewUnitYearLabelFormat: "{0:yyyy}-{1:yyyy}",dayViewLabelFormat": "{0:d }",dayViewMonthLabelFormat: "{0:MM}",weekViewLabelFormat: "{0:MMM dd}-{1:dd}",monthViewLabelFormat: "{0:MMM}",monthViewYearLabelFormat: "{0:yyyy}"}

関連トピック

参照

options タイプ
wijdatepager メソッド

 

 


Copyright © GrapeCity inc. All rights reserved.