bootstrap-iconpicker icon indicating copy to clipboard operation
bootstrap-iconpicker copied to clipboard

Use multiple iconsets

Open mike-koch opened this issue 9 years ago • 10 comments

Right now, it appears that the user is restricted to only using one iconset at a time. Is there any way to use multiple iconsets at the same time? (For example, passing in an array in .iconset(['font-awesome','octicons']))

mike-koch avatar Apr 14 '15 15:04 mike-koch

I have created a fork at https://github.com/Nico-VanHaaster/bootstrap-iconpicker that I have been starting to implement this and added a pull request. Would love some testers as I havent been able to fully test the changes.

Nico-VanHaaster avatar Apr 27 '15 05:04 Nico-VanHaaster

@Nico-VanHaaster , sorry for the delay, but I finally got a change to try out your fork. Everything appears to be working well, except there is a typo on line 352:

evalSet.pust(subSetItem);

should be

evalSet.push(subSetItem);

Once that change is made, your change works beautifully :grinning:

mike-koch avatar May 01 '15 01:05 mike-koch

@mkoch227 Thanks for the information. I have fixed that typo.. not sure how I didnt catch that

https://github.com/Nico-VanHaaster/bootstrap-iconpicker/commit/06c0fb1a4eec39a2b35230c5528cde55d97b7fb0

Let me know if you have any more questions or issues. I dont want to do a full pull request as I changed a few files that should not be pulled in.

Cheers, Nico

Nico-VanHaaster avatar May 01 '15 01:05 Nico-VanHaaster

Was this ever fully implemented? Would really like to use this.

CoreyJ87 avatar Jan 25 '16 17:01 CoreyJ87

+1

rootedsoftware avatar Apr 14 '16 13:04 rootedsoftware

I Have to ask too.. "Was this ever fully implemented? Would really like to use this."

vitordm avatar Jul 19 '16 20:07 vitordm

This was never taken into the main repository from https://github.com/victor-valencia/bootstrap-iconpicker https://github.com/victor-valencia/bootstrap-iconpicker but has been implemented in my Fork. However the source has not been minified.

Cheers,

Nico

Nico-VanHaaster avatar Jul 19 '16 22:07 Nico-VanHaaster

@victor-valencia hi! I noticed that this feature is tagged for v1.9.0. Did it happen to make it into the release? If so, how does it work.. like this?

data-iconset="glyphicon,fontawesome"

Thank you!

CaMer0n avatar Nov 03 '17 20:11 CaMer0n

How was it solved? I still can not implement via JS more than one set of icons. was solved? thanks in advance for the great plugin +1

eddskt avatar Jan 23 '18 12:01 eddskt

So can I use multiple iconsets or am I stuck with just one?

horrorchix89 avatar Feb 14 '19 01:02 horrorchix89