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
I have a TinyMCE datatype in Umbraco, now I want to read the contents of this datatype in asp.net 2.0 user control
I have referenced umbraco library like this:
<%@ Register TagPrefix="umbraco" Namespace="umbraco.controls" Assembly="umbraco" %>
Then I want to declare this datatype in inline HTML
<umbraco:Item field="NewsTopContent" runat="server"></umbraco:Item> (this dose not work)
what I want to achive is that usercontrol has the ability to render the content of the TInymce datatype.
I need code declare the Tinymce datatype in usercontral and then render the contents.
Can some please help, this has become a bit urgent now, many thanks for your help.
Kind Regards,
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Insert TinyMCE v3 wysiwug Datatype in asp.net usercontrol
Hi
I have a TinyMCE datatype in Umbraco, now I want to read the contents of this datatype in asp.net 2.0 user control
I have referenced umbraco library like this:
<%@ Register TagPrefix="umbraco" Namespace="umbraco.controls" Assembly="umbraco" %>
Then I want to declare this datatype in inline HTML
<umbraco:Item field="NewsTopContent" runat="server"></umbraco:Item> (this dose not work)
what I want to achive is that usercontrol has the ability to render the content of the TInymce datatype.
I need code declare the Tinymce datatype in usercontral and then render the contents.
Can some please help, this has become a bit urgent now, many thanks for your help.
Kind Regards,
is working on a reply...