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

widgets.pbModalContainer.pbModalContainer.json Maven / Gradle / Ivy

There is a newer version: 1.0.9
Show newest version
{
  "id" : "pbModalContainer",
  "name" : "Modal container",
  "type" : "container",
  "custom" : false,
  "modelVersion" : "2.6",
  "description" : "Group of widgets used to define the arrangement of the page elements. Its content is display like in modal.",
  "template" : "",
  "controller" : "@pbModalContainer.ctrl.js",
  "properties" : [
    {
      "label" : "Modal Id",
      "name" : "modalId",
      "caption" : "Unique ID of this modal",
      "help" : "Unique ID of this modal",
      "type" : "text",
      "bond" : "constant"
    },
    {
      "label" : "Size",
      "name" : "size",
      "type" : "choice",
      "defaultValue" : "",
      "choiceValues" : [
        {
          "value" : "sm",
          "label" : "small"
        },
        {
          "value" : "",
          "label" : "medium"
        },
        {
          "value" : "lg",
          "label" : "large"
        }
      ],
      "bond" : "constant"
    },
    {
      "label" : "Animation",
      "name" : "animation",
      "help" : "Choose true if you want display this modal with an animation, false otherwise",
      "type" : "boolean",
      "defaultValue" : true,
      "bond" : "expression"
    }
  ],
  "assets" : [
    {
      "id" : "e88b7fde-d548-4bde-9507-c1320d665879",
      "name" : "ui-bootstrap-tpls-0.13.0.min.js",
      "type" : "js",
      "order" : 1,
      "external" : false
    }
  ],
  "requiredModules" : [
    "ui.bootstrap"
  ],
  "webResources" : [ ],
  "icon" : "",
  "order" : 0,
  "hasHelp" : true
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy