using Telerik.SharePoint;
... public class EditorTest :
System.Web.UI.WebControls.WebParts.WebPart
{
private MOSSRadEditor myEditor;
protected override void
CreateChildControls()
{
base.CreateChildControls();
myEditor = new MOSSRadEditor();
myEditor.ID = "myEditor1";
this.Controls.Add(myEditor);
}
protected override void
Render(HtmlTextWriter writer)
{
EnsureChildControls();
// TODO:
add custom rendering code here.
}
}
Stefan Rahnev (@StDiR) is Product Manager for Telerik Kendo UI living in Sofia, Bulgaria. He has been working for the company since 2005, when he started out as a regular support officer. His next steps at Telerik took him through the positions of Technical Support Director, co-team leader in one of the ASP.NET AJAX teams and unit manager for UI for ASP.NET AJAX and Kendo UI. Stefan’s main interests are web development, agile processes planning and management, client services and psychology.