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
0
votes
1 answer

jQuery ui split button glitch

Using a jQuery UI split button with a drop down menu over an ui-state-disabled table row will make some menu options unreachable. Why? example: jsFiddle Trying to select Partner 2 option is almost impossible. Tested in Google Chrome Version…
SYNCRo
  • 450
  • 5
  • 21
0
votes
2 answers

jquery mobile split list reassign a split button to be a checkbox

Is it possible to set a checkbox instead of a split button in a split-button-list in jquery-mobile?? It seems to be easy to change it to be another button, but checkbox.. I want my checkbox to appear on a RIGHT side INSTEAD of a split button, not…
tania
  • 1,086
  • 2
  • 12
  • 31
0
votes
1 answer

ExtJs Splitbutton menu - Open in a new tab

I have an ExtJs (ExtJs 4.2) Split button that drops down to give me several options of my choice. Each option is redirected according to my business logic. My question is: When I right click on one of the options and click open in a new tab, the…
Anjan Baradwaj
  • 1,219
  • 5
  • 27
  • 54
0
votes
0 answers

How to add Split button in jquery UI dialog button section

How to add Split button in jquery UI dialog button section. $("#dialog").dialog({ autoOpen: false, position: ['center'], modal: true, width: 'auto', height: 'auto', buttons: { 'Save' : function() { …
0
votes
2 answers

Split Button listview without the first tag?

I need a button on the right - aligned in the middle of a
    element. Here is the HTML I am using that does this the best that I can think of, but it's not exactly a split button and it's not even aligned in the middle of…
Solomon Closson
  • 6,111
  • 14
  • 73
  • 115
0
votes
1 answer

WPF: How to make button (splitbutton) enabled when it's bound command cannot execute?

I am building a custom splitbutton that consists of two overlapping buttons, and popup - like this (image shows some generic splitbutton): SplitButton http://windowsclient.net/wf/blogs/jfoscoding/splitbutton.PNG My SplitButton opens popup whan a…
Tomáš Kafka
  • 4,405
  • 6
  • 39
  • 52
0
votes
2 answers

split button menu item click action

I have a split button that have items and I want when I click on item I do something I work with extjs 4 I'm working with action on simple button and it work but with split button it doesn't work this is my view code of split button { …
Amin
  • 111
  • 1
  • 15
0
votes
1 answer

ExtJS Split button in grid cell

I want to use split button in grid cell. I define renderer for cell, but I can't put extjs component in grid cell. Can anyone help? Split button: http://dev.sencha.com/deploy/ext-3.4.0/examples/menu/menus.html
vtokmak
  • 1,496
  • 6
  • 35
  • 66
0
votes
0 answers

jquery-mobile listview inserting split-buttons into DOM after pagecreate

I can't find the answer to this, I've read JQM docs and stackoverflow questions. I have a listview #lista-principal that needs exactly the same split-buttons The split-button open-up a popup that let the user choose the class to be inserted. The…
Fernando Fabreti
  • 4,277
  • 3
  • 32
  • 33
0
votes
0 answers

Constructing a WPF SplitButton with a ComboBox

I've seen some examples online, but all seemed overly complex. I'd just like to have a ComboBox with the background being a custom image of a button. Unfortunately there's no way I can see to set background to an image.
kmarks2
  • 4,755
  • 10
  • 48
  • 77
0
votes
1 answer

How to implement the split button in Xcode 4.3?

I want to implement the buttons in my Mac app like the split button on Xcode's menubar. How to do that? Thanks in advance!
zs2020
  • 53,766
  • 29
  • 154
  • 219
0
votes
1 answer

Data Binding Split Button List jQuery Mobile

I am creating a split button list in jQuery mobile using the following tutorial as a guide. I need to bind data and a handler to each button (within a given list element). Below I have outlined three approaches, none of which seem to work. Can any…
Ben Pearce
  • 6,884
  • 18
  • 70
  • 127
-1
votes
2 answers

MahApps:Metro SplitButton Control Template

Default SplitButton works ok, but when I try to work with it's control template issues arise. If I try to get Control Template with reflection (with ConstructorInfo) I get empty Control Template for SplitButton. If I try to 'Edit Template copy' in…
VladacusB
  • 844
  • 1
  • 7
  • 24
1 2 3
4