Create Meter

This commit is contained in:
Llewellyn 2024-08-23 17:24:04 +00:00
parent a722417b71
commit a433222cc9

View File

@ -0,0 +1,106 @@
{
"name": "Meter",
"short_description": "Provides a meter to show value in a range.",
"description": "Provides a meter to show value in a range, updated with jQuery if needed or simply a fixed value.",
"properties": {
"properties0": {
"name": "type",
"example": "meter",
"mandatory": "1",
"description": "(mandatory) must be meter."
},
"properties1": {
"name": "name",
"example": "meter",
"adjustable": "1",
"mandatory": "1",
"description": "(mandatory) is the unique name of the field."
},
"properties2": {
"name": "label",
"example": "Meter",
"adjustable": "1",
"mandatory": "1",
"translatable": "1",
"description": "(mandatory) (translatable) is the descriptive title of the field."
},
"properties3": {
"name": "width",
"example": "330px",
"adjustable": "1",
"description": "(optional) is the width of meter box"
},
"properties4": {
"name": "color",
"example": "",
"adjustable": "1",
"description": "(optional) The background color"
},
"properties5": {
"name": "default",
"example": "9",
"adjustable": "1",
"description": "(optional) (not translatable) is the default value."
},
"properties6": {
"name": "animated",
"example": "1",
"adjustable": "1",
"description": "(optional) lets the bar have strips"
},
"properties7": {
"name": "active",
"example": "1",
"adjustable": "1",
"description": "(optional) lets the strips on the bar move"
},
"properties8": {
"name": "description",
"example": "Enter some description",
"adjustable": "1",
"translatable": "1",
"description": "(optional) (translatable) is text that will be shown as a tooltip when the user moves the mouse over the drop-down box."
},
"properties9": {
"name": "class",
"example": "",
"adjustable": "1",
"description": "(optional) is a CSS class name for the HTML form field. If omitted this will default to 'text_area'."
},
"properties10": {
"name": "min",
"example": "1",
"adjustable": "1",
"description": "(mandatory) this value is the min on the meter."
},
"properties11": {
"name": "max",
"example": "20",
"adjustable": "1",
"description": "(mandatory) this value is the max on meter."
},
"properties12": {
"name": "step",
"example": "1",
"adjustable": "1",
"mandatory": "1",
"description": "(mandatory) each option will be the previous option incremented by this integer, starting with the first value until the last value is reached."
},
"properties13": {
"name": "showon",
"example": "",
"adjustable": "1",
"description": "(optional) show this field on the bases of the value in another field. https:\/\/joomla.stackexchange.com\/a\/17682\/2166"
}
},
"has_defaults": "0",
"datatype": "",
"datalenght": "",
"datalenght_other": "",
"datadefault": "",
"datadefault_other": "",
"indexes": "0",
"null_switch": "NOT NULL",
"store": "0",
"guid": "81668284-e572-4e17-927b-ba697fc64bd0"
}