Skip to content

Commit 4d012a4

Browse files
committed
updated the documentation
1 parent dc4d665 commit 4d012a4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/main/meta/META-INF/bootsfaces-b.taglib.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3836,7 +3836,7 @@
38363836
<type>java.lang.Boolean</type>
38373837
</attribute>
38383838
<attribute>
3839-
<description><![CDATA[Controls browser autocomplete behavior.]]></description>
3839+
<description><![CDATA[Controls browser autocomplete behavior. Legal values: 'off', 'false', 'true', and 'on'.]]></description>
38403840
<name>autocomplete</name>
38413841
<required>false</required>
38423842
<type>java.lang.String</type>
@@ -12778,7 +12778,7 @@
1277812778
<type>java.lang.Boolean</type>
1277912779
</attribute>
1278012780
<attribute>
12781-
<description><![CDATA[Controls browser autocomplete behavior.]]></description>
12781+
<description><![CDATA[Controls browser autocomplete behavior. Legal values: 'off', 'false', 'true', and 'on'.]]></description>
1278212782
<name>autocomplete</name>
1278312783
<required>false</required>
1278412784
<type>java.lang.String</type>
@@ -13542,7 +13542,7 @@
1354213542
<type>java.lang.Boolean</type>
1354313543
</attribute>
1354413544
<attribute>
13545-
<description><![CDATA[Controls browser autocomplete behavior.]]></description>
13545+
<description><![CDATA[Controls browser autocomplete behavior. Legal values: 'off', 'false', 'true', and 'on'.]]></description>
1354613546
<name>autocomplete</name>
1354713547
<required>false</required>
1354813548
<type>java.lang.String</type>
@@ -14372,7 +14372,7 @@
1437214372
<type>java.lang.Boolean</type>
1437314373
</attribute>
1437414374
<attribute>
14375-
<description><![CDATA[Controls browser autocomplete behavior.]]></description>
14375+
<description><![CDATA[Controls browser autocomplete behavior. Legal values: 'off', 'false', 'true', and 'on'.]]></description>
1437614376
<name>autocomplete</name>
1437714377
<required>false</required>
1437814378
<type>java.lang.String</type>

xtext/BootsFaces.jsfdsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ widget dataTable
572572
immediate Boolean "Flag indicating that, if this component is activated by the user, notifications should be delivered to interested listeners and actions immediately (that is, during Apply Request Values phase) rather than waiting until Invoke Application phase. Default is false."
573573
info Boolean default "true" "If set, this will enable the information about record count. Defaults to true."
574574
lang String "Configured lang for the dataTable. If no default language is configured, the language configured in the browser is used."
575-
length-change Boolean default "true" "Activates the page length menu of the dataTable"
575+
length-change Boolean default "true" "Activates the page length menu of the dataTable. Default value is 'true'."
576576
mark-search-results Boolean "If true, search results are marked yellow as you type. Based on mark.js (see https://datatables.net/blog/2017-01-19)."
577577
multi-column-search Boolean "If true, &lt;b:inputText /&gt; fields will be generated at the bottom of each column which allow you to perform per-column filtering."
578578
multi-column-search-position default "bottom" "Should the multi-column-search attributes be at the bottom or the top of the table? Legal values: 'top','botton', and 'both'. Default to 'bottom'."

0 commit comments

Comments
 (0)