jui extension (ETabs)

Hi,

I use jui extension (Tabs widget)

I tried to set the "select" property, but it does not work


<?php $this->beginWidget('application.extensions.jui.ETabs', array('name'=>'tabs',array('selected'=>'tab1'))); ?>

Help please!!

Note that this is not part of the Yii core…

you can ask for help the creator of the extension… or check the source to see how it expects the "select" property… or if it even expects it…

Here is the dicussion thread for this extension - http://www.yiiframework.com/forum/index.php?/topic/609-extension-jquery-ui-widgets/

Thank you for details.