カレンダーのスタイルを定義したテンプレートを設定します。
シンタックス
var instance = new GCIM.DropDownCalendar();
var value; // Type: any
// パラメータ
var template; //タイプ: string
value = instance.LoadTemplate(template);
function LoadTemplate(
: string
) : any;
パラメータ
- template
- テンプレートの名称("outlook"、"monthcalendar"、"System"、"simple1"、"simple2"、"simple3"、"blue1"、"blue2"、"blue3"、"green1"、"green2"、"green2"、"red1"、"red3"、"red2")。
参照