Advertisement
Guest User

Checkbox list settings

a guest
Nov 7th, 2016
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.82 KB | None | 0 0
  1. {
  2.     "label": "Hide on devices",
  3.     "description": "Hide this row on certain devices.",
  4.     "key": "class",
  5.     "view": "/App_Plugins/tea.grid-settings/icon-select-list/icon-select-list.html",
  6.     "applyTo": "row",
  7.     "defaultConfig": {
  8.       "selectMultiple": true,
  9.       "displaySelectInversed": true,
  10.       "items": [
  11.         {
  12.           "icon": "icon-iphone",
  13.           "text": "Phone",
  14.           "value": "hidden-xs"
  15.         },
  16.         {
  17.           "icon": "icon-ipad",
  18.           "text": "Tablet: Portrait",
  19.           "value": "hidden-sm"
  20.         },
  21.         {
  22.           "icon": "icon-ipad",
  23.           "text": "Tablet: Landscape",
  24.           "value": "hidden-md"
  25.         },
  26.         {
  27.           "icon": "icon-pc",
  28.           "text": "Desktop",
  29.           "value": "hidden-lg"
  30.         }
  31.       ]
  32.     }
  33.   }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement