I have used this blog post http://24days.in/umbraco/2014/grid-macros/ to add some panels to a home page grid layout. I would like for uers to be able to pick the colour for the text.
Is it possible to use the spectrum colour picker in the property editor. I have managed to get it added and am able to select a colour but can't seem to actually set a property of the slide.
You can use Spectrum Color Picker UI for your custom property editor, but you have to handle color saving somehow.
What custom property editor are you using ?
My property editor uses ngRepeat to loop the items in the model.value and I can't see how to access one of those values. I think it's a bit beyond my knowledge just now so I've just put in a couple of textboxes to provide the functionality I need. Hopefully I'll have time to look at it again in the future.
Using spectrum colour picker property editor
I have used this blog post http://24days.in/umbraco/2014/grid-macros/ to add some panels to a home page grid layout. I would like for uers to be able to pick the colour for the text.
Is it possible to use the spectrum colour picker in the property editor. I have managed to get it added and am able to select a colour but can't seem to actually set a property of the slide.
Has anyone used the spectrum picker like this.
Hi Suzyb,
You can use Spectrum Color Picker UI for your custom property editor, but you have to handle color saving somehow. What custom property editor are you using ?
Thanks
My property editor uses ngRepeat to loop the items in the model.value and I can't see how to access one of those values. I think it's a bit beyond my knowledge just now so I've just put in a couple of textboxes to provide the functionality I need. Hopefully I'll have time to look at it again in the future.
is working on a reply...