-
Notifications
You must be signed in to change notification settings - Fork 89
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
Enhancement: Allow programmatic changing of color #94
Comments
Thx a lot @isi-dwade !!! I needed to remove the find-input, then it was working for me:
|
@OllisGit Glad it helped you. In my case, I needed the find('input') because
By the way, you can also override the basic color list with your own (see below). My initialization code preceeds my calling setColor.
|
On my site, I needed to be able to change the value of the control programmatically. So I introduced two enhancements:
at the top of the latest 1.2.3 build, after the 'use strict' statement, I added this statement:
In the Initialize funciton, I added this statement:
The text was updated successfully, but these errors were encountered: