1
我想在我這裏flexigrid換出按鍵是我的代碼flexigrid動態按鈕
$('#flex').flexOptions({
buttons : [
{name: 'Show Tagged', bclass: 'show tagged', onpress : control_buttons},
{separator: true},
{separator: true},
{name: 'All Tagged', bclass: 'show tagged', onpress : control_buttons},
{name: 'Single tagged', bclass: 'show tagged', onpress : control_buttons},
{separator: true}
]}).flexReload();
我認爲這會做的伎倆,但它不工作任何想法我可能是做錯了
感謝 Mike
會不會只是簡單地隱藏和現有的按鈕,並沒有改變任何東西? – mcgrailm 2010-10-12 14:28:36
是的,這只是如何修改特定按鈕的一個起點。 – wildpeaks 2010-10-12 14:53:24