Skip to content

Commit

Permalink
updated documentation on widgets.md
Browse files Browse the repository at this point in the history
  • Loading branch information
seralf committed Oct 8, 2014
1 parent 09b55bf commit 59cd3db
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/widgets.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,19 @@ Using this prebuilt widget would correspond to directly writing:
<input type="text" eui-query="ejs.MatchQuery('textField', querystring)" ng-model="querystring" eui-enabled="querystring.length" />


euiSingleselect
---
A widget designed to expose facets on mutually exclusive values (only one single item can be selected)

*Example (using widget directive):*

<eui-singleselect field="'facet_field'" size="5"></eui-singleselect>


euiChecklist
---
A widget designed to expose facets on a collection of related values (multiple items can be selected)

*Example (using widget directive):*

<eui-checklist field="'facet_field'" size="5"></eui-checklist>
Expand Down

0 comments on commit 59cd3db

Please sign in to comment.