This is a migrated thread and some comments may be shown as answers.

Invert design, preview, html tabs

3 Answers 42 Views
Editor
This is a migrated thread and some comments may be shown as answers.
CharlesM
Top achievements
Rank 1
CharlesM asked on 11 Mar 2009, 10:33 PM
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)?

3 Answers, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 16 Mar 2009, 02:53 PM
Hello CharlesM,

Please, find attached an example demonstrating the requested functionality.


Sincerely yours,
Rumen
the Telerik team


Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
CharlesM
Top achievements
Rank 1
answered on 16 Mar 2009, 09:44 PM
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 &= "..."
     
        Page.ClientScript.RegisterStartupScript(Me.GetType(), "EditModeButtonsJS", js, True)

Sincerely yours,
Rumen
the Telerik team


Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Editor
Asked by
CharlesM
Top achievements
Rank 1
Answers by
Rumen
Telerik team
CharlesM
Top achievements
Rank 1
Share this question
or