Re: [flexcoders] Accordion click event issue

2009-02-06 Thread Fotis Chatzinikos
try giving it a backround color? On Fri, Feb 6, 2009 at 9:52 AM, Vik wrote: > Hie > > I am using an accordion with three vbox inside it. > The problem is when i click on any of the accordion it does not invoke the > click event. > > My code is like: > > > > > click="headCountAccordi

RE: [flexcoders] Accordion Click Event

2005-05-16 Thread Niklas Richardson
Hi there, Try using the change event like so: Here is the info from the docs: "Events change Broadcast when the selected child container changes. The event object's target property contains a reference to the object that broadcast the event, namely this container. The type pro