- or download this
<a href="/path/to/component?who=<% $who |u %>;why=<% $why |u %>">
Title goes here</a>
- or download this
<& .link, 'Edit Settings', '/widget/settings', %Context &>
...
...
% }
"><% $title |h %></a>
</%def>
- or download this
<a href="/widget/settings?
acct=some_acct%23id;
widget=widget%2Bid;
">Edit Settings</a>
- or download this
<& .link, 'Edit Settings', '/widget/settings', %Context |w &>
- or download this
package LinkToMason;
use strict;
...
}
1;
- or download this
<%once>
use LinkToMason;
...
</%perl><%
$link |n
%></%def>
- or download this
<& .link, "Edit $widget_name Settings", 'settings', 'acct,widg' &>
...
<script type="text/javascript">
...
+ '<& .link, "Edit {{feature_name}}", 'edit', 'acct,widg,feat'
+ &>'
- or download this
+ '<&| .sq &><& .link, ... &></&>'