Can you give a top down example of how to do this via javascript in a 
coldfusion application.    

This is what I am familiar with doing:

    var mytabs = ColdFusion.Layout.getTabLayout('theTab');
    mytabs.on('tabchange', function (tabpanel, activetab) {
        getTab(activetab.getText());
    }); 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:347642
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to