Interface I_CmsInlineHtmlUpdateHandler

All Known Implementing Classes:
CmsContentEditor, CmsEditorBase

Handles updates on the HTML required due to entity data changes during inline editing.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Reinitializes the editing widget inside the form parent.
    void
    updateHtml(I_CmsInlineFormParent formParent, com.google.gwt.user.client.Command onSuccess)
    Updates the HTML inside the form parent according to the currently edited entiy data.
  • Method Details

    • reinitWidgets

      Reinitializes the editing widget inside the form parent.

      Parameters:
      formParent - the form parent
    • updateHtml

      void updateHtml(I_CmsInlineFormParent formParent, com.google.gwt.user.client.Command onSuccess)
      Updates the HTML inside the form parent according to the currently edited entiy data.

      Parameters:
      formParent - the form parent
      onSuccess - the callback to execute on success