diff --git a/core/src/site/resources/tags/checkboxlist.html b/core/src/site/resources/tags/checkboxlist.html
index 95e2e9772..1bcb2ea65 100644
--- a/core/src/site/resources/tags/checkboxlist.html
+++ b/core/src/site/resources/tags/checkboxlist.html
@@ -193,6 +193,14 @@ Please do not edit it directly.
String |
Property of list objects to get field content from |
+
+ | listValueKey |
+ false |
+ |
+ false |
+ String |
+ Property of list objects to get field value label from |
+
| name |
false |
diff --git a/core/src/site/resources/tags/doubleselect.html b/core/src/site/resources/tags/doubleselect.html
index becaf8b21..674ecc202 100644
--- a/core/src/site/resources/tags/doubleselect.html
+++ b/core/src/site/resources/tags/doubleselect.html
@@ -481,6 +481,14 @@ Please do not edit it directly.
String |
Property of list objects to get field content from |
+
+ | listValueKey |
+ false |
+ |
+ false |
+ String |
+ Property of list objects to get field value label from |
+
| multiple |
false |
diff --git a/core/src/site/resources/tags/inputtransferselect.html b/core/src/site/resources/tags/inputtransferselect.html
index 9f1a1e1df..176e915b1 100644
--- a/core/src/site/resources/tags/inputtransferselect.html
+++ b/core/src/site/resources/tags/inputtransferselect.html
@@ -265,6 +265,14 @@ Please do not edit it directly.
String |
Property of list objects to get field content from |
+
+ | listValueKey |
+ false |
+ |
+ false |
+ String |
+ Property of list objects to get field value label from |
+
| multiple |
false |
diff --git a/core/src/site/resources/tags/optiontransferselect.html b/core/src/site/resources/tags/optiontransferselect.html
index e2d74d160..a2f542244 100644
--- a/core/src/site/resources/tags/optiontransferselect.html
+++ b/core/src/site/resources/tags/optiontransferselect.html
@@ -641,6 +641,14 @@ Please do not edit it directly.
String |
Property of list objects to get field content from |
+
+ | listValueKey |
+ false |
+ |
+ false |
+ String |
+ Property of list objects to get field value label from |
+
| multiple |
false |
diff --git a/core/src/site/resources/tags/radio.html b/core/src/site/resources/tags/radio.html
index ea1d78d8f..1fce82882 100644
--- a/core/src/site/resources/tags/radio.html
+++ b/core/src/site/resources/tags/radio.html
@@ -193,6 +193,14 @@ Please do not edit it directly.
String |
Property of list objects to get field content from |
+
+ | listValueKey |
+ false |
+ |
+ false |
+ String |
+ Property of list objects to get field value label from |
+
| name |
false |
diff --git a/core/src/site/resources/tags/select.html b/core/src/site/resources/tags/select.html
index 7a7d3def6..d2425e545 100644
--- a/core/src/site/resources/tags/select.html
+++ b/core/src/site/resources/tags/select.html
@@ -217,6 +217,14 @@ Please do not edit it directly.
String |
Property of list objects to get field content from |
+
+ | listValueKey |
+ false |
+ |
+ false |
+ String |
+ Property of list objects to get field value label from |
+
| multiple |
false |
diff --git a/core/src/site/resources/tags/updownselect.html b/core/src/site/resources/tags/updownselect.html
index f08411617..d62b86f00 100644
--- a/core/src/site/resources/tags/updownselect.html
+++ b/core/src/site/resources/tags/updownselect.html
@@ -241,6 +241,14 @@ Please do not edit it directly.
String |
Property of list objects to get field content from |
+
+ | listValueKey |
+ false |
+ |
+ false |
+ String |
+ Property of list objects to get field value label from |
+
| moveDownLabel |
false |