Part of canonical.widgets.lazrjs View In Hierarchy
This widget is not for editing form values like the VocabularyPickerWidget.
| Method | __init__ | Create a widget wrapper. | 
| Method | show_assign_me_button | Undocumented | 
| Method | resource_uri | Undocumented | 
| Method | can_write | Undocumented | 
| Class Method | _generate_id | Return a presumably unique id for this widget. | 
| Parameters | context | The object that is being edited. | 
| request | The request object. | |
| interface_attribute | The attribute being edited. | |
| default_html | Default display of attribute. | |
| id | The HTML id to use for this widget. Automatically generated if this is not provided. | |
| header | The large text at the top of the picker. | |
| step_title | Smaller line of text below the header. | |
| show_remove_button | Show remove button below search box. | |
| show_assign_me_button | Show assign-me button below search box. | |
| remove_button_text | Override default button text: "Remove" |