Announce: Material Skin
> Code:
> --------------------
>
> title: text.startsWith("<") ? text : ("<p>"+text+"</p>"),
> type: "html",
>
> --------------------
>
>
> ...this should cause all textarea's to be treated as HTML.
That would indeed fix the issue. But single line items don't look that
nicely middled any more.
> Code:
> --------------------
>
> title: text.startsWith("<") ? text : ("<p>"+text+"</p>"),
> type: "html",
>
> --------------------
>
>
> ...this should cause all textarea's to be treated as HTML.
That would indeed fix the issue. But single line items don't look that
nicely middled any more.
Comment