I am using PrimeFaces 3.2 and running app on Tomcat 7.0. I have pretty big form and a couple of <p:selectOneMenu> boxes at the bottom of the form. When I click on that box, then the options appear at the top of the form, so I have to scroll back to the top to select option. Is there a way to keep options close to the menu box?
Related
I am using Dialog control from extension library in xpages. The issue is regarding the center position of Dialog box.
when I click on link,dialog box appears, but on to the right bottom of the page not in center, I have tried in Chrome, Firefox and Internet Explorer too. Same issue in all the browser.
After some research, I found the way by providing the css style with specific Width to the dialog box. This helped me to get the dialog box to the center-bottom, But not in the center of the page.
How do I get the dialog control accurately in center of the page?
Summary of discussion: misplaced ExtLib dialog is caused by its content. Specifying the exact height and width of the dialog will solve the problem.
See also: Extlib dialog appears to be pinned to the right window border
Currently in our web application, Trinidad JSF tr:table tag is used to display information in the table format. Upon using the attribute rowSelection=single, radio button displayed automatically for each row in a table and name/text next to this control is not visible to the user.
When user navigates with tab key to select the radio button control or user clicks on the same with mouse button, focus with dotted line is not displayed on the control.
What are the different approaches to display dotted line (provided by IE browser) around the radio button / check box control created by Irinidad JSF table tag?
End user requires this accessibility feature.
Right now, we are using,
myfaces-api-1.1.4.jar, myfaces-impl-1.1.4.jar,
trinidad-api-1.0.7.jar,trinidad-impl-1.0.7.jar,
Browser IE 8.0
Find your CSS file, look for any lines that have
outline: none;
And remove them.
This will fix most, if not all of your missing focus indicator problems. There might be scenarios where you have a hidden overflow that is causing the outline to not show up on some browsers. You would have to find those and fix them by adding appropriate focus styles.
I am having a problem where on some of my forms my menu bar is covering up my controls
But there are also some instances where my controls automatically line up below my menu
What do I need to do in my forms so that my controls always line up below my menu?
I discovered that the ability of a control to adjust its location to below the menu requires the control to be dock to the form. If you are using non-docked controls you need to place them in side a panel and then dock that panel to the form.
I want to make a Dialog in my Primefaces Page which I can maximize.
But i have one problem. I have a Menubar on the top of the page and i want the Dialog to Maximize over the whole screen but under the Menubar.
I also have a Dock on the bottom and I want this one to be always in the front.
Are there any possibilities to solve these problems?
I'm using Gambas 2.13 on Ubuntu 9.10. I have created a QT graphical application and I'm trying to create radio (mutually exclusive) menu items, with a radio icon instead of a check mark when selected. I can't find any property in the Menu documentation that does that. Can you help?
If I understand you correctly, I think you mean an object that acts like a checkbox or radio button, but you want that in a menu.
If this is correct, then you want to edit yoru menu (ctrl + E)
Click on the menu itemCheck the 'toggle' checkbox underneath the icon box
I have gambas2 2.25 and this works.