menu

package
v1.4.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 21, 2020 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Item added in v1.3.0

type Item struct {
	Name         string
	ID           string
	Url          string
	Icon         string
	Header       string
	Active       string
	ChildrenList []Item
}

Item is an menu item.

type Menu struct {
	List     []Item
	Options  []map[string]string
	MaxOrder int64
}

Menu contains list of menu items and other info.

func GetGlobalMenu

func GetGlobalMenu(user models.UserModel, conn db.Connection) *Menu

GetGlobalMenu return Menu of given user model.

func (menu *Menu) AddMaxOrder()

AddMaxOrder add the max order of menu.

func (menu Menu) FormatPath() template.HTML

FormatPath get template.HTML for front-end.

func (menu *Menu) GetEditMenuList() []Item

GetEditMenuList return menu items list.

func (menu *Menu) SetActiveClass(path string) *Menu

SetActiveClass set the active class of menu.

func (menu *Menu) SetMaxOrder(order int64)

SetMaxOrder set the max order of menu.

type NestedSetItem added in v1.4.2

type NestedSetItem struct {
	Name         string
	ID           string
	ChildrenList []NestedSetItem
}

type NestedSetMenu added in v1.4.2

type NestedSetMenu struct {
	List     []NestedSetItem
	Options  []map[string]string
	MaxOrder int64
}

func GetNestedSetTree added in v1.4.2

func GetNestedSetTree(user models.UserModel, conn db.Connection, tbl NestedSetTable) *NestedSetMenu

type NestedSetTable added in v1.4.2

type NestedSetTable struct {
	Name  string
	Title string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL