Wednesday, May 26, 2010

Re: how i apply css on $html->link

                    <?php 
                           echo $html->link('Add', array('controller'=> $this->params['controller'],
                                                                                         'action'=>'view'),
                                                                                array('class'=>'footer-link'));
                     ?>


On Wed, May 26, 2010 at 2:19 PM, Narendra Padala <crazycakephp@gmail.com> wrote:
                                <?php 
                                      echo $html->link('Add', 'add',array('class'=>'footer-link'));
                                ?>



On Wed, May 26, 2010 at 12:30 PM, Ed Propsner <crotchfrog@gmail.com> wrote:
I would use:

$html->div('current', $html->link('Add', array( 
                       'controller' => $this->params['controller'], 
       'action'=>'view'
       )
      )
               );

- Ed 

On Wed, May 26, 2010 at 2:41 AM, Dilip Godhani <dilip.godhani@gmail.com> wrote:
Can any One hellp

How i Apply css in $html->link
i give css following
 <?php echo $html->link('Add',array('controller'=>$this->params['controller'],'action'=>'view'),array('class'=>'current')); ?>

--
Dilip Godhani
Jr Software Developer, Entourage Solutions
e-mail: dilip@entouragesolutions.com
          dilip.godhani@gmail.com
Web.: www.entouragesolutions.com
m. 9913822582

Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions.
 
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en

Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions.
 
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en


Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions.
 
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en

No comments: