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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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...