Custom header widget with HTML
Hello,
I would like to put some Html (come from blade file.) into a widget. I found the getHeading but it seams to be escape ...
Thx in advance
Solution:Jump to solution
Where do you want to put that HTML? Every widget has it's own view file so you can override it there. For
getHeading()
you need to return HtmlString
otherwise it's treated as non-html2 Replies
Solution
Where do you want to put that HTML? Every widget has it's own view file so you can override it there. For
getHeading()
you need to return HtmlString
otherwise it's treated as non-htmlThx for your answer! That my mistake !