-
1. Re: menuItem is not highlighted in 3.1.4 when it was in 3.1.
ilya_shaikovsky Feb 7, 2008 4:59 AM (in response to mschmidke)This prolem was fixed. You sure you use 3.1.4 GA build?
-
2. Re: menuItem is not highlighted in 3.1.4 when it was in 3.1.
mschmidke Feb 7, 2008 7:02 AM (in response to mschmidke)Unfortunately yes. Double checked. I am using 3.1.4.GA.
Perhaps wrong fix version? I could simply wait for the next version.
Marcus. -
3. Re: menuItem is not highlighted in 3.1.4 when it was in 3.1.
ilya_shaikovsky Feb 7, 2008 7:14 AM (in response to mschmidke)I'm also use 3.1.4 GA and able to see highlighting... ://
try to clear browser cache. -
4. Re: menuItem is not highlighted in 3.1.4 when it was in 3.1.
mschmidke Feb 7, 2008 7:26 AM (in response to mschmidke)"ilya_shaikovsky" wrote:
I'm also use 3.1.4 GA and able to see highlighting... ://
Just to clarify ... my first post perhaps was a bit lengthy:
Are we talking of menuItems outside of dropDownMenus? -
5. Re: menuItem is not highlighted in 3.1.4 when it was in 3.1.
ilya_shaikovsky Feb 7, 2008 7:36 AM (in response to mschmidke)menuItems not designed to use outside of context or dropDown menus at all.
-
6. Re: menuItem is not highlighted in 3.1.4 when it was in 3.1.
mschmidke Feb 7, 2008 7:42 AM (in response to mschmidke)"ilya_shaikovsky" wrote:
menuItems not designed to use outside of context or dropDown menus at all.
Isn't there an alternative? Kind of predefined button or link which I can use outside a dropDownMenu and which looks and highlights like a menuItem?
Marcus. -
7. Re: menuItem is not highlighted in 3.1.4 when it was in 3.1.
ilya_shaikovsky Feb 7, 2008 7:53 AM (in response to mschmidke)no we've not designed such componetns out-of-the-box.
You should place your own controls and apply styles to them -
8. Re: menuItem is not highlighted in 3.1.4 when it was in 3.1.
mschmidke Feb 7, 2008 8:03 AM (in response to mschmidke)"ilya_shaikovsky" wrote:
You should place your own controls and apply styles to them
Yes, agreed.
I thought it would be simplest (and most similar in appearance) if I could reuse some richFaces style class. I had a look at the generated html code, but I was not able to figure out the right class(es). Is it too complicated or did I oversee something?
Thank you for your patience ...
Marcus. -
9. Re: menuItem is not highlighted in 3.1.4 when it was in 3.1.
ilya_shaikovsky Feb 7, 2008 9:09 AM (in response to mschmidke)check the developer guide.
You will see the classes names which is used for customization. Just use the same default classes with "dr" prefix instead of "rich" (rich-menu-item - dr-menu-item). Set their names to the corresponding classes attributes of the components you need and menu default styles will applied to the components.