From 6f77939849ce1b7361fa725f5d40bbdfec984cd8 Mon Sep 17 00:00:00 2001 From: Lukasz Lenart Date: Fri, 18 Jun 2021 07:02:20 +0200 Subject: [PATCH] WW-5132 Marks old labelposition as Deprecated --- core/src/site/resources/tags/a.html | 2 +- core/src/site/resources/tags/actionerror.html | 2 +- core/src/site/resources/tags/actionmessage.html | 2 +- core/src/site/resources/tags/checkbox.html | 4 ++-- core/src/site/resources/tags/checkboxlist.html | 2 +- core/src/site/resources/tags/combobox.html | 2 +- core/src/site/resources/tags/component.html | 2 +- core/src/site/resources/tags/datetextfield.html | 2 +- core/src/site/resources/tags/debug.html | 2 +- core/src/site/resources/tags/doubleselect.html | 2 +- core/src/site/resources/tags/fielderror.html | 2 +- core/src/site/resources/tags/file.html | 2 +- core/src/site/resources/tags/form.html | 2 +- core/src/site/resources/tags/head.html | 2 +- core/src/site/resources/tags/hidden.html | 2 +- core/src/site/resources/tags/inputtransferselect.html | 2 +- core/src/site/resources/tags/label.html | 2 +- core/src/site/resources/tags/optiontransferselect.html | 2 +- core/src/site/resources/tags/password.html | 2 +- core/src/site/resources/tags/radio.html | 2 +- core/src/site/resources/tags/reset.html | 2 +- core/src/site/resources/tags/select.html | 2 +- core/src/site/resources/tags/submit.html | 2 +- core/src/site/resources/tags/textarea.html | 2 +- core/src/site/resources/tags/textfield.html | 2 +- core/src/site/resources/tags/token.html | 2 +- core/src/site/resources/tags/updownselect.html | 2 +- 27 files changed, 28 insertions(+), 28 deletions(-) diff --git a/core/src/site/resources/tags/a.html b/core/src/site/resources/tags/a.html index a09beb974..ad6035f0b 100644 --- a/core/src/site/resources/tags/a.html +++ b/core/src/site/resources/tags/a.html @@ -215,7 +215,7 @@ Please do not edit it directly. false String - Define label position of form element (top/left) + (Deprecated) Define label position of form element (top/left) method diff --git a/core/src/site/resources/tags/actionerror.html b/core/src/site/resources/tags/actionerror.html index a292f54ea..469506f2e 100644 --- a/core/src/site/resources/tags/actionerror.html +++ b/core/src/site/resources/tags/actionerror.html @@ -159,7 +159,7 @@ Please do not edit it directly. false String - Define label position of form element (top/left) + (Deprecated) Define label position of form element (top/left) name diff --git a/core/src/site/resources/tags/actionmessage.html b/core/src/site/resources/tags/actionmessage.html index c5c52e34e..ac4023592 100644 --- a/core/src/site/resources/tags/actionmessage.html +++ b/core/src/site/resources/tags/actionmessage.html @@ -159,7 +159,7 @@ Please do not edit it directly. false String - Define label position of form element (top/left) + (Deprecated) Define label position of form element (top/left) name diff --git a/core/src/site/resources/tags/checkbox.html b/core/src/site/resources/tags/checkbox.html index dd9cdfd0a..04476f768 100644 --- a/core/src/site/resources/tags/checkbox.html +++ b/core/src/site/resources/tags/checkbox.html @@ -143,7 +143,7 @@ Please do not edit it directly. false String - Define label position of form element (top/left/right) + Define label position of form element (top/left), also 'right' is supported when using 'xhtml' theme labelSeparator @@ -159,7 +159,7 @@ Please do not edit it directly. false String - Define label position of form element (top/left/right) + (Deprecated) Define label position of form element (top/left), also 'right' is supported when using 'xhtml' theme name diff --git a/core/src/site/resources/tags/checkboxlist.html b/core/src/site/resources/tags/checkboxlist.html index ab1a83586..fe3171319 100644 --- a/core/src/site/resources/tags/checkboxlist.html +++ b/core/src/site/resources/tags/checkboxlist.html @@ -151,7 +151,7 @@ Please do not edit it directly. false String - Define label position of form element (top/left) + (Deprecated) Define label position of form element (top/left) list diff --git a/core/src/site/resources/tags/combobox.html b/core/src/site/resources/tags/combobox.html index 9e2272521..b5e66b482 100644 --- a/core/src/site/resources/tags/combobox.html +++ b/core/src/site/resources/tags/combobox.html @@ -175,7 +175,7 @@ Please do not edit it directly. false String - Define label position of form element (top/left) + (Deprecated) Define label position of form element (top/left) list diff --git a/core/src/site/resources/tags/component.html b/core/src/site/resources/tags/component.html index 6cd42b9a5..394ffcaca 100644 --- a/core/src/site/resources/tags/component.html +++ b/core/src/site/resources/tags/component.html @@ -151,7 +151,7 @@ Please do not edit it directly. false String - Define label position of form element (top/left) + (Deprecated) Define label position of form element (top/left) name diff --git a/core/src/site/resources/tags/datetextfield.html b/core/src/site/resources/tags/datetextfield.html index 6aee894c9..3af8dc9bf 100644 --- a/core/src/site/resources/tags/datetextfield.html +++ b/core/src/site/resources/tags/datetextfield.html @@ -159,7 +159,7 @@ Please do not edit it directly. false String - Define label position of form element (top/left) + (Deprecated) Define label position of form element (top/left) name diff --git a/core/src/site/resources/tags/debug.html b/core/src/site/resources/tags/debug.html index a49fdcd7a..e6b1133d4 100644 --- a/core/src/site/resources/tags/debug.html +++ b/core/src/site/resources/tags/debug.html @@ -151,7 +151,7 @@ Please do not edit it directly. false String - Define label position of form element (top/left) + (Deprecated) Define label position of form element (top/left) name diff --git a/core/src/site/resources/tags/doubleselect.html b/core/src/site/resources/tags/doubleselect.html index 0381dba91..686ab1c6a 100644 --- a/core/src/site/resources/tags/doubleselect.html +++ b/core/src/site/resources/tags/doubleselect.html @@ -439,7 +439,7 @@ Please do not edit it directly. false String - Define label position of form element (top/left) + (Deprecated) Define label position of form element (top/left) list diff --git a/core/src/site/resources/tags/fielderror.html b/core/src/site/resources/tags/fielderror.html index 39016885a..db9bf58fb 100644 --- a/core/src/site/resources/tags/fielderror.html +++ b/core/src/site/resources/tags/fielderror.html @@ -167,7 +167,7 @@ Please do not edit it directly. false String - Define label position of form element (top/left) + (Deprecated) Define label position of form element (top/left) name diff --git a/core/src/site/resources/tags/file.html b/core/src/site/resources/tags/file.html index 5e9770c3f..4e8899e86 100644 --- a/core/src/site/resources/tags/file.html +++ b/core/src/site/resources/tags/file.html @@ -159,7 +159,7 @@ Please do not edit it directly. false String - Define label position of form element (top/left) + (Deprecated) Define label position of form element (top/left) name diff --git a/core/src/site/resources/tags/form.html b/core/src/site/resources/tags/form.html index 416cc6b7a..527d386cc 100644 --- a/core/src/site/resources/tags/form.html +++ b/core/src/site/resources/tags/form.html @@ -191,7 +191,7 @@ Please do not edit it directly. false String - Define label position of form element (top/left) + (Deprecated) Define label position of form element (top/left) method diff --git a/core/src/site/resources/tags/head.html b/core/src/site/resources/tags/head.html index 9a8978079..178fbd759 100644 --- a/core/src/site/resources/tags/head.html +++ b/core/src/site/resources/tags/head.html @@ -151,7 +151,7 @@ Please do not edit it directly. false String - Define label position of form element (top/left) + (Deprecated) Define label position of form element (top/left) name diff --git a/core/src/site/resources/tags/hidden.html b/core/src/site/resources/tags/hidden.html index cb80280ee..e1ea60128 100644 --- a/core/src/site/resources/tags/hidden.html +++ b/core/src/site/resources/tags/hidden.html @@ -151,7 +151,7 @@ Please do not edit it directly. false String - Define label position of form element (top/left) + (Deprecated) Define label position of form element (top/left) name diff --git a/core/src/site/resources/tags/inputtransferselect.html b/core/src/site/resources/tags/inputtransferselect.html index 255524d3c..2ba8f110a 100644 --- a/core/src/site/resources/tags/inputtransferselect.html +++ b/core/src/site/resources/tags/inputtransferselect.html @@ -215,7 +215,7 @@ Please do not edit it directly. false String - Define label position of form element (top/left) + (Deprecated) Define label position of form element (top/left) leftTitle diff --git a/core/src/site/resources/tags/label.html b/core/src/site/resources/tags/label.html index ca6bedbbd..0959a17a6 100644 --- a/core/src/site/resources/tags/label.html +++ b/core/src/site/resources/tags/label.html @@ -159,7 +159,7 @@ Please do not edit it directly. false String - Define label position of form element (top/left) + (Deprecated) Define label position of form element (top/left) name diff --git a/core/src/site/resources/tags/optiontransferselect.html b/core/src/site/resources/tags/optiontransferselect.html index 2719a841f..f7385fce4 100644 --- a/core/src/site/resources/tags/optiontransferselect.html +++ b/core/src/site/resources/tags/optiontransferselect.html @@ -575,7 +575,7 @@ Please do not edit it directly. false String - Define label position of form element (top/left) + (Deprecated) Define label position of form element (top/left) leftDownLabel diff --git a/core/src/site/resources/tags/password.html b/core/src/site/resources/tags/password.html index 425b4597c..50d20bb21 100644 --- a/core/src/site/resources/tags/password.html +++ b/core/src/site/resources/tags/password.html @@ -151,7 +151,7 @@ Please do not edit it directly. false String - Define label position of form element (top/left) + (Deprecated) Define label position of form element (top/left) maxLength diff --git a/core/src/site/resources/tags/radio.html b/core/src/site/resources/tags/radio.html index 913191731..cdf24b994 100644 --- a/core/src/site/resources/tags/radio.html +++ b/core/src/site/resources/tags/radio.html @@ -151,7 +151,7 @@ Please do not edit it directly. false String - Define label position of form element (top/left) + (Deprecated) Define label position of form element (top/left) list diff --git a/core/src/site/resources/tags/reset.html b/core/src/site/resources/tags/reset.html index fe96cdf53..0945d4ce4 100644 --- a/core/src/site/resources/tags/reset.html +++ b/core/src/site/resources/tags/reset.html @@ -159,7 +159,7 @@ Please do not edit it directly. false String - Define label position of form element (top/left) + (Deprecated) Define label position of form element (top/left) method diff --git a/core/src/site/resources/tags/select.html b/core/src/site/resources/tags/select.html index e167d030c..64d451903 100644 --- a/core/src/site/resources/tags/select.html +++ b/core/src/site/resources/tags/select.html @@ -175,7 +175,7 @@ Please do not edit it directly. false String - Define label position of form element (top/left) + (Deprecated) Define label position of form element (top/left) list diff --git a/core/src/site/resources/tags/submit.html b/core/src/site/resources/tags/submit.html index f4dfdbb06..2d38b94c2 100644 --- a/core/src/site/resources/tags/submit.html +++ b/core/src/site/resources/tags/submit.html @@ -159,7 +159,7 @@ Please do not edit it directly. false String - Define label position of form element (top/left) + (Deprecated) Define label position of form element (top/left) method diff --git a/core/src/site/resources/tags/textarea.html b/core/src/site/resources/tags/textarea.html index 30ac86bb5..ead85ee46 100644 --- a/core/src/site/resources/tags/textarea.html +++ b/core/src/site/resources/tags/textarea.html @@ -159,7 +159,7 @@ Please do not edit it directly. false String - Define label position of form element (top/left) + (Deprecated) Define label position of form element (top/left) name diff --git a/core/src/site/resources/tags/textfield.html b/core/src/site/resources/tags/textfield.html index 9b8c7b669..7f08861d6 100644 --- a/core/src/site/resources/tags/textfield.html +++ b/core/src/site/resources/tags/textfield.html @@ -151,7 +151,7 @@ Please do not edit it directly. false String - Define label position of form element (top/left) + (Deprecated) Define label position of form element (top/left) maxLength diff --git a/core/src/site/resources/tags/token.html b/core/src/site/resources/tags/token.html index 9563ec705..30b5cce6f 100644 --- a/core/src/site/resources/tags/token.html +++ b/core/src/site/resources/tags/token.html @@ -151,7 +151,7 @@ Please do not edit it directly. false String - Define label position of form element (top/left) + (Deprecated) Define label position of form element (top/left) name diff --git a/core/src/site/resources/tags/updownselect.html b/core/src/site/resources/tags/updownselect.html index 0aac1f657..39acb9675 100644 --- a/core/src/site/resources/tags/updownselect.html +++ b/core/src/site/resources/tags/updownselect.html @@ -199,7 +199,7 @@ Please do not edit it directly. false String - Define label position of form element (top/left) + (Deprecated) Define label position of form element (top/left) list