Add New tab to Sidekick in CQ5 - aem

I want to add a new tab in the CQ5 sidekick & then a sub-menu inside it. How can this be done.
For Example I need a Custom tab in Sidekick after workflow tab menu and a set of buttons inside it. Any suggestions regarding this?

Related

Adding a static "new" option to MUI5 Autocomplete

MUI5 Autocomplete does not seem to have a footer option in which you can place a custom "new item" option. The required flow is:
Autocomplete's options drawer is opened
Scroll to the bottom of the options drawer
New custom model is clicked (last option)
Result: A modal is opened to customize the new custom item
What is the best course of action to support such a behaviour?
Adding it manually can collide with the sort/search capabilities of the AutoComplete component.

In Orbeon forms, how do I add a sidebar page navigator for multi-page forms?

I am trying to find documentation to duplicate the following Left-Hand-Side-Bar menu found in the link below, but am having no luck: https://demo.orbeon.com/demo/fr/orbeon/w9/edit/4a83b4cf2b905fbe105d7e57ddc5597b5e78c0a3
What you are seeing there is what is called the wizard view. In essence, it transforms the top-level sections of your form into sections of a "wizard".
You can enable this in the Form Settings dialog (in Form Builder, click on the gear icon at the top left of the page), in the View Options tab.

Attaching an ActiveX TreeView Control into a tabbed Access form

I have a tabbed form in Access and on one tab, I'd like to create an ActiveX TreeView object. When I go to build this object and drag it to the tab, it attaches itself to the general form instead of the tab. This puts the control over top of all the tabs instead of the tab I want it in.
How do I attach the ActiveX control to the tab and not the entire form?
I've done a number of different "moves" to try and get it to attach and I've looked through the options to see if there is an easy way to attach it but nothing actually defines how the control is attached unlike a normal Access form control that is contained in the tab.
I would like to keep the extra forms to a minimum and maintain a single, tabbed form with separate controls on each tab.
Answer:
Make sure to select the tab first and then create the TreeView control. TreeView controls cannot be attached to a tab page by drag/drop.
If done correctly, the control will be placed on the tab page just under the tab name within the borders of the tab page. A quick test by selecting other tabs can be done to check that it attached to the right tab and only that tab.

Left Navigation Menu creation in liferay

I created a left menu bar by using panel pages, I applied CSS (for displaying ), I added available portlet in panel.
Now, I have to put ordering(as per my requirement).
for ex:test,abc,bcd,efg these are the portlets,by default it showing abc,efg,test,bcd
but i want to show it as my order(postition change).how can to achieve this in panel?
Any suggestions?

How to add a single menu item in wordpress to my plugin

I am trying to create my first wordpress plugin and I want to add a new "menu item" in the wordpress default menu bar. So when I click that menu item, the html form need to be shown by my plugin.
comparing to Joomla, in joomla it has views in "components" so I can easily create a new menu item, and assign a view as I want. In wordpress how do I do that for a plugin?
Please help. Thanks
I recommend that for your form for the front end, make a shortcode that will render your form. Then people can create a page (which gets you your menu item) and put your form on the page, optionally with some text / images above or below the form. This is better than trying to insert a "page" into the menu and somehow getting it where your plugin's users want it to go :)
For the admin side, use the admin menu functions.