widgets.pbContainer.pbContainer.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" : "pbContainer",
"name" : "Container",
"type" : "container",
"custom" : false,
"modelVersion" : "2.6",
"description" : "Group of widgets used to define the arrangement of the page elements. Its content can be repeated over an array",
"template" : "",
"properties" : [
{
"label" : "Collection",
"name" : "repeatedCollection",
"caption" : "Repeat container content. Variable of type array",
"help" : "Number of array elements defines the number of times the container structure is repeated. Array data is available to widgets in the container",
"type" : "text",
"bond" : "variable"
}
],
"assets" : [ ],
"requiredModules" : [ ],
"webResources" : [ ],
"icon" : "",
"order" : -3,
"hasHelp" : false
}