widgets.pbTabContainer.pbTabContainer.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ui-designer-artifact-builder-generator-angularjs Show documentation
Show all versions of ui-designer-artifact-builder-generator-angularjs Show documentation
This module is a generator on AngularJS for Artifact Builder
{
"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
}