Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Toolbar Feature Request: Native Combobox Support #886

Open
prosconi opened this issue May 7, 2015 · 2 comments
Open

Toolbar Feature Request: Native Combobox Support #886

prosconi opened this issue May 7, 2015 · 2 comments

Comments

@prosconi
Copy link

prosconi commented May 7, 2015

Currently there are seven types of items that can be created in a toolbar:

  • button
  • radio button
  • check button
  • html item
  • drop menu
  • drop html
  • break
  • spacer

It would be nice to have a native combobox (select) list.

@gpetrov
Copy link

gpetrov commented May 7, 2015

I was actually wondering exactly the same and searching for combobox solution.

Maybe a more generic solution will be to just allow all w2fields to be added in a toolbar. That will be really useful.

@vitmalina
Copy link
Owner

Interesting... Right now you can do the following: (1) You can insert HTML item and put there a simple input field. (2) Then in toolbar.onRefresh, you can initialize this input with w2field. I use it occasionally this way, seems to be working nicely.

Also, toolbar got new items in 1.5 branch. These types were added:

  • color
  • text-color
  • menu-check
  • menu-radio

I will consider your suggesting to add combo box. Or may be more generically w2field.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants