Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

modify mouseover / mouseout
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: modify mouseover / mouseout
#25968
modify mouseover / mouseout 12 Years, 1 Month ago Karma: 0
Hello,
I would like to de activate the mouseout that hide a submenu when the user click on the menu. How can I achieve this?

Thank you,
JP
The administrator has disabled public write access.
 
#25969
Re:modify mouseover / mouseout 12 Years, 1 Month ago Karma: 747
Hello,

It is necessary to modify the module.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#25970
Re:modify mouseover / mouseout 12 Years, 1 Month ago Karma: 0
Hello,

I'm fine with that, I'v already made a few mods. But can you give me a hint where I should do the modification for this? I can't sort it out.

Btw, In the file mod_ariyuimenu.php line 35, do I understand correctly if I say that the variable $activeTopId should be the id of item of the main level, and in that case the line should look like
$activeTopId = $activeMenuItem ? $menu->getTopParent($activeMenuItem->id) : 0;
instead of
$activeTopId = $activeMenuItem ? $activeMenuItem->id : 0;?

I'v got issues with the module because before that correction, %2s and $selectedIndex in the file class.YUIMenu.php was always -1 when clicking on a submenu (e.g line 126, in the menu instanciation the selected property did not work:
if (%2$d > -1) oMenu.getItem(%2$d).cfg.setProperty("selected", true)
)
The administrator has disabled public write access.
 
#25971
Re:modify mouseover / mouseout 12 Years, 1 Month ago Karma: 0
Just one more point, if I put -1 as a delay time for the sumbemu to be hide (in the parameters), submenu does not get hidden when on mouseout the submenu. But the issue I have is for the main menu item mouseout, I dont' want that the submenu gets hidden.
The administrator has disabled public write access.
 
#25974
Re:modify mouseover / mouseout 12 Years, 1 Month ago Karma: 747
"ARI YUI Menu" is based on YUI Menu widget. It is necessary to edit javascript code to described functionality.

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 1