I'm having another problem with the Grid prevalueeditors. The mark up of my settings looks like this:
[ { "label": "Hintergrundfarbe", "description": "Hintergrundfarbe wählen", "key": "class", "view": "radiobuttonlist", "applyTo": "row", "prevalues": [ "rot", "weiss", "gelb", "blau", "schwarz", "lila", "full", "full triangle" ] }, { "label": "Hintergrundfarbe + auf Handy verstecken", "description": "Hintergrundfarbe wählen, außerdem wird das Element auf Handys bis zu 960px versteckt!", "key": "class", "view": "radiobuttonlist", "applyTo": "row", "modifier": "{0} not-for-mobile", "prevalues": [ "rot", "weiss", "gelb", "blau", "schwarz", "lila", "full", "full triangle" ] } ]
So i have two options now:
1. just the background
2. the background + the row is hidden for mobile devices.
Now I have the following problem. When i choose one of the values with the not-for-mobile class and save those settings I am not able to deselect them. So even if I choose one of the classes above (where only the background-color is set) that class gets overwritten by the second class.
Is there anyway to deselect and option when using the "radiobuttonlist"?
Grid Prevalueeditors: deselect a setting
Hey,
I'm having another problem with the Grid prevalueeditors. The mark up of my settings looks like this:
So i have two options now:
1. just the background
2. the background + the row is hidden for mobile devices.
Now I have the following problem. When i choose one of the values with the not-for-mobile class and save those settings I am not able to deselect them. So even if I choose one of the classes above (where only the background-color is set) that class gets overwritten by the second class.
Is there anyway to deselect and option when using the "radiobuttonlist"?
Hi,
I have similar issue. I had to add a "do-nothing" class to "de-select".
Does anyone know how to implement it as a checkboxes with option to add multiple values like: class="one blue wide", etc?
Cheers
is working on a reply...