Documentation
¶
Index ¶
- type Ajax
- func (c *Ajax) AddPanel(admin_panel *models.Admin_Panel) revel.Result
- func (c *Ajax) DelPanel(admin_panel *models.Admin_Panel) revel.Result
- func (c *Ajax) GetCaptcha() revel.Result
- func (c *Ajax) GetMessage() revel.Result
- func (c *Ajax) GetPanel(admin_panel *models.Admin_Panel) revel.Result
- func (c *Ajax) Pos(menu *models.Menu) revel.Result
- func (c *Ajax) ScreenLock() revel.Result
- func (c *Ajax) ScreenUnlock(admin *models.Admin) revel.Result
- type Captcha
- type Kindeditor
- type Public
- type Test
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Ajax ¶
type Ajax struct {
*revel.Controller
}
func (*Ajax) AddPanel ¶
func (c *Ajax) AddPanel(admin_panel *models.Admin_Panel) revel.Result
添加快捷方式
func (*Ajax) DelPanel ¶
func (c *Ajax) DelPanel(admin_panel *models.Admin_Panel) revel.Result
删除快捷方式
type Captcha ¶
type Captcha struct {
*revel.Controller
}
type Kindeditor ¶
type Kindeditor struct {
*revel.Controller
}
func (*Kindeditor) AnnounceImage ¶
func (c *Kindeditor) AnnounceImage(upload *models.Upload) revel.Result
内容发布标题缩略图
func (*Kindeditor) TitleImage ¶
func (c *Kindeditor) TitleImage(upload *models.Upload) revel.Result
内容发布标题缩略图
type Public ¶
type Public struct {
*revel.Controller
}
Click to show internal directories.
Click to hide internal directories.