Wijmo UI for the Web
setButtonChecked メソッド
ボタンのコマンド名。
ボタンのチェック状態。
ボタンの親の名前。
リボンボタンをチェック状態または未チェック状態に設定します。
シンタックス
Javascript (Usage) 
$(function () {
    var returnsValue; //タイプ: any
    // パラメータ
    var commandName; //タイプ: string
    var checked; //タイプ: bool
    var name; //タイプ: string
    
    returnsValue = $(".selector").wijribbon("setButtonChecked", commandName, checked, name);
});
Javascript (Specification) 
function setButtonChecked( 
   commandName : string,
   checked : bool,
   name : string
) : any;

パラメータ

commandName
ボタンのコマンド名。
checked
ボタンのチェック状態。
name
ボタンの親の名前。

関連トピック

参照

wijribbon タイプ
wijribbon jQuery ウィジェット

 

 


Copyright © GrapeCity inc. All rights reserved.