1779 Posts in 582 Topics by 556 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 855 Views |
-
UserForm extension

13 December 2010 at 10:42am
Hi
Is there any documentation or sample code I can review which provides an explanation of extending the UserForm widget. I want to capture the data that is submitted from the UserForm to allow me to do some additional processing on submit.
Any help/pointers would be fantastic.
Many thanks, Sean
-
Re: UserForm extension

13 December 2010 at 12:50pm
No documentation yet on the module. There are no hooks in the processing function (yet) so it's a bit tricky to extend it to do what you want. Most people currently subclass the UserDefinedForm class (and the Controller) and override the process function.
-
Re: UserForm extension

14 December 2010 at 7:52am
Thanks Willr, managed to figure out what to do from your post.
Many thanks, Sean
| 855 Views | ||
|
Page:
1
|
Go to Top |

