Documentation
¶
Index ¶
- type Config
- type UiManager
- func (m UiManager) MenuCreateAjax(w http.ResponseWriter, r *http.Request)
- func (m UiManager) MenuItemsFetchAjax(w http.ResponseWriter, r *http.Request)
- func (m UiManager) MenuItemsUpdate(w http.ResponseWriter, r *http.Request)
- func (m UiManager) MenuItemsUpdateAjax(w http.ResponseWriter, r *http.Request)
- func (m UiManager) MenuManager(w http.ResponseWriter, r *http.Request)
- func (m UiManager) MenuUpdate(w http.ResponseWriter, r *http.Request)
- func (m UiManager) MenuUpdateAjax(w http.ResponseWriter, r *http.Request)
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
MenuEntityType string
PageEntityType string
PathMenusMenuManager string
PathMenusMenuUpdate string
PathMenusMenuCreateAjax string
PathMenusMenuItemsUpdate string
PathMenusMenuItemsUpdateAjax string
PathMenusMenuItemsFetchAjax 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) MenuCreateAjax ¶
func (m UiManager) MenuCreateAjax(w http.ResponseWriter, r *http.Request)
func (UiManager) MenuItemsFetchAjax ¶
func (m UiManager) MenuItemsFetchAjax(w http.ResponseWriter, r *http.Request)
func (UiManager) MenuItemsUpdate ¶
func (m UiManager) MenuItemsUpdate(w http.ResponseWriter, r *http.Request)
func (UiManager) MenuItemsUpdateAjax ¶
func (m UiManager) MenuItemsUpdateAjax(w http.ResponseWriter, r *http.Request)
func (UiManager) MenuManager ¶
func (m UiManager) MenuManager(w http.ResponseWriter, r *http.Request)
func (UiManager) MenuUpdate ¶
func (m UiManager) MenuUpdate(w http.ResponseWriter, r *http.Request)
func (UiManager) MenuUpdateAjax ¶
func (m UiManager) MenuUpdateAjax(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.