Re: Some core helpers not available within elements

2011-06-02 Thread euromark
did you include them in the controller? maybe you use $html = something or $text = somethingElse this would break the objects of $this->Html and $this->Text as well... On 1 Jun., 13:51, the_nerd wrote: > Hi all, > > Some core helpers are not available within an element. > e.g. (file = 'views/el

Some core helpers not available within elements

2011-06-02 Thread the_nerd
Hi all, Some core helpers are not available within an element. e.g. (file = 'views/elements/event/event_teaser.ctp') In this element I have some HTML to show a teaser about an event. I want to truncate the content text, so i'm using the Truncate function of the Text Core Helper => this throws the