I would like to implement some alternative form item classes for some specific types.
I have done this before, and the hardest part (by far) was figuring out the responsibilites of the form item class, and the proper interaction with the form itself, and the editing process. (Who stores what? Who reacts to what? Who queries which data from where, when? Who send which data where, when?)
My question is this: where can I find an overview of this? (In the ShowCase, I can not find any example for implementing custom FormItems; is there an example for this?)
Thank you for your help:
Csillag
I have done this before, and the hardest part (by far) was figuring out the responsibilites of the form item class, and the proper interaction with the form itself, and the editing process. (Who stores what? Who reacts to what? Who queries which data from where, when? Who send which data where, when?)
My question is this: where can I find an overview of this? (In the ShowCase, I can not find any example for implementing custom FormItems; is there an example for this?)
Thank you for your help:
Csillag
Comment