Good Day,
I am wondering if its possible in yii to make an iframe with the src is created by the controller?
like
<iframe src=" controller/action"></iframe>
i want to load a page inside my iframe when visible.
and somehow can i render it with css ?
Page 1 of 1
iframe src yii iframe src yii
#2
Posted 06 December 2011 - 12:49 AM
i also have the same problem..can someone help us..thanks in advance
#3
Posted 06 December 2011 - 03:27 AM
Hi,
Why not just
It would be rendered as usual with css and so on.
Why not just
<iframe src="<?php echo $this->createUrl('controller/action');?>"></iframe>It would be rendered as usual with css and so on.
Share this topic:
Page 1 of 1

Help
This topic is locked











