Project

General

Profile

Actions

Feature proposal #4213

closed

Implement jQuery dropdown menu plugin

Added by krileon over 10 years ago. Updated over 10 years ago.

Status:
Rejected
Priority:
Normal
Assignee:
Target version:
Start date:
04 September 2013
Due date:
% Done:

0%

Estimated time:

Description

Find or design a jQuery dropdown menu plugin that has proper DOM placement to avoid overflow issues (should move menu to body in DOM then move back on close). This should be styled after Bootstrap and use DIVs instead of list elements.

Actions #1

Updated by krileon over 10 years ago

Expected format for custom jQuery plugin:

<div class="cbdropdown-group">
<button type="button" class="cbdropdown-toggle">Menu</button>
<div class="cbdropdown-menu">
<div class="cbdropdown-item"><a href="#">Item 1</a></div>
<div class="cbdropdown-item"><a href="#">Item 2</a></div>
<div class="cbdropdown-divider"></li>
<div class="cbdropdown-item"><a href="#">Item 3</a></div>
</div>
</div>

If possible implement as a new CB function that prepares all of this from an array of menu items.

Actions #2

Updated by krileon over 10 years ago

  • Status changed from Assigned to Rejected

Not needed. Just use Bootstrap dropdown and on the show event move the menu around the DOM as needed.

http://getbootstrap.com/javascript/#dropdowns

Actions

Also available in: Atom PDF