次のコードを理解しようとしています:
muConfigView.on("mu:field:changed", function() {
updateButtonState();
}, this);
また
this.trigger('validate:fields');
私が理解している変更などのイベントの例を見てきました。
"mu:field:changed"&の目的を説明してくれる人'validate:fields'はいますか?
次のコードを理解しようとしています:
muConfigView.on("mu:field:changed", function() {
updateButtonState();
}, this);
また
this.trigger('validate:fields');
私が理解している変更などのイベントの例を見てきました。
"mu:field:changed"&の目的を説明してくれる人'validate:fields'はいますか?