How to publish different menutype joomla on module position? - menu

I am trying to remind how to use Joomla 3. Please let me know about how to publish different menu on top module position? I have checked up menutype and extensions->modules. Thanks..
Regards,
Maksym

I assume that you have created a menu and you want to publish it on the top module position. For that you need to goto extensions->modules and then click on new tab there you will find menu so click on that
and select which menu you want from dropdown list as given in image here
Then select on which pages you want that menu from the menu Assignment page.
next if its a horizontal top menu then under Advanced tab you will find an option
Menu Class Suffix add " nav-pills". You will get a bootstrap horizontal menu.

Related

Keyboard accessibility ( WCAG) in panels with list of elements that has assigned button role

Hi :) I would like to ask you about how to treat elements that compose a list, but whom have assiged a button role and are put in side panel ( so it is not a menu or dropdown). My main problem is how to decide is to where ARROWS should works and where TAB.
Moreover I have a differ types of list items that consist of:
checkbox/ radiobutton only
checkbox/ radiobutton with a link to another panel
two icons/ buttons that has defined an activities etc.
Please look at pictures and help me please :)
PINK - "arrows"
BLUE - "TAB"key
You should hardly decide which component will use TAB key or Arrow Keys. Keyboard accessibility for a large number of components is already defined in WAI-ARIA Authoring Practices.
Adding a different behavior could create issues to both sighted, and non-sighted users because they'll already be knowing which key to use based on the component or they'll know intuitively because of standard roles or they'll know as they use keyboard more to browse.
Offer List
Listbox will work. Arrow Keys to navigate and Enter key to perform the action.
List of Checkboxes and Radio Buttons
I would recommend to keep Checkboxes and Radio Buttons to their default keyboard behavior. Since your cases are more of a list, you can convert the list of checkboxes and radio buttons to Single Select and Multi Select Listboxes and use Checkbox and Radio Button as a font icon or graphic to show the selection, similar to how tick is shown in this Listbox example. When you convert to a Listbox, you'll meet the Arrow Keys requirement.
Selected Fruits List
There are some issues in the required keyboard behavior: How will user know if Arrow-Left or Arrow-Right need to be presed, think about non-sighted users.
Fruit Name and i icon button
In your need, you want both Fruit Name and i icon button to open a panel, suggest to NOT use Arrow-Right to i icon button and only use the Enter key to open the panel. May be you don't need i icon button at all.
Delete icon button
Suggest to use DEL key to delete the item
Conclusion
Remove i icon button. If you can't just keep it as graphic element without any events
Use Enter key to open the panel
Use DEL key to delete the item
I think the whole list will then become a listbox, navigable using Arrow Keys and Enter to invoke an operation
Vegetables List
Neither Accordion nor Nested List works here because you have two actions to do: Make a selection, and Expand and Collapse. I haven't tried TreeView but you can check.

Hide Add button From Grid

I would like to completely hide the Add button in a grid (using Acumatica Framework). I know how to disable it using AllowInsert false, but I would like to hide it completely? Is that possible please?
Let's assume that for some reasons you want to hide Add button from Sales Order Details Grid. For achieving this you should do the following:
1. Add Sales Orders screeen to Customization's Screens. You can do it by clicking Add Screen -> Customize Existing Screen and selecting Sales Orders screen in the appeared Smart Panel.
2. Now you should go to the Tab->Document Details->Grid:Transactions and select Properties in the panel on the Right open Action Bar -> Actions-> Add New and set Enabled to false.
Now publish your customization. As a result you will get the following:

Menu items when you press on right click is not working

I am using SharePoint on Office 365. I have a problem when i select a document and press on right clic the menu items doesn't appear.
for example here when i go to Documents and select any document and make right click it shows me the menu items which contains share, rename, delete, properties...
But here when i go to Engineering Projects and choose any documents and press right click so it doesn't show me that menu items like on the previous view.
how to resolve this problem please ? thank you very much.
The right click menu will only display if you have the Tabular View - Allow individual item checkboxes ticked.

Python + GTK - Scrolled menu bugged

Basically, when we click on a combobox near to the bottom edge of the screen, the first item of the menu begins at the same vertical position of the combobox, leaving a blank space on top of this.
This way the menu is created with the size to hold all the menu items, but since the first element of these is not put at the top of the menu, the menu has to scroll to see them.
Link to the image: http://postimg.org/image/767ukjphz/
It's not a bug in my code. The menu is created correctly. The bug is in the GTK libraries.
So, what do you suggest me?, how can I resolve this situation?, maybe moving to menu position?

How to modify layout for ADF advance search?

I have an ADF page that have advance search function. Advance search have collapse panel on top of it that give the ability to user to collapse or expand the search function and have button for "reset" or search at the right. But currently my client want me to change it. They want me to :
1. remove/hide "Search" colapse panel so that user cannot hide/adjust it.Currently, I use display mode=default.
2. Move button for "search" and "reset" to the left.
Is there a way for me to adjust this?
You might be able to change the location of the buttons using skinning:
http://jdevadf.oracle.com/adf-richclient-demo/faces/components/skinningKeys/query.jspx

Resources