I would like to create composite component based on a layout (e.g. vertical layout) which supports inner tags in the XML of the composite component. E.g.
comp:mycomp
<label … >
</comp:mycomp>
I am thinking of creating something like a popupView which allows one component inside the composite component which is then wrapped in a DIV that can be hidden or shown depending on a button click. So far the examples shown does not have an example of this, only components that that has configurable attributes. Can you show me an example of how to do this ?