Home | History | Annotate | Download | only in resources

Lines Matching refs:submenu

5 // How long to wait to open submenu when mouse hovers.
7 // How long to wait to close submenu when mouse left.
63 attrs.type == 'submenu' ||
98 if (this.attrs.type == 'submenu') {
144 if (attrs.type == 'submenu') {
145 // This overrides left-icon's position, but it's OK as submenu
202 * Timers for opening/closing submenu.
215 * Pointer to a submenu currently shown, if any.
389 * 1) If the selected menu is submenu, and that submenu is not yet opeend,
391 * if there is a submenu opened, it will be closed before new submenu is
393 * 2) If the selected menu is submenu, and that submenu is already opened,
395 * 3) If the selected menu is not submenu, cancel all timers and start
396 * timer to close submenu.
398 * navigating menus. To open submenu, you need to wait a bit, or click
399 * submenu.
412 if (item.attrs.type == 'submenu') {
435 * Open submenu {@code item}. It does nothing if the submenu is
437 * @param {MenuItem} item The submenu item to open.
503 // emitted when opening submenu.
545 * Closes the submenu.
546 * a submenu.
557 * a submenu.
570 * Move the selection to submenu if the currently selected
571 * menu is a submenu.
576 if (current && current.attrs.type == 'submenu') {