-
Add a Color Picker using a resource string
I know of:
var defaultColor = 0xff0000;
var color = $.colorPicker(defaultColor);to create a color picker, but what if I wanted to use it in a resource string for a dockable panel?
such as this format:
myRadioButton3: RadioButton{text:'Radio Button'},\
myRadioButton4: RadioButton{text:'Radio Button'},\