Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Images ¶
type PageModel ¶
func (*PageModel) UnescapeCSS ¶
type Slide ¶
type SlideModel ¶
type SlideModel struct {
Pages []PageModel `json:"pages"`
}
func (*SlideModel) InsertPage ¶
func (c *SlideModel) InsertPage(idx int, raw string, css string)
func (*SlideModel) RemovePage ¶
func (c *SlideModel) RemovePage(idx int)
type UserSlideList ¶
type UserSlideList struct { vitali.Ctx vitali.Perm `POST:"OWNER" DELETE:"OWNER"` vitali.Provides `GET:"application/json,text/html"` vitali.Views `GET:"base.html,user_slide_list.html"` }
func (*UserSlideList) Get ¶
func (c *UserSlideList) Get() interface{}
func (*UserSlideList) Post ¶
func (c *UserSlideList) Post() interface{}
func (*UserSlideList) Pre ¶
func (c *UserSlideList) Pre() interface{}
Click to show internal directories.
Click to hide internal directories.