Versions in this module Expand all Collapse all v2 v2.0.0 Sep 13, 2024 Changes in this version + const DefaultPageName + const DefaultPagePlaceHolder + type Page struct + AjaxActionName string + CurrentPage int + FirstPageTag string + LastPageTag string + LinkStyle string + NextBarTag string + NextPageTag string + PageBarNum int + PrevBarTag string + PrevPageTag string + SelectStyle string + SpanStyle string + TotalPage int + TotalSize int + UrlTemplate string + func New(totalSize, pageSize, currentPage int, urlTemplate string) *Page + func (p *Page) FirstPage() string + func (p *Page) GetContent(mode int) string + func (p *Page) GetLink(page int, text, title string) string + func (p *Page) GetUrl(page int) string + func (p *Page) LastPage() string + func (p *Page) NextPage() string + func (p *Page) PageBar() string + func (p *Page) PrevPage() string + func (p *Page) SelectBar() string