When setting label as decorator for some of your element, supply option "escape" parametar, with false value, for example:
Then you can put some HTML in your label and tags won't be escaped.Code:$yourElement->addDecorator('Label', аrray('escape'=>false));


LinkBack URL
About LinkBacks



Reply With Quote