widgets.pbTitle.pbTitle.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" : "pbTitle",
"name" : "Title",
"type" : "widget",
"custom" : false,
"modelVersion" : "2.6",
"description" : "Text used to structure the page or form content",
"template" : "@pbTitle.tpl.html",
"properties" : [
{
"label" : "Interpret HTML",
"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" : "Text",
"name" : "text",
"caption" : "Use {{dataVariable}} to access data, and filters to format it (e.g. {{dateVariable|uiDate}})",
"type" : "text",
"defaultValue" : "Title",
"bond" : "interpolation"
},
{
"label" : "Title level",
"name" : "level",
"type" : "choice",
"defaultValue" : "Level 2",
"choiceValues" : [
"Level 1",
"Level 2",
"Level 3",
"Level 4",
"Level 5",
"Level 6"
],
"bond" : "constant"
},
{
"label" : "Alignment",
"name" : "alignment",
"type" : "choice",
"defaultValue" : "left",
"choiceValues" : [
"left",
"center",
"right"
],
"bond" : "constant"
}
],
"assets" : [ ],
"requiredModules" : [ ],
"webResources" : [ ],
"icon" : "",
"order" : 20,
"hasHelp" : false
}