Added by Volker Schulte over 10 years ago
Hi,
is there a "howto" for creating my own Widgets?
volker
Hi volker,
Wt widgets are created by composing existing widgets, by putting them together in a WContainerWidget or a WTemplate, or by inheriting from WCompositeWidget. This is also the method we use to make our Wt widgets that are included in Wt. Many examples demonstrate this technique, and I believe he Hangman tutorial also covers this.
Best regards,
Wim.