Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Endpoint string
EntityStore entitystore.StoreInterface
WidgetEntityType string
PathWidgetsWidgetManager string
PathWidgetsWidgetUpdate string
WebpageComplete func(string, string) *hb.HtmlWebpage
FuncLayout func(string) string
CmsHeader func(string) string
CmsBreadcrumbs func([]bs.Breadcrumb) string
}
type UiManager ¶
type UiManager struct {
// contains filtered or unexported fields
}
func NewUiManager ¶
func (UiManager) WidgetCreateAjax ¶
func (m UiManager) WidgetCreateAjax(w http.ResponseWriter, r *http.Request)
func (UiManager) WidgetManager ¶
func (m UiManager) WidgetManager(w http.ResponseWriter, r *http.Request)
func (UiManager) WidgetUpdate ¶
func (m UiManager) WidgetUpdate(w http.ResponseWriter, r *http.Request)
func (UiManager) WidgetUpdateAjax ¶
func (m UiManager) WidgetUpdateAjax(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.