0

When saving a form I deactivate the save button to avoid double submission. Save happens through an Ajax call, so I stay on the same page. I want to re-enable the button only if the form got changed. How can I listen to any field change inside a specific form using Dojo 1.6 dojo.connect?

4

1 に答える 1

0

dijit / form / _FormMixin.jsの358行目を見てください。connectChildren関数:)必要なすべての情報が得られます!基本的に、子供が接続している場合(確認のために関数を呼び出すことができます)、form.valueを監視する必要があります

于 2012-06-18T07:51:24.077 に答える