Specifying a title for anchor_popup |
|||
|---|---|---|---|
| Date: | 10/13/2008 | Severity: | Minor |
| Status: | Resolved | Reporter: | Daniel H |
| Version: | 1.7.0 SVN | ||
| Keywords: | Helpers, URL Helper | ||
Description
The anchor_popup function doesn’t work similarly to anchor. You cannot specify a title for an anchor_popup link.
Code Sample
anchor_popup($url, $name, array('title'=>$description));
Expected Result
The link should have a title, and open using the current browser’s current settings.
Actual Result
The browser displays the link without the title, and opens the new window using the default attributes despite not being required.
