[SOLVED] Controller redirect to a bookmark

Hi,

I’m using CJUITab, and on the Third Tab, I have a form in there. The question is, anybody know, how are we put successfull action POST back on third tab, instead of first tab?

In the blog sample there is a CHtml::link on the right side bar that directly to spesific comment using bookmark. How about when we call it from Controller?

$this->redirect(array(‘viewAdmin’,‘id’=>$id));

where are we place this bookmark, #yw1_tab_2 on the above action?

thank you…

Something like this should work


$this->redirect(array('viewAdmin','id'=>$id,'#'=>'yw1_tab_2'));

wonderful!!!..

thank you mdomba… it is a simple thing but very useful when we work on several tab …

hi guys,

How to link a bookmark in a same pages using chtml::link??? for example, using a bookmark link to the renderpartial part.

[size=2][color="#006400"]/* moved to Yii 1.1 help forum /*[/color][/size]