Having trouble configuring button via config file #405
-
|
Hello, I'm trying the "go-absolutely-crazy" option by styling my own button. I'm trying to set some configurations via the config file. Some keys will apply, and some wont. For instance the hidebackground =. true option does disable the background, but triggering the menu dropdown option does not apply. Any help with this? Or perhaps other user encounter the same problem? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
you should provide the second argument as well. the second one should reference the custom button element (please compare to the example on the demo page). |
Beta Was this translation helpful? Give feedback.
you should provide the second argument as well. the second one should reference the custom button element (please compare to the example on the demo page).
If this argument is omitted, some things might not work as expected, since the script does not know about your button - it can only make assumptions.