//値を取得する var value; //タイプ: boolean value = $(".selector").c1gridview("option", "allowCustomContent"); //値を設定します var newValue; //タイプ: boolean $(".selector").c1gridview("option", "allowCustomContent", newValue);
var allowCustomContent : boolean;
//値を取得する var value; //タイプ: boolean value = $(".selector").c1gridview("option", "allowCustomContent"); //値を設定します var newValue; //タイプ: boolean $(".selector").c1gridview("option", "allowCustomContent", newValue);
var allowCustomContent : boolean;