Does anyone know how to put the design, html, and preview tabs at the top of the editor? Also, how do you get the text to display instead of the icons (pencile, brackets, etc)?
I am adding all of the editor items via code-behind. Can this be also be done in this scenario?
0
Rumen
Telerik team
answered on 19 Mar 2009, 04:47 PM
Hi CharlesM,
Yes, you can register the buttons from the codebehind as it is demonstrated in this help article: http://www.telerik.com/help/aspnet-ajax/addingyourownbuttons.html
The javascript code should be imported after that from the server via the .NET RegisterStartupScript method, e.g.
Dim js As String
js = "..."
js &= " ..."
js &= "..."