{
  "widget": {
    "name": "Button",
    "selector": "jqx-button"
  },
  "properties": [
    {
      "name": "clickMode",
      "value": "release",
      "allowedValues": [ "hover", "press", "release", "pressAndRelease" ],
      "description": "Sets the click mode of the button.",
      "demoValues": [ "hover", "release" ],
      "type": "string"
    },
    {
      "name": "content",
      "value": "\"\"",
      "allowedValues": [],
      "description": "Sets the content of the element.",
      "demoValues": [ "Button Label", "New Button Label" ],
      "type": "any"
    },
    {
      "name": "disabled",
      "value": false,
      "allowedValues": [],
      "description": "Enables or disables the button. ",
      "demoValues": [ true, false ],
      "type": "boolean"
    },
    {
      "name": "innerHTML",
      "value": "\"\"",
      "allowedValues": [],
      "description": "Sets the inner HTML of the element.",
      "demoValues": [ "Button Label", "New Button Label" ],
      "type": "string"
    },
    {
      "name": "name",
      "value": "\"\"",
      "allowedValues": [],
      "description": "Sets or gets the widget's name.",
      "demoValues": [ "Name", "New Name" ],
      "type": "string"
    },
    {
      "name": "readonly",
      "value": false,
      "allowedValues": [],
      "description": "If the custom element is readonly, it cannot be interacted with.",
      "demoValues": [ true, false ],
      "type": "boolean"
    },
    {
      "name": "rightToLeft",
      "value": false,
      "allowedValues": [],
      "description": "Sets or gets a value indicating whether widget's elements are aligned to support locales using right-to-left fonts. ",
      "demoValues": [ true, false ],
      "type": "boolean"
    },
    {
      "name": "type",
      "value": "Reset",
      "allowedValues": [],
      "description": "Sets the type of the button",
      "demoValues": [ "submit", "reset" ],
      "type": "string"
    },
    {
      "name": "value",
      "value": "",
      "allowedValues": [],
      "description": "Sets or gets the button's value. ",
      "demoValues": [ "Value", "New value" ],
      "type": "string"
    }
  ]
}