Hello!
I want to create a custom theme for the combobox.
I can find the how-to in the docs, however, the syntax of how we implemented the combobox differs from the one of the docs.
|
Quellcode
|
1
|
<plugin name="combobox" preload="true" url="js/krplugins/combobox.js" keep="true" align="lefttop" x="10" y="10">
|
How can we style the combobox using this syntax?
using the attribute "design" and the following syntax does not work...
|
Quellcode
|
1
|
<combobox_design name="boognet" margin="4" open_close_speed="0.25">………
|