kostysh / File-uploading-component-for-Sencha-Touch

Ext.Button based component for uploading files in Sencha Touch apps without page refresh
51 stars 26 forks source link

Would like to allow derived classes the ability to provide their own form. #8

Closed travist closed 11 years ago

travist commented 11 years ago

This can easily be accomplished by adding your form into its own method which can then easily be overridden with a derived class.

kostysh commented 11 years ago

Thanks for improvement!