ioMenuPlugin icon indicating copy to clipboard operation
ioMenuPlugin copied to clipboard

A plugin to make arbitrarily large menus easier to write.

Results 2 ioMenuPlugin issues
Sort by recently updated
recently updated
newest added

Hi :) I have my domain in https and since i put the ssl, the isCurrent method of ioMenuItem seems buggy. In the code you have ``` $url = $this->getCurrentUri();...

I think it was very nice if we can set the ulClass of each item. like this: $menu->addChild('Homepage', '@homepage'); $menu['Homepage']->ulClass('subnav')->addChild('About Us', '@about_us'); $menu['Homepage']->addChild('other_link', '#'); $menu->addChild('Blog', '@blog'); $menu['Homepage']->ulClass('blog_subnav')->addChild('Archive', '@blog_archive'); $menu['Homepage']->addChild('other_link', '#');