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

[Solved] Ribbon with SharePoint-Style (Image) and Label

4 Answers 185 Views
RibbonBar
This is a migrated thread and some comments may be shown as answers.
Jan
Top achievements
Rank 1
Jan asked on 22 May 2013, 12:21 PM
Hello,

We want to create a Web-Application like SharePoint.

To do this, we use the Ribbon-Bar.

At the first RibbonBarTab in SharePoint you see an Image (logo) an the name of the WebApplication.

So you need a Panel with an Label and an Image...

But your <items>-Tag does not accept a panel...

Please open the attached image.

Thank you for your help.

Best Regards,
Jan

4 Answers, 1 is accepted

Sort by
0
Ivan Zhekov
Telerik team
answered on 23 May 2013, 09:57 AM
Hello, Jan.

The first item of the Ribbon is the application menu. You can create one by using the ApplicationMenu tag and it's children.

The second item is something SharePoint specific -- a sort of compact bread crumb control. That's something we do not offer.

That said, if you are using an older version of the controls, say prior 2013 Q2 Beta, the application menu will look like an ordinary one. However, if you are using the Beta, or the official release when it's out, the application menu will look like in Sharepoint.

Regards,
Ivan Zhekov
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Jan
Top achievements
Rank 1
answered on 23 May 2013, 11:16 AM
Hello Ivan,
thank you for your quick answer.

Ok, thank you for the description of the Application Menu. This part is okay.

But in the First Tab I need no Bread-Crumb like in SharePoint, i only want to integrate an image and a label (without breadcrumb).

So you have the first tab namend e.g. "Application or Start" and you see an image (logo) an a label with the Name of the website.

And there is my problem: I can not insert a Label-Control or a Image-Control. between the <item>-Tags of a Ribbon-Group

The only way to create a "like"-style to take a Button with an image and without Text, but this is not "professional".

Do you understand?

Sorry for my English.

Regards,
Jan

0
Ivan Zhekov
Telerik team
answered on 28 May 2013, 12:07 PM
Hi, Jan.

I am attaching one way how a SharePoint like breadcrumb tab can be added.

Note that I am using a proof of concept prototype with rudimentary styling to illustrate the idea and not a working solution.

Regards,
Ivan Zhekov
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Jan
Top achievements
Rank 1
answered on 29 May 2013, 06:22 AM
Hi Ivan,

thank you very much for help and that you spent so much time.

I ´ll analyze the code you sent when i am back to my workplace.

Best Regards,

Jan
Tags
RibbonBar
Asked by
Jan
Top achievements
Rank 1
Answers by
Ivan Zhekov
Telerik team
Jan
Top achievements
Rank 1
Share this question
or