All Downloads are FREE. Search and download functionalities are using the official Maven repository.

widgets.pbTabContainer.pbTabContainer.json Maven / Gradle / Ivy

There is a newer version: 1.0.9
Show newest version
{
  "id" : "pbTabContainer",
  "name" : "Tab",
  "type" : "container",
  "custom" : false,
  "modelVersion" : "2.6",
  "description" : "Group of widgets, inside a Tabs container",
  "template" : "",
  "properties" : [
    {
      "label" : "Disabled",
      "name" : "disabled",
      "type" : "boolean",
      "defaultValue" : false,
      "bond" : "expression"
    },
    {
      "label" : "Interpret HTML in tab heading",
      "name" : "allowHTML",
      "help" : "If you choose 'no', HTML code will be escaped instead of being interpreted. If you choose ‘Yes’, this could potentially lead to HTML injections attacks. Please take into account these risks.",
      "type" : "boolean",
      "defaultValue" : false,
      "bond" : "constant"
    },
    {
      "label" : "Title",
      "name" : "title",
      "type" : "text",
      "defaultValue" : "Tab x",
      "bond" : "interpolation"
    },
    {
      "label" : "Selected",
      "name" : "active",
      "help" : "To define the tab selected by default",
      "type" : "text",
      "bond" : "variable"
    }
  ],
  "assets" : [
    {
      "id" : "43021f86-b43e-43dd-840b-641c906bec69",
      "name" : "ui-bootstrap-tpls-0.13.0.min.js",
      "type" : "js",
      "order" : 1,
      "external" : false
    }
  ],
  "requiredModules" : [
    "ui.bootstrap.tabs",
    "ui.bootstrap.tpls"
  ],
  "webResources" : [ ],
  "icon" : "",
  "order" : -2,
  "hasHelp" : false
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy