does anyone know or can point me in the direction of a guide for adding functionality to the RTE so i can wrap some highlighted text with my own html elements, or how i can use an inline widget to drop in the html.
so far, i have created a web-part with some fields and then turned it into a widget, allowed it to be used inline.
in my code behind, i inherit the cmsabstractwebpart class and try and get the values out using GetStringValue("Test","")
when debugging the values are never retrieved even though they are saved.
Do inline widgets behave differently than regular widgets and web parts?