APIs

Show:

Controller for editing record modal window in OLV component.

Methods

_closeModalDialog

() private

Close current modal window if it exists.

_refreshDimmer

() private

Refresh dimmer for modal dialog.

actions.onEditRecordDialogClosing

() public

Handler for close editrecord modal dialog.

actions.onEditRecordDialogHidden

() public

Handler for action after edit record dialog was closed.

createdModalDialog

(
  • modalDialog
)

Handles create modal window action. It saves created window to have opportunity to close it later.

Parameters:

  • modalDialog JQuery

    Created modal window.

Properties

_openedModalDialog

JQuery private

Current open a modal window.

appState

AppStateService

Service for managing the state of the application.

lookupEventsService

Service

Service that triggers lookup events.

modalContentOutletName

String

Editrecord modal dialog outlet name for content

Default: 'editrecord-modal-content'

modalOutletName

String

Editrecord modal dialog outlet name

Default: 'editrecord-modal'

sizeClass

String

Size of Semantic-UI modal and his class. More info.

Possible variants of size:

  • small
  • large
  • fullscreen

Default: 'editrecord-dialog'