To not answering your question and instead ask another one: Why do you need access to the header renderer? If you want to alter the label, or blank out the label, you can use a custom extension of Button and set that as your header renderer (ie if you wanted header renderers that always converted the labels to uppercase or something). Or if you just want to get access to the labels, that's simply the label property of each child, so looping over the children will get you what you need.
Doug On 9/14/07, Brian Holmes <[EMAIL PROTECTED]> wrote: > > I'm trying to extend the Accordion class, I'm listening for > creationComplete, and when it fires I'd like to loop over the headers and > pull off the labels, but I can't seem to get a handle on them. I've tried > looping over the children() but I need to get the actual headerRenderer > instance. I'm willing to trade the answer for a digg! or I might be able to > be talked into sending the first person who answers a free t shirt. > > > > Thanks for any help! > > > > Brian.. > > ------------------------------ > *** > The information in this e-mail is confidential and intended solely for the > individual or entity to whom it is addressed. If you have received this > e-mail in error please notify the sender by return e-mail delete this e-mail > and refrain from any disclosure or action based on the information. > *** > > >

