Help for this page

Select Code to Download


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