Skip to content

Commit

Permalink
updated the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanrauh committed Aug 9, 2020
1 parent dc4d665 commit 4d012a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions src/main/meta/META-INF/bootsfaces-b.taglib.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3836,7 +3836,7 @@
<type>java.lang.Boolean</type>
</attribute>
<attribute>
<description><![CDATA[Controls browser autocomplete behavior.]]></description>
<description><![CDATA[Controls browser autocomplete behavior. Legal values: 'off', 'false', 'true', and 'on'.]]></description>
<name>autocomplete</name>
<required>false</required>
<type>java.lang.String</type>
Expand Down Expand Up @@ -12778,7 +12778,7 @@
<type>java.lang.Boolean</type>
</attribute>
<attribute>
<description><![CDATA[Controls browser autocomplete behavior.]]></description>
<description><![CDATA[Controls browser autocomplete behavior. Legal values: 'off', 'false', 'true', and 'on'.]]></description>
<name>autocomplete</name>
<required>false</required>
<type>java.lang.String</type>
Expand Down Expand Up @@ -13542,7 +13542,7 @@
<type>java.lang.Boolean</type>
</attribute>
<attribute>
<description><![CDATA[Controls browser autocomplete behavior.]]></description>
<description><![CDATA[Controls browser autocomplete behavior. Legal values: 'off', 'false', 'true', and 'on'.]]></description>
<name>autocomplete</name>
<required>false</required>
<type>java.lang.String</type>
Expand Down Expand Up @@ -14372,7 +14372,7 @@
<type>java.lang.Boolean</type>
</attribute>
<attribute>
<description><![CDATA[Controls browser autocomplete behavior.]]></description>
<description><![CDATA[Controls browser autocomplete behavior. Legal values: 'off', 'false', 'true', and 'on'.]]></description>
<name>autocomplete</name>
<required>false</required>
<type>java.lang.String</type>
Expand Down
2 changes: 1 addition & 1 deletion xtext/BootsFaces.jsfdsl
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ widget dataTable
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."
info Boolean default "true" "If set, this will enable the information about record count. Defaults to true."
lang String "Configured lang for the dataTable. If no default language is configured, the language configured in the browser is used."
length-change Boolean default "true" "Activates the page length menu of the dataTable"
length-change Boolean default "true" "Activates the page length menu of the dataTable. Default value is 'true'."
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)."
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."
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'."
Expand Down

0 comments on commit 4d012a4

Please sign in to comment.