Hi all
Before I go on with this issue, I first want to mention this.
ZFW 1.7 needs a patch to get the Zend_Dojo_View_Helper_Tooltip working
anyhow and
that's to be found at http://framework.zend.com/issues/browse/ZF-4635.
Then my issue.
I just don't get it work with a contentpane. It's not the helper itself
because I can see in firebug/php that is is loading properly.
It's like that I just missing or do something wrong in the code?
<?php $this->dojo()->enable()?>
<!--begin def-main--><div id="def-main">
<?php $this->TabContainer()->captureStart('main-content', array('class' =>
'main-content'))?>
<?= $this->Tooltip('tooltip1',array('connectId' => 'tab1','label' =>
'Home'))?>
<?= $this->contentPane('tab1','', array('title' => 'tab1', 'href' =>
$this->url(array('controller' => 'content', 'action' => 'tab1'), 'default',
true), 'parseOnLoad' => true, 'selected' => true))?>
<?= $this->contentPane('tab2','', array('title' => 'tab2', 'href' =>
$this->url(array('controller' => 'content', 'action' => 'tab2'), 'default',
true)))?>
<?= $this->contentPane('tab3','', array('title' => 'tab3', 'href' =>
$this->url(array('controller' => 'content', 'action' => 'tab3'), 'default',
true)))?>
<?= $this->contentPane('tab4','', array('title' => 'tab4', 'href' =>
$this->url(array('controller' => 'content', 'action' => 'tab4'), 'default',
true)))?>
<?= $this->contentPane('tab5','', array('title' => 'tab5', 'href' =>
$this->url(array('controller' => 'content', 'action' => 'tab5'), 'default',
true)))?>
<?= $this->TabContainer()->captureEnd('main-content')?>
</div><!--end def-main-->
Has someone any ideas?
Thanks,
Aad Pouw
--
View this message in context:
http://www.nabble.com/dojo-tooltip-in-a-contentpane-tp20757413p20757413.html
Sent from the Zend Framework mailing list archive at Nabble.com.