Adding Custom Label Under Underneath to text area
HI Guys,
we are using Telerik.Web.UI 2009.1.527.35 within our development works.
we have a new requirement that we need to enhance our rad editor so that we can show few messages within few labels which those labels will be located at the bottom of the rad editor. but those labels should be added dynamically by our c# code behind as we have a wrapped implementation with the rad editor.
i believe we will be able to use the Custom module feature (demos.telerik.com/.../defaultcs.aspx) for the above implementation.
q1 - is it available the custom module feature in the Telerik.Web.UI 2009.1.527.35?
q2 - if it is available, what are the classes that we will be able to use our above requirements implement ?
Hello Sarath,
Custom modules are an old feature and they do exist in 2009.1.527.35 Telerik.Web.UI. Here is an online sample:
http://demos.telerik.com/aspnet-ajax/editor/examples/custommodules/defaultcs.aspx
As you can see from the demo, this is done client-side rather than on the server.
And here is an information in general about custom modules:
http://www.telerik.com/help/aspnet-ajax/editor-creating-custom-modules.html
Note that this is pretty old RadControls release and most likely will not work on anything above IE8 and Firefox3, so I strongly advise you to upgrade it.
Hope this helps.
Regards,
Vassil Vassilev
Telerik