diff --git a/Documentation/ColumnsConfig/Type/Select/CheckBox/Properties.rst b/Documentation/ColumnsConfig/Type/Select/CheckBox/Properties.rst index f018b508..2d8fd859 100644 --- a/Documentation/ColumnsConfig/Type/Select/CheckBox/Properties.rst +++ b/Documentation/ColumnsConfig/Type/Select/CheckBox/Properties.rst @@ -13,7 +13,6 @@ Select properties * :ref:`authmode > enforce ` * :ref:`default ` * :ref:`disableNoMatchingValueElement ` -* :ref:`exclusiveKeys ` * :ref:`fileFolderConfig ` * :ref:`folder ` diff --git a/Documentation/ColumnsConfig/Type/Select/Properties/ExclusiveKeys.rst b/Documentation/ColumnsConfig/Type/Select/Properties/ExclusiveKeys.rst index 70587e17..f32ee569 100644 --- a/Documentation/ColumnsConfig/Type/Select/Properties/ExclusiveKeys.rst +++ b/Documentation/ColumnsConfig/Type/Select/Properties/ExclusiveKeys.rst @@ -15,6 +15,11 @@ exclusiveKeys List of keys that exclude any other keys in a select box where multiple items could be selected. +.. note:: + + The property :php:`exclusiveKeys` is not available for all select types, + only for the renderTypes selectMultipleSideBySide and selectTree. + Examples ======== diff --git a/Documentation/ColumnsConfig/Type/Select/Single/Properties.rst b/Documentation/ColumnsConfig/Type/Select/Single/Properties.rst index b02599a6..5dbc28ca 100644 --- a/Documentation/ColumnsConfig/Type/Select/Single/Properties.rst +++ b/Documentation/ColumnsConfig/Type/Select/Single/Properties.rst @@ -38,7 +38,6 @@ Select properties * :ref:`authmode > enforce ` * :ref:`default ` * :ref:`disableNoMatchingValueElement ` -* :ref:`exclusiveKeys ` * :ref:`fileFolderConfig ` * :ref:`folder ` @@ -51,7 +50,6 @@ Select properties * :ref:`items ` * :ref:`MM ` - Common properties ================= diff --git a/Documentation/ColumnsConfig/Type/Select/SingleBox/Properties.rst b/Documentation/ColumnsConfig/Type/Select/SingleBox/Properties.rst index 2f06dc5c..d16acdf9 100644 --- a/Documentation/ColumnsConfig/Type/Select/SingleBox/Properties.rst +++ b/Documentation/ColumnsConfig/Type/Select/SingleBox/Properties.rst @@ -12,7 +12,6 @@ Select properties * :ref:`authmode > enforce ` * :ref:`default ` * :ref:`disableNoMatchingValueElement ` -* :ref:`exclusiveKeys ` * :ref:`fileFolderConfig ` * :ref:`folder ` @@ -25,7 +24,6 @@ Select properties * :ref:`items ` * :ref:`MM ` - Common properties =================