How do you set the href title attribute within a ajax->link call, i.e.
to set the title to 'Todo Overview' in the example below

<a href="hello/world" title="Todo Overview">

Here is an example ajax link

<?php echo $ajax->link(
'View Post',
array( 'controller' => 'hello', 'action' => 'world', 1 ),
array( 'update' => 'post' )
);

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+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to