Hi to everyone
I have download the latest version of Booster
I use TbNavbar to display a tree-menu but when the label of an item has an ampersand (&) then displayed as &
According to sub menu lever the & displayed n-th (submenu lever) times (for example double-nested sub menu displays &&&)
I try to use 'encodeLabel'=>false but no luck
What is wrong?
Thanks
Page 1 of 1
Booster Tbnavbar Problem With Ampersands Version 1.0.6
#1
Posted 02 May 2013 - 04:38 AM
Yii is the best php framework in the world!
It is also powerful and flexible for large scale websites
find our demo Yii extension on www.webkit.gr
Is it post useful? please v++ ;)
It is also powerful and flexible for large scale websites
find our demo Yii extension on www.webkit.gr
Is it post useful? please v++ ;)
#2
Posted 02 May 2013 - 05:18 AM
Solved,
There are two 'items'.
The right position to set the 'encodeLabel'=>false is in the first 'items', NOT in for each label
There are two 'items'.
'items' => array( array( 'class' => 'bootstrap.widgets.TbMenu', 'encodeLabel'=>false, 'items' => array(), ...
The right position to set the 'encodeLabel'=>false is in the first 'items', NOT in for each label
Yii is the best php framework in the world!
It is also powerful and flexible for large scale websites
find our demo Yii extension on www.webkit.gr
Is it post useful? please v++ ;)
It is also powerful and flexible for large scale websites
find our demo Yii extension on www.webkit.gr
Is it post useful? please v++ ;)
Share this topic:
Page 1 of 1