Interface I_CmsInlineHtmlUpdateHandler

    • Method Detail

      • reinitWidgets

        void reinitWidgets​(I_CmsInlineFormParent formParent)
        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