Questions tagged [split-button]

A button on a user interface that when clicked displays a list of options of which one must be selected.

59 questions
1
vote
1 answer

How to use PrimeNG SplitButton to open the modal that opens the options with one click

I am using PrimeNG SplitButton where I need one click that opens up a modal. There are 2 events, onDropdownClick and onClick. I want to open the modal window when user…
user1015388
  • 1,283
  • 4
  • 25
  • 45
1
vote
2 answers

Displaying Menu On Context Menu Extjs

Up until 6.2, context menu on a grid worked fine by doing itemcontextmenu: function (a,b,c,d, e) { contextmenu.showAt(e.getXY()); } But with 6.5, the menu doesn't show at the given XY coordinate if the menu is shown outside of the context…
EagleFox
  • 1,367
  • 10
  • 34
  • 58
1
vote
2 answers

WPF: how to implement a button that make 2 other buttons visible with fading

I want to Implement special button and i don't know even how to start with this. I want my Button's content property to be: Play. When clicking on it, I want 2 other Buttons to pop up in the left and in the right sides: Single Play and Parallel Play
Verint Verint
  • 557
  • 1
  • 7
  • 19
1
vote
1 answer

MahApps.Metro SplitButton SelectedItem Databinding

The View is:
CJ_
  • 69
  • 9
1
vote
1 answer

jQuery Split Button Demo: Is it me or is that just 2 buttons?

Looking at implementing a split-button similar to: the jQuery SplitButton demo. Whats the difference between this example and just using 2 buttons? am I missing something? ..particularly regarding the joint "set" demonstrated...
Mark Redman
  • 24,079
  • 20
  • 92
  • 147
1
vote
1 answer

Tooltip on split button of WPF Ribbon Controls Library

I am using Microsoft's Ribbon Control Library (RibbonControlsLibrary.dll) for my WPF application using Dotnet framework 4.0. It works good for me. I have a issue regarding using split button. Split button of this library i.e. RibbonSplitButton does…
1
vote
1 answer

Xceed splitbutton with menu items and sub menuitems

I`m trying to have a dropdown menu under a split button. Some of these menuItems should have sub-menu items. If you want an example, click on the bookmark button in Firefox (top right). I can't use Menu, because that is always oriented…
NickLokarno
  • 300
  • 6
  • 20
1
vote
1 answer

Split button /Combo box button like in eclipse

I would create a combo box / split button similar like the debug/run button in eclipse. I tried to use BasicComboBoxUI but it changes the Look and Feel. Is there any possible way to do that?
tanneebee
  • 653
  • 7
  • 10
1
vote
0 answers

Making dropdown menu for jQuery UI split button

My project's 99% UI things works on jQuery UI. I need, SplitButton feature, but it has no dropdown menu. This demo seems to suggest that the Button widget could be used to create a dropdown menu here. I was wondering, is there any way to create…
heron
  • 3,611
  • 25
  • 80
  • 148
1
vote
0 answers

nested list splitbutton list

I am trying to achieve the following using jQ Mobile (1.2 Alpha1), but haven't been able to after a few hours of trial and error: I have a nested list of categories (container of items) and items, which can contain sub items too. So each list of…
SamuelC
  • 219
  • 1
  • 3
  • 13
0
votes
1 answer

Delete command button from p-splitbutton (Angular Primeng)

I want to delete the menu button as shown below from the p-splitbutton. p-splitbutton How can I achieve this? Thanks in advance for your help. I tried searching the internet but did not find any way to delete the in-built menu button from the…
0
votes
1 answer

Translate label of splitButton - PrimeNG

I'm trying translate items from "p-splitButton" but i can't because the "items" is an object. How can i do it? [model]="items | translate" app.component.html
Juan.Queiroz
  • 207
  • 1
  • 3
  • 13
0
votes
1 answer

to create drop up menu with split button in bootstrap4

I want to create drop up menu with split button class I am getting dropdown menu instead of drop up. Iam writing the following code snippet.

Dropdowns

The .dropup class makes the dropdown menu expand upwards…

0
votes
1 answer

Changing text for a hidden Ext JS SplitButton

When I change the text of a hidden Ext JS SplitButton, the button is not sized correctly when the panel containing the button is made visible. The button sits in a panel. The panel and other panels are shown and hidden using a card layout. I am…
Upperstage
  • 3,747
  • 8
  • 44
  • 67
0
votes
1 answer

Split button control is disappear on MFC dialog

I am almost new in MFC. I just drag and drop a new split button control from the toolbox to a dialog. Then I changed the button's caption. (Prefer the attached img) I tried to run the application. The new button is disappeared. When I moved a mouse…
ThomasD
  • 23
  • 5