I noticed that some elements within a Dialog definition have 'setup' and 'commit' methods while others don't.
Take the textfield.js plugin for example, both the '_cke_saved_name' and 'type' elements have 'setup' and 'commit' methods BUT 'maxLength' and 'size' do not.
Can anyone explain?
Take the textfield.js plugin for example, both the '_cke_saved_name' and 'type' elements have 'setup' and 'commit' methods BUT 'maxLength' and 'size' do not.
Can anyone explain?
Re: Dialog Definition: Purpose of setup & commit
C'mon, this should be an easy answer for any one of the developers.
Re: Dialog Definition: Purpose of setup & commit