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

Client-side API documentation

1 Answer 77 Views
RibbonBar
This is a migrated thread and some comments may be shown as answers.
Allan Krøyer
Top achievements
Rank 1
Allan Krøyer asked on 19 May 2011, 08:37 AM
It all looks good, but is there any documentation on client-side API, I wonder?
I failed to find one, except for http://www.telerik.com/help/aspnet-ajax/ribbonbar-client-programming-basics.html which is pretty limited.

For example, I would like to hide/display tab on client-side.
I've tried bar._tabs.getTab(1).get_pageView().style.display = "none"; but it does not hide the "tab strip" part.

I may eventually find the solution, but I wonder if there is a documentation somewhere that I'm missing... Please advise.

1 Answer, 1 is accepted

Sort by
0
Simon
Telerik team
answered on 23 May 2011, 09:13 AM
Hi Allan Krøyer,

First, yes, our documentation for the client-side API of RadRibbonBar is incomplete yet and we are working on improving that.

Second, since internally RRB uses a RadTabStrip with a RadMultiPage control you can use the APIs of the latter two to manipulate them on the client. Still you should have in mind that we are also working on a simpler TabStrip, which we will incorporate into RRB effectively replacing the RTS and RMP, so it is possible that some of the code for RTS and RMP you use now may not work later. The API of the new TabStrip will be definitely limited and narrower than that of RTS.

I hope this helps. If you have additional questions, please let me know.

Best wishes,
Simon
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
RibbonBar
Asked by
Allan Krøyer
Top achievements
Rank 1
Answers by
Simon
Telerik team
Share this question
or