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

widgets.pbTitle.pbTitle.json Maven / Gradle / Ivy

There is a newer version: 1.0.9
Show newest version
{
  "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
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy