I'm trying to create an Accordion Header Renderer component (extends
Button, implements IDataRenderer) - when I add children to
the "createChildren" method - it places them below (maybe behind is a
better term) the actual header itself.
I'm attempting to add another button and set the hitArea for the header
to that button (I want the user to have to click the Button to navigate
the Accordion rather than being able to click the entire header). I
also want to add some other textual elements, those always end up not
visible either. Anyone have any idea how to accomplish this? :D
-Nathan D.