Greg,
I'm trying to extend Y.Form and use some markup instead of passing in the config object. I am, however, having a hard time detecting when the form is done rendering and therefore I can access fields with '.getField()' .... calling this.after('render', function() {}) in the initializer of the derived type doesn't cut it.
Am I missing something with the events you've setup for the Form?
~daleF
I'm trying to extend Y.Form and use some markup instead of passing in the config object. I am, however, having a hard time detecting when the form is done rendering and therefore I can access fields with '.getField()' .... calling this.after('render', function() {}) in the initializer of the derived type doesn't cut it.
Am I missing something with the events you've setup for the Form?
~daleF