Hi, I am trying to define my first simple widget, but I am not suceeding.What I am trying to define is a widget for a Label/Value pair. Label and Value must have configurable style names, so that text size, color, etc can be defined independently in the CSS. And they must be horizontally next to each other, with label placed before value.
I have tried several implementation without success. It is not clear for me from which base class I should derive my widget. Directly from Widget? My first idea was to use two different DIVs, one for label and one for value, but I do not know how to add two DOM elements to a widget. Thanks for your help, Daniel Gonzalez