Skip to Content.
Sympa Menu

comanage-dev - [comanage-dev] Re: links

Subject: COmanage Developers List

List archive

[comanage-dev] Re: links


Chronological Thread 
  • From: Marie Huynh <>
  • To: Benn Oshrin <>, comanage-dev <>
  • Subject: [comanage-dev] Re: links
  • Date: Wed, 27 Feb 2013 16:24:00 -0800
  • Authentication-results: sfpop-ironport01.merit.edu; dkim=pass (signature verified)

Nevermind, I put the _javascript_ in href instead and it seems to work fine.

On Wed, Feb 27, 2013 at 1:25 PM, Marie Huynh <> wrote:
Hi,

Still working on the link issue.  Docs:

Parameters
$title
The content to be wrapped by &lt;a&gt; tags.
$url optional null
Cake-relative URL or array of URL parameters, or external URL (starts with http://)
$options optional array()
Array of HTML attributes.
$confirmMessage optional false
_javascript_ confirmation message.



print $this->Html->link('title', array());


gives:
<a href=""/registry/co_people/edit/1/co:1">title</a>


print $this->Html->link('title', null);

 on the same page gives:

<a href=""/registry/co_people/title">/registry/co_people/title</a>

Bwuh? Is there something weird in the routing I should know about?

Marie




Archive powered by MHonArc 2.6.16.

Top of Page