You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently you have a small set of themes for other frameworks. I had thought of just adding some myself, but I came to the realization this would be better.
I see that getthemes is returning an array of json objects for mapping possible states to classes.
Would it be possible to add your own json into the config instead of a predetermined string key? I don't see a way to do it now.
This is a great idea and should be available through the API. Implementing it should be very easy, but I just need to make sure to add the appropriate documentation. Stay tuned!
Note: I am also in the process of rewriting SelectBoxIt with the jqfactory library, so I will include this in the re-write.
It would be great, if you could specify your own css-classes for everything: elements, flags (open, enable) etc. Integrating plugin into existing code will be more easier. Something like:
$('.my-select').selectBoxIt({containerClass: 'my-select__container',btnClass: 'my-select__btn',arrowClass: 'my-select__arrow'// and so on});
Currently you have a small set of themes for other frameworks. I had thought of just adding some myself, but I came to the realization this would be better.
I see that getthemes is returning an array of json objects for mapping possible states to classes.
Would it be possible to add your own json into the config instead of a predetermined string key? I don't see a way to do it now.
Maybe something like this to handle that.
This would allow for one off theming or to quickly match frameworks which have yet to be implemented like foundation.
Thanks.
The text was updated successfully, but these errors were encountered: