Interface I_CmsComplexWidget

    • Method Detail

      • configure

        I_CmsComplexWidget configure​(java.lang.String configuration)
        Returns a copy of this widget which has been configured with the given configuration string.

        Parameters:
        configuration - the configuration string
        Returns:
        the configured copy of the widget
      • getName

        java.lang.String getName()
        Gets the name of the complex widget.

        The string returned by this function should be a valid Javascript identifier.

        Returns:
        the name of the complex widget
      • getWidgetData

        CmsComplexWidgetData getWidgetData​(CmsObject cms)
        Gets the data needed for the editor to render the complex widget.

        Parameters:
        cms - The CMS object to use for VFS operations
        Returns:
        the data for the complex widget