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

widgets.pbImage.pbImage.json Maven / Gradle / Ivy

There is a newer version: 1.0.9
Show newest version
{
  "id" : "pbImage",
  "name" : "Image",
  "type" : "widget",
  "custom" : false,
  "modelVersion" : "2.6",
  "description" : "Display an image from assets or from a URL",
  "template" : "@pbImage.tpl.html",
  "properties" : [
    {
      "label" : "Source Type",
      "name" : "srcType",
      "type" : "choice",
      "defaultValue" : "URL",
      "choiceValues" : [
        "URL",
        "Asset"
      ],
      "bond" : "constant"
    },
    {
      "label" : "URL",
      "name" : "url",
      "showFor" : "properties.srcType.value === 'URL'",
      "type" : "text",
      "bond" : "expression"
    },
    {
      "label" : "Asset Name",
      "name" : "assetName",
      "showFor" : "properties.srcType.value === 'Asset'",
      "type" : "text",
      "bond" : "expression"
    },
    {
      "label" : "Alternate text",
      "name" : "alt",
      "help" : "Specifies an alternate text for an image. The text should describe the image if the image contains information or should be left empty if the image is only for decoration",
      "type" : "text",
      "bond" : "interpolation"
    }
  ],
  "assets" : [ ],
  "requiredModules" : [ ],
  "webResources" : [ ],
  "icon" : "",
  "order" : 15,
  "hasHelp" : false
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy