Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • praveen 113 posts 164 karma points
    May 24, 2011 @ 03:39
    praveen
    0

    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, 

     

  • 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.

Please Sign in or register to post replies