Liferay add multiple portlet in tab - tabs

I am very much new in Liferay 6.2 EE Portal development, I'm developing portal where I need to display TAB on some pages and each tab has multiple portlet (Like page layout, I can add dynamic portlet in TAB).
Friends, I'm struggling from last one week and yet to achieve this.
Thanks in Advance.

I would use a navigation portlet, style it as tabs and create child pages to display the portlets in.

Related

Redirecting To a New Angular Application After Login and Subscription Success

Good Day Everyone, Please I am working on a personal project on Angular, I have two angular applications, the main angular application and the second angular application to redirect to after login and subscription has been validated.
The Only issue now is how to make use of the home.component.html of the second application which contains different menu or navbar items but each time i redirect to the second application, the items or menu showing on the navbar are the main or default application component.html but with the second angular application contents. I also discovered that second application was not generated with any index.html file.
Please I need help on how to go about this. In summary two angular applications one acting as default (thriller page), the second to display the real contents for movies. How can i implement the default application having its own menu and the second application having its own menu as well. Thanks
Use window.location.href = 'SecondAppUrl'; to navigate to the second app.

Create Custom Window in Geocortex HTML Viewer

I am trying to migrate my Asp.Net application to Geocortex Web viewer. I am going through all the documentation but no luck in finding a documentation regarding custom html window for a button in the toolbar. Could anyone please help me on this issue.
I can help you, you need to create a workflow module. and then add it to your menu icons (toolbar) using the admin GUI application of Geocortex.

How to close context menu in Primefaces?

I am developing an Application using Primefaces 6.1.
In that, I used two pages, In my first page I used p:contextMenu and when I right click on that page, the menu automatically shows after that It couldn't hide it when I go to second page.
Help me to solve this issue.
Issue:

grouped tab navigator as3

hi is it possible to create/ extend from tab navigator or another component to create a tab navigator where tabs are within tabs. I.e grouped. I have been trying to find some info on this but there is very little available. I have attempted to do something as follows but I cannot successfully get it to work. Any expansion or information on this would be great
Thanks
You can try Flex MenuBar with custom skin for it. Or, maybe it will be easier, you can try to write own component based on Spark ButtonBar (or TabBar) with List as suggested in Flex: Skinning menuBar - is it possible?

collapsible TabStrip from MVC Telerik

I am trying to have a TabStrip (Telerik MVC control) with some tabs and the content of these tabs to be collapsible. I mean when i click the second time the same tab the content have to collapse. How can i manage it? In Kendo UI is possible to do that. RibbonBar for microsoft office works as i need.
#Html.Telerik().TabStrip()
.Name("TabStrip")
.Items(Sub(items)
items.Add.Text("Application").HtmlAttributes(
New With {.onclick = "onSelect()"})
.Content(Html.Partial("ApplicationContent").ToHtmlString())
Regards,
Duna
AFAIK, Telerik use the jQuery library behind the scene.
The jQuery Tabs Widget provides such an option:
Tabs - Collapse content
I suggest that you clarify this moment at Telerik Support.