Documentation
¶
Index ¶
- type Form
- func (p *Form) Action() string
- func (p *Form) Actions() string
- func (p *Form) Body() string
- func (p *Form) Header() string
- func (p *Form) Navigation() string
- func (p *Form) StreamActions(qw422016 *qt422016.Writer)
- func (p *Form) StreamBody(qw422016 *qt422016.Writer)
- func (p *Form) StreamHeader(qw422016 *qt422016.Writer)
- func (p *Form) StreamNavigation(qw422016 *qt422016.Writer)
- func (p *Form) StreamTitle(qw422016 *qt422016.Writer)
- func (p *Form) Title() string
- func (p *Form) WriteActions(qq422016 qtio422016.Writer)
- func (p *Form) WriteBody(qq422016 qtio422016.Writer)
- func (p *Form) WriteHeader(qq422016 qtio422016.Writer)
- func (p *Form) WriteNavigation(qq422016 qtio422016.Writer)
- func (p *Form) WriteTitle(qq422016 qtio422016.Writer)
- type Index
- func (p *Index) Actions() string
- func (p *Index) Body() string
- func (p *Index) Header() string
- func (p *Index) Navigation() string
- func (p *Index) Section() string
- func (p *Index) StreamActions(qw422016 *qt422016.Writer)
- func (p *Index) StreamBody(qw422016 *qt422016.Writer)
- func (p *Index) StreamHeader(qw422016 *qt422016.Writer)
- func (p *Index) StreamNavigation(qw422016 *qt422016.Writer)
- func (p *Index) StreamSection(qw422016 *qt422016.Writer)
- func (p *Index) StreamTitle(qw422016 *qt422016.Writer)
- func (p *Index) Title() string
- func (p *Index) WriteActions(qq422016 qtio422016.Writer)
- func (p *Index) WriteBody(qq422016 qtio422016.Writer)
- func (p *Index) WriteHeader(qq422016 qtio422016.Writer)
- func (p *Index) WriteNavigation(qq422016 qtio422016.Writer)
- func (p *Index) WriteSection(qq422016 qtio422016.Writer)
- func (p *Index) WriteTitle(qq422016 qtio422016.Writer)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Form ¶
func (*Form) Navigation ¶
func (*Form) StreamActions ¶
func (*Form) StreamBody ¶
func (*Form) StreamHeader ¶
func (*Form) StreamNavigation ¶
func (*Form) StreamTitle ¶
func (*Form) WriteActions ¶
func (p *Form) WriteActions(qq422016 qtio422016.Writer)
func (*Form) WriteBody ¶
func (p *Form) WriteBody(qq422016 qtio422016.Writer)
func (*Form) WriteHeader ¶
func (p *Form) WriteHeader(qq422016 qtio422016.Writer)
func (*Form) WriteNavigation ¶
func (p *Form) WriteNavigation(qq422016 qtio422016.Writer)
func (*Form) WriteTitle ¶
func (p *Form) WriteTitle(qq422016 qtio422016.Writer)
type Index ¶
type Index struct { template.BasePage CSRF htmltemplate.HTML Paginator database.Paginator Keys []*key.Key Search string }
func (*Index) Navigation ¶
func (*Index) StreamActions ¶
func (*Index) StreamBody ¶
func (*Index) StreamHeader ¶
func (*Index) StreamNavigation ¶
func (*Index) StreamSection ¶
func (*Index) StreamTitle ¶
func (*Index) WriteActions ¶
func (p *Index) WriteActions(qq422016 qtio422016.Writer)
func (*Index) WriteBody ¶
func (p *Index) WriteBody(qq422016 qtio422016.Writer)
func (*Index) WriteHeader ¶
func (p *Index) WriteHeader(qq422016 qtio422016.Writer)
func (*Index) WriteNavigation ¶
func (p *Index) WriteNavigation(qq422016 qtio422016.Writer)
func (*Index) WriteSection ¶
func (p *Index) WriteSection(qq422016 qtio422016.Writer)
func (*Index) WriteTitle ¶
func (p *Index) WriteTitle(qq422016 qtio422016.Writer)
Click to show internal directories.
Click to hide internal directories.