Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap-multiselect
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap-multiselect
Commits
bc9a8f2b
Commit
bc9a8f2b
authored
Mar 13, 2014
by
David Stutz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#243: documentation for filterBehavior option.
parent
7be9a1aa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
36 additions
and
0 deletions
+36
-0
index-2-3.html
index-2-3.html
+18
-0
index.html
index.html
+18
-0
No files found.
index-2-3.html
View file @
bc9a8f2b
...
...
@@ -852,6 +852,24 @@
enableFiltering: true
});
});
<
/script
>
</pre>
</td>
</tr>
<tr>
<td><code>
filterBehavior
</code></td>
<td>
Either
<code>
text
</code>
,
<code>
value
</code>
or
<code>
both
</code>
. Determines whether the option's text, value or both is used for filtering.
</td>
<td>
<pre
class=
"prettyprint linenums"
>
<
script type=
"
text/javascript
">
$(document).ready(function() {
$(
'
.multiselect
'
).multiselect({
enableFiltering: true,
filterBehavior: 'both'
});
});
<
/script
>
</pre>
</td>
...
...
index.html
View file @
bc9a8f2b
...
...
@@ -871,6 +871,24 @@
enableFiltering: true
});
});
<
/script
>
</pre>
</td>
</tr>
<tr>
<td><code>
filterBehavior
</code></td>
<td>
Either
<code>
text
</code>
,
<code>
value
</code>
or
<code>
both
</code>
. Determines whether the option's text, value or both is used for filtering.
</td>
<td>
<pre
class=
"prettyprint linenums"
>
<
script type=
"
text/javascript
">
$(document).ready(function() {
$(
'
.multiselect
'
).multiselect({
enableFiltering: true,
filterBehavior: 'both'
});
});
<
/script
>
</pre>
</td>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment