Passing parameters to decorating view when using CContentDecorator

For the moment (Yii 1.0.3) it is not possible to pass parameters to the decorating view when using CContentDecorator. The parameters argument in the beginContent can initialize only CContentDecorator properties. It would be great if I it is possible to push parameters to the view specified as first beginContent parameter… This way almost any "decorating content" scenario will be solved using beginContent. And now we should build our own widget if decorating view should be parametrized…

Added CContentDecorator.data property. Thanks!