Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi All
i want to use the rich text editor in template with truncated text. i need the correct syntax for that,
any help !! i tried following syntax, but not working
<umbraco:Item field="columnLeft" runat="server" xsl="umbraco.library:TruncateString({0},100, '...')" xsltDisableEscaping="true" ></umbraco:Item>
thanks
Asim
Hi,
the xsl= attribute should actually be Xslt=
<umbraco:Item field="columnLeft" runat="server" Xslt="umbraco.library:TruncateString({0},100, '...')" xsltDisableEscaping="true" ></umbraco:Item>
-Tom
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Inline XSL syntax for Rich text editor truncate string. help!
Hi All
i want to use the rich text editor in template with truncated text. i need the correct syntax for that,
any help !! i tried following syntax, but not working
<umbraco:Item field="columnLeft" runat="server" xsl="umbraco.library:TruncateString({0},100, '...')" xsltDisableEscaping="true" ></umbraco:Item>
thanks
Asim
Hi,
the xsl= attribute should actually be Xslt=
<umbraco:Item field="columnLeft" runat="server" Xslt="umbraco.library:TruncateString({0},100, '...')" xsltDisableEscaping="true" ></umbraco:Item>
-Tom
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.