-
Hi Everyone, I would like to have a HTML Slider which is a bit wider than the standard one in oder to adjust it in finer steps and make it easier for the user to find the right spot. For this I added a Custum Slider using the example in AbstractPlutoDingetjes.jl and added the style='width:100%;' tag. In the precompilation export it states that it can not extract the set of possible values eventhough I used the AbtractPlutoDingetjes.jl package.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You need to implement |
Beta Was this translation helpful? Give feedback.
You need to implement
AbstractPlutoDingetjes.Bonds.possible_bond_values(::MySlider)
in order to be able to precompute all possible values.See for example, the implementation for
AbstractPlutoDingetjes.Bonds.possible_bond_values(::PlutoUI.Slider)
here.