Create User

This commit is contained in:
Llewellyn 2024-08-23 17:24:45 +00:00
parent 0ea264c4b0
commit ebcb1a4cfd

View File

@ -0,0 +1,69 @@
{
"name": "User",
"short_description": "provides a modal list of users.",
"description": "The user form field type provides a modal select box of users.",
"properties": {
"properties0": {
"name": "type",
"example": "user",
"mandatory": "1",
"description": "(mandatory) must be user."
},
"properties1": {
"name": "name",
"example": "user",
"adjustable": "1",
"mandatory": "1",
"description": "(mandatory) is the unique name of the field. This must match the name of the query results column that contains the values that will be shown to the user in the drop-down list, unless a different name is specified in the value_field attribute."
},
"properties2": {
"name": "label",
"example": "User",
"adjustable": "1",
"mandatory": "1",
"translatable": "1",
"description": "(mandatory) (translatable) is the descriptive title of the field."
},
"properties3": {
"name": "description",
"example": "",
"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."
},
"properties4": {
"name": "class",
"example": "",
"adjustable": "1",
"description": "(optional) is a CSS class name for the HTML form field."
},
"properties5": {
"name": "size",
"example": "",
"adjustable": "1",
"description": "(optional) is the width of the text box in characters. If omitted the width is determined by the browser. The value of size does not limit the number of characters that may be entered."
},
"properties6": {
"name": "required",
"example": "",
"adjustable": "1",
"description": "(optional) The field must be filled before submitting the form."
},
"properties7": {
"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": "1",
"datatype": "INT",
"datalenght": "11",
"datalenght_other": "",
"datadefault": "0",
"datadefault_other": "",
"indexes": "0",
"null_switch": "NOT NULL",
"store": "0",
"guid": "b0641980-5e78-42f6-972f-86aa607db23e"
}