Update Calendar

This commit is contained in:
Llewellyn 2024-08-23 17:21:22 +00:00
parent c725570ace
commit 1f9971bf39

View File

@ -1,7 +1,7 @@
{
"name": "Calendar",
"short_description": "provides a text box for entry of a date. An icon next to the text box provides a link to a pop-up calendar, which can also be used to enter the date value.",
"description": "The calendar form field type provides a text box for entry of a date. An icon next to the text box provides a link to a pop-up calendar, which can also be used to enter the date value. If the field has a saved value this is shown in the text box. Otherwis",
"description": "The calendar form field type provides a text box for entry of a date. An icon next to the text box provides a link to a pop-up calendar, which can also be used to enter the date value. If the field has a saved value this is shown in the text box.",
"properties": {
"properties0": {
"name": "type",
@ -73,80 +73,80 @@
"adjustable": "1",
"description": "(optional) The validation method for the form field. This value will determine which method is used to validate the value for a field."
},
"properties23": {
"properties11": {
"name": "message",
"example": "Error! Please add some text here.",
"adjustable": "1",
"translatable": "1",
"description": "(optional) The error message that will be displayed instead of the default message."
},
"properties11": {
"properties12": {
"name": "size",
"example": "",
"adjustable": "1",
"description": "(optional)"
},
"properties12": {
"properties13": {
"name": "required",
"example": "",
"adjustable": "1",
"description": "(optional) The field must be filled before submitting the form."
},
"properties13": {
"properties14": {
"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"
},
"properties14": {
"properties15": {
"name": "translateformat",
"example": "",
"adjustable": "1",
"description": "(optional): If set to true, the calendar will use a language string to determine the format. The `format` attribute is ignored. If false, the `format` attribute is used (same behaviour as today). (starting with 3.7.0)"
},
"properties15": {
"properties16": {
"name": "showtime",
"example": "",
"adjustable": "1",
"description": "(optional): If set to true and translateformat is true, the language key DATE_FORMAT_CALENDAR_DATETIME is used, otherwise DATE_FORMAT_CALENDAR_DATE. (starting with 3.7.0)"
},
"properties16": {
"properties17": {
"name": "timeformat",
"example": "",
"adjustable": "1",
"description": "(optional): can be set to 12 (and specify AM or PM) or 24 (starting with 3.7.0)"
},
"properties17": {
"properties18": {
"name": "singleheader",
"example": "",
"adjustable": "1",
"description": "(optional): if set to false, the year and the month selection will be set on two separates lines, with independant selection (starting with 3.7.0)"
},
"properties18": {
"properties19": {
"name": "todaybutton",
"example": "",
"adjustable": "1",
"description": "(optional): if set to true, a button is added at the bottom of the datePicker to select the date of the current day (starting with 3.7.0)"
},
"properties19": {
"properties20": {
"name": "weeknumbers",
"example": "",
"adjustable": "1",
"description": "(optional): if set to true, a column is added at the left of the datePicker to display the number of the week in the current year (starting with 3.7.0)"
},
"properties20": {
"properties21": {
"name": "filltable",
"example": "",
"adjustable": "1",
"description": "(optional): if set to true, dates of the previous and next month is added at the top and the bottom of the current month to fill the grid (starting with 3.7.0)"
},
"properties21": {
"properties22": {
"name": "minyear",
"example": "",
"adjustable": "1",
"description": "(optional): set a signed integer for a number of years (-10, -2, 0, 7, 12, ...) to define the relative lower limit for the year selection. The user could not select a year before your limit (starting with 3.7.0)"
},
"properties22": {
"properties23": {
"name": "maxyear",
"example": "",
"adjustable": "1",