InfoDialog.noModalAlignLeft constructor

InfoDialog.noModalAlignLeft(String htmlInfoText, BaseDialogCloseCallback closeCallback)

Like InfoDialog.alignLeft, but the dialog is non-modal (non-blocking).

Implementation

InfoDialog.noModalAlignLeft(
    String htmlInfoText, BaseDialogCloseCallback closeCallback)
    : super.noModal(InputDialog.ALIGN_LEFT, htmlInfoText, null, null, null,
          null, null, closeCallback, false, []);