Changeset 802

Show
Ignore:
Timestamp:
02/27/10 12:36:35 (5 months ago)
Author:
alex94040
Message:

Fixes #474Fixes #474 (QControlProxy Example broken due to quotes in .tpl file). Code by kristof, tested/reviewed by alex94040.

This checkin is for the 1.0 branch.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • framework/branches/1.0/wwwroot/examples/dynamic/control_proxy.tpl.php

    r2 r802  
    2323 
    2424                <h3>These A HREF links can take advantage of <i>all</i> Events defined on our proxy control by using RenderAsEvents...</h3> 
    25                 <a href="#" <?php $this->pxyExample->RenderAsEvents('Baz'); ?>">Baz</a> |  
    26                 <a href="#" <?php $this->pxyExample->RenderAsEvents('Foo'); ?>">Foo</a> |  
    27                 <a href="#" <?php $this->pxyExample->RenderAsEvents('Blah'); ?>">Blah</a> |  
    28                 <a href="#" <?php $this->pxyExample->RenderAsEvents('Test'); ?>">Test</a> 
     25                <a href="#" <?php $this->pxyExample->RenderAsEvents('Baz'); ?>>Baz</a> |  
     26                <a href="#" <?php $this->pxyExample->RenderAsEvents('Foo'); ?>>Foo</a> |  
     27                <a href="#" <?php $this->pxyExample->RenderAsEvents('Blah'); ?>>Blah</a> |  
     28                <a href="#" <?php $this->pxyExample->RenderAsEvents('Test'); ?>>Test</a> 
    2929                <br/><br/> 
    3030