edvin
10/17/2016, 9:58 PMedvin
10/17/2016, 9:59 PMnode.addClass(Styles.listMenu)
. Does that do the trick? 🙂 Remember to load the stylesheet by adding it as the second parameter to your App class.jchildress
10/17/2016, 10:01 PMjchildress
10/17/2016, 10:01 PMjchildress
10/17/2016, 10:02 PMjchildress
10/17/2016, 10:02 PMedvin
10/17/2016, 10:02 PMedvin
10/17/2016, 10:07 PMjchildress
10/17/2016, 10:23 PMjchildress
10/17/2016, 10:26 PMjchildress
10/17/2016, 10:26 PMPasted image at 2016-10-17, 5:26 PM▾
jchildress
10/17/2016, 10:27 PMRuckus
10/17/2016, 10:33 PM*
is represented as star
Ruckus
10/17/2016, 10:33 PMRuckus
10/17/2016, 10:35 PMval listItem by cssclass()
)jchildress
10/17/2016, 10:36 PMcarlw
10/17/2016, 10:46 PMcarlw
10/17/2016, 10:56 PMcarlw
10/17/2016, 10:56 PMcarlw
10/17/2016, 10:57 PMRuckus
10/17/2016, 10:58 PMcarlw
10/17/2016, 11:07 PMjchildress
10/18/2016, 12:30 AMRuckus
10/18/2016, 4:03 AMedvin
10/18/2016, 6:52 AMonUserSelect
which is similar for data controls, but you get the selected element passed in.edvin
10/18/2016, 6:53 AM:active
pseudo classes in JavaFX, but if you add it to your own control you can easily create one via val active by csspseudoclass()
edvin
10/18/2016, 8:21 AMadd(active) { ..
the same as active { ..
for the CSS syntax? (Thinking about John's example above)carlw
10/18/2016, 10:37 AMjchildress
10/18/2016, 10:40 AMcsspseudoclass()