Return to docs home page

lookupEditComponent

This component allows the a data management page for any entity that supports the ILookupItem interface.

Markup example

Parameters

Required:

Optional:

Implementation

The view contains only the component tag and parameters.

Example:

<div id="quarterlymeeting-load-message"><span class="fa fa-spinner fa-pulse fa-2x" style="color:lightgrey"></span></div>
<div id="quarterlymeeting-view-container" class="row" style="display: none">
    <lookup-edit params="
        items:quarterlies,
        onUpdate:updateQuarterly,
        name:'quarterly',
        plural:'quarterlies',
        canEdit:userCanEdit">
    </lookup-edit>
</div>