378
350
:param edit_url: The URL to use for editing when the user isn't logged
379
351
in and when JS is off. Defaults to the edit_view on the context.
380
352
:param edit_title: Used to set the title attribute of the anchor.
384
354
super(InlinePersonEditPickerWidget, self).__init__(
385
355
context, exported_field, default_html, content_box_id, header,
386
356
step_title, null_display_value,
387
edit_view, edit_url, edit_title, help_link)
389
359
self.assign_me_text = assign_me_text
390
360
self.remove_person_text = remove_person_text