I am using ext.js tab panel of coolite. How to handle the beforetabchange event in case of tab panel. Please help me with some sample codes. thx in advance

EDITED: Here is the following html code and I need the handler which will stop the tab-change propagation based on certain condition. [code] Tab-1

</ext:Tab>
<ext:Tab ID="tab2"  Title="Tab-2" runat="server">
<Body>
Tab-2
</Body>

</ext:Tab>
</Tabs>
<Listeners>
<TabChange Handler="handler method here" />
</Listeners>
</ext:TabPanel>

[/code]

link|improve this question

71% accept rate
What are you trying to do? – sdavids Oct 4 '10 at 4:49
I am working with tabpanel event and I need the handler code for beforetabchange event. – Masud Rahman Oct 4 '10 at 7:45
In the pure JavaScript ExtJS you can just return false for the beforetabchange event to cancel the event, for Coolite however I'm not sure I'd ask on their forums. – Lloyd Oct 4 '10 at 15:30
Can you post the code of handler for beforetabchange event using the tabs? I need to know how to manipulate the two tab parameters. – Masud Rahman Oct 4 '10 at 16:31
Hey...nobody worked with coolite tab panel? strange.... :- 9 – Masud Rahman Oct 14 '10 at 21:42
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.