Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
コードを使用してボタンを有効/無効にする方法を知る必要があります。
これまでの私の働き;
var button= Ext.ComponentQuery.query('#id> #button1')[0]; button.disable();
私も試しました;
button.setDisable(true);
何も機能しませんでした。これに対する解決策は何ですか?
button.set({disabled: 'disabled'});
ボタンを非表示にすることはできますか? button.Visible = false;