Here's what my current view looks like:

<code>
<HTML>
<Table>
<TR>
<TD NOWRAP>
<?php echo
$html->radio('Datas/dispWut',array(1=>'Search',2=>'Experiments',3=>'Protocols',4=>'Projects',5=>'Samples',6=>'Reagents'),'<br
/><br /><br />',array('value' => 2));
echo $this->controller->data['dispWut'];
?>
</TD>
<TD>
<?php echo
$this->render('index2',null,'views/users/'.$content_of_frame.'.thtml');
?>
</TD>
</TR>
</Table>
</HTML>
</code>


But the prblem is when I change the layout parameter for the render
function, it affects both the inline bage and the global page. On
another note the action index2 is not being performed on page load for
some reason.

Also i'm having trouble making dynamic radio buttions if someone could
help me with that.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---

Reply via email to