Hi,

I have a treepanel which has a tabpanel beside it. Typical scenario where clicking a tree node opens a new tab on the tabpanel. However, what I want to do is have an 'Add' button on the treepanel which will add a new node to a parent, have the parent animate and then make an ajax call to create a new record where appropriate. When the ajax call has finished then the new node stops animating and the text and icon is displayed with the result from the ajax call.

Is this possible? Would appreciate any clues as to how.

Thanks