Skip to content

Commit

Permalink
add docs for mode setting
Browse files Browse the repository at this point in the history
  • Loading branch information
vangheem committed Dec 2, 2013
1 parent 21ccd08 commit cd75f60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Expand Up @@ -2140,7 +2140,8 @@ <h1>Responsive images pattern</h1>
{attribute: 'selectionTemplateSelector', type: 'String', description: 'Select an element from the DOM from which to grab the <code>selectionTemplate</code>.'},
{attribute: 'separator', type: 'String', description: 'Select2 option. String which separates multiple items.'},
{attribute: 'tokenSeparators', type: 'Array', defaultValue: '<code>[",", " "]</code>', description: 'Select2 option, refer to select2 documentation.'},
{attribute: 'width', type: 'String', description: 'Specify a width for the widget.'}
{attribute: 'width', type: 'String', description: 'Specify a width for the widget.'},
{attribute: 'mode', type: 'String', defaultValue: 'search', description: 'Mode widget should operate in. Options are search and browse.'}
]
});
</script>
Expand Down

1 comment on commit cd75f60

@mister-roboto
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TESTS PASSED
Mr.Roboto url : http://jenkins.plone.org/roboto/get_info?push=dba61de12cf34d398f761f5df083500a
plone-5.0-python-2.7 [SUCCESS]

Please sign in to comment.