Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

Sharepoint 2007: using the HTML Editor control in a custom web control

  • 08-05-2008 1:18pm
    #1
    Registered Users, Registered Users 2 Posts: 2,793 ✭✭✭


    Hi,

    I need to develop a custom web control which uses the sharepoint HTML editor used throughout the system.

    Anyone know the name of it so I can add it programmatically?

    Cheers


Comments

  • Registered Users, Registered Users 2 Posts: 2,931 ✭✭✭Ginger


    Its the RichHtmlField control. You should be able to add it easily enough. Its part of the PublishingWebControls

    Have you tried looking at the MOSS SDK.. its has all this stuff


  • Registered Users, Registered Users 2 Posts: 2,793 ✭✭✭John_Mc


    Ginger wrote: »
    Its the RichHtmlField control. You should be able to add it easily enough. Its part of the PublishingWebControls

    Have you tried looking at the MOSS SDK.. its has all this stuff

    Yeah, you're right - I found it just after posting here. Thanks for replying all the same


Advertisement