Changes between Initial Version and Version 3 of Ticket #16391


Ignore:
Timestamp:
Aug 12, 2011, 8:46:17 AM (13 years ago)
Author:
Ramiro Morales
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16391

    • Property Triage Stage UnreviewedDesign decision needed
  • Ticket #16391 – Description

    initial v3  
    33usage would be similar to url, but with args/kwargs that don't match the url regex.
    44
    5 E.g: {% urlplaceholder User username='<%username%>' %}, where my url rule only allows a-z usernames.
     5E.g: `{% urlplaceholder User username='<%username%>' %}`, where my url rule only allows a-z usernames.
    66(Currently, you can't do this).
    77
     
    1111
    1212Example:
    13 
     13{{{
    1414<script id='UserTemplate' type='jqueryTemplate'>
    1515<a href='{% urlplaceholder User username='<%username%>' %}'>
     
    1717</a>
    1818</script>
     19}}}
Back to Top