Documentation
¶
Index ¶
- type Config
- type UiManager
- func (m UiManager) BlockCreateAjax(w http.ResponseWriter, r *http.Request)
- func (m UiManager) BlockDeleteAjax(w http.ResponseWriter, r *http.Request)
- func (m UiManager) BlockManager(w http.ResponseWriter, r *http.Request)
- func (m UiManager) BlockTrashAjax(w http.ResponseWriter, r *http.Request)
- func (m UiManager) BlockUpdate(w http.ResponseWriter, r *http.Request)
- func (m UiManager) BlockUpdateAjax(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
BlockEntityType string
PathBlocksBlockManager string
PathBlocksBlockUpdate 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) BlockCreateAjax ¶
func (m UiManager) BlockCreateAjax(w http.ResponseWriter, r *http.Request)
func (UiManager) BlockDeleteAjax ¶
func (m UiManager) BlockDeleteAjax(w http.ResponseWriter, r *http.Request)
func (UiManager) BlockManager ¶
func (m UiManager) BlockManager(w http.ResponseWriter, r *http.Request)
func (UiManager) BlockTrashAjax ¶
func (m UiManager) BlockTrashAjax(w http.ResponseWriter, r *http.Request)
func (UiManager) BlockUpdate ¶
func (m UiManager) BlockUpdate(w http.ResponseWriter, r *http.Request)
func (UiManager) BlockUpdateAjax ¶
func (m UiManager) BlockUpdateAjax(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.