Advertisement
Guest User

Untitled

a guest
Mar 3rd, 2022
1,158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.49 KB | None | 0 0
  1. {
  2.   "_comment": "A button to open a hyperlink",
  3.   "$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json",
  4.   "elmType": "a",
  5.   "attributes": {
  6.     "class": "ms-fontColor-white ms-fontColor-white--hover",
  7.     "href": "[$PhoneLink]",
  8.     "target": "=if(0==1,'_blank','_self')"
  9.   },
  10.   "style": {
  11.     "border": "none",
  12.     "cursor": "pointer",
  13.     "background-color": "transparent"
  14.   },
  15.   "children": [
  16.     {
  17.       "elmType": "div",
  18.       "attributes": {
  19.         "class": "ms-bgColor-blue ms-bgColor-blueLight--hover ms-fontColor-white ms-fontColor-white--hover"
  20.       },
  21.       "style": {
  22.         "font-size": "12px",
  23.         "font-family": "arial",
  24.         "border": "1px solid Black",
  25.         "border-radius": "=if(1==1,'7px','0px')",
  26.         "box-shadow": "=if(1==1,'2px 2px #999','none')",
  27.         "padding": "3px 5px 3px 5px"
  28.       },
  29.       "children": [
  30.         {
  31.           "elmType": "div",
  32.           "attributes": {
  33.             "iconName": "DoubleChevronRight"
  34.           },
  35.           "style": {
  36.             "display": "=if('DoubleChevronRight' != '','inline-block','none')",
  37.             "vertical-align": "middle",
  38.             "padding-right": "5px"
  39.           }
  40.         },
  41.         {
  42.           "elmType": "div",
  43.           "txtContent": "='Call: ' + [$PhNum]",
  44.           "style": {
  45.             "display": "inline-block",
  46.             "font-family": "arial",
  47.             "vertical-align": "middle"
  48.           }
  49.         }
  50.       ]
  51.     }
  52.   ]
  53. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement