-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathitem.json
More file actions
125 lines (125 loc) · 4.87 KB
/
Copy pathitem.json
File metadata and controls
125 lines (125 loc) · 4.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "Tel",
"store": 0,
"null_switch": "NOT NULL",
"indexes": "0",
"datadefault_other": "",
"datadefault": "",
"short_description": "Input field for telephone numbers.",
"datatype": "",
"has_defaults": 0,
"properties": {
"properties0": {
"name": "type",
"example": "text",
"mandatory": "1",
"description": "(mandatory) must be text."
},
"properties1": {
"name": "name",
"example": "phone",
"adjustable": "1",
"mandatory": "1",
"description": "(mandatory) is the unique name of the field."
},
"properties2": {
"name": "label",
"example": "Phone",
"adjustable": "1",
"mandatory": "1",
"translatable": "1",
"description": "(mandatory) (translatable) is the descriptive title of the field."
},
"properties3": {
"name": "size",
"example": "10",
"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."
},
"properties4": {
"name": "maxlength",
"example": "50",
"adjustable": "1",
"description": "(optional) limits the number of characters that may be entered."
},
"properties5": {
"name": "default",
"example": "",
"adjustable": "1",
"description": "(optional) (not translatable) is the default value."
},
"properties6": {
"name": "description",
"example": "Enter phone number",
"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."
},
"properties7": {
"name": "class",
"example": "text_area",
"adjustable": "1",
"description": "(optional) is a CSS class name for the HTML form field. If omitted this will default to 'text_area'."
},
"properties8": {
"name": "readonly",
"example": "false",
"adjustable": "1",
"description": "(optional) The field cannot be changed and will automatically inherit the default value"
},
"properties9": {
"name": "disabled",
"example": "false",
"adjustable": "1",
"description": "(optional) The field cannot be changed and will automatically inherit the default value - it will also not submit"
},
"properties10": {
"name": "required",
"example": "false",
"adjustable": "1",
"description": "(optional) The field must be filled before submitting the form."
},
"properties11": {
"name": "filter",
"example": "tel",
"adjustable": "1",
"description": "(optional) allow the system to save certain html tags or raw data."
},
"properties12": {
"name": "validated",
"example": "tel",
"adjustable": "1",
"description": "(optional) allow the system to validated the input data."
},
"properties13": {
"name": "message",
"example": "Error! Please add phone number here.",
"adjustable": "1",
"translatable": "1",
"description": "(optional) The error message that will be displayed instead of the default message."
},
"properties14": {
"name": "hint",
"example": "Your Phone Number",
"adjustable": "1",
"translatable": "1",
"description": "(optional) The placeholder to display inside the text box."
},
"properties15": {
"name": "showon",
"example": "",
"adjustable": "1",
"description": "(optional) Allows you to hide the field based on the value(s) of another field; for Joomla 3.2.4+ https:\/\/joomla.stackexchange.com\/a\/17682\/2166"
},
"properties16": {
"name": "onchange",
"example": "",
"adjustable": "1",
"description": "(optional) HTML equivalent attribute (javascript use)"
}
},
"description": "The tel field type is a text input specifically intended for telephone numbers. It functions as an alias of the standard text field but can be enhanced with the tel validation rule and input filter to ensure proper formatting and sanitation of phone number inputs.",
"datalenght": "",
"datalenght_other": "",
"guid": "1c6c519c-3bc8-4914-8940-3e9591b0bce6"
}