Interface I_CmsWidgetFactory

    • Method Detail

      • createFormWidget

        I_CmsFormEditWidget createFormWidget​(java.lang.String configuration)
        Creates the from editing widget.

        Parameters:
        configuration - the widget configuration
        Returns:
        the widget
      • createInlineWidget

        I_CmsEditWidget createInlineWidget​(java.lang.String configuration,
                                           com.google.gwt.dom.client.Element element)
        Wraps an existing DOM element to create an inline editing widget.

        Parameters:
        configuration - the widget configuration
        element - the element to wrap
        Returns:
        the widget