Changeset 446 for trunk/examples

Show
Ignore:
Timestamp:
10/24/06 16:28:25 (2 years ago)
Author:
gerd
Message:

Added placeholder feature for variable modifier

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/examples/index_sections.php

    r438 r446  
    253253                    'descr' =>  'patTemplate provides an input filter that lets you use the short modifier syntax that you may know from using smarty: {VAR|htmlentities}. All you need to do is apply an InputFilter prior to loading the templates.', 
    254254                ), 
     255                'modifier_placeholder' => array( 
     256                    'title' =>  'Use placeholders as modifier parameter', 
     257                    'descr' =>  'Make parameter of variable modifier dynamic!', 
     258                ), 
    255259                'copyfrom' => array( 
    256260                    'title' =>  'The copyFrom attribute',