Actions
Feature #5142
closedEnable user argument in renderers when view is cached
Start date:
09/26/2013
Due date:
% Done:
100%
Estimated time:
Description
Currently it is not possible to pass the options to the renderers trough the url and a cache in the same view .
<renderer type="ChartRenderer">
     <parameter name="rotation">-45</parameter>
      <parameter name="axis" eval="choose(request()/*[@key='axis']/text(), request()/*[@key='axis']/text(), 'normal')"/>
</renderer>
  
      
      Updated by Reynaud Sylvain about 12 years ago
      
    
    - Category set to Engine
 - Status changed from New to Resolved
 - Assigned To set to Reynaud Sylvain
 - Target version set to 2.0
 - % Done changed from 0 to 100
 
Actions