Documentation ¶
Index ¶
Constants ¶
View Source
const ChinaCountryId = 1
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ComponentsAction ¶
func (*ComponentsAction) RunGet ¶
func (this *ComponentsAction) RunGet(params struct{})
type DownloadAction ¶
type DownloadAction struct {
actionutils.ParentAction
}
下载指定的文本内容
func (*DownloadAction) Init ¶
func (this *DownloadAction) Init()
func (*DownloadAction) RunGet ¶
func (this *DownloadAction) RunGet(params struct { File string Text string })
type SelectCountriesPopupAction ¶
type SelectCountriesPopupAction struct {
actionutils.ParentAction
}
func (*SelectCountriesPopupAction) Init ¶
func (this *SelectCountriesPopupAction) Init()
func (*SelectCountriesPopupAction) RunGet ¶
func (this *SelectCountriesPopupAction) RunGet(params struct { CountryIds string })
func (*SelectCountriesPopupAction) RunPost ¶
func (this *SelectCountriesPopupAction) RunPost(params struct { CountryIds []int64 Must *actions.Must CSRF *actionutils.CSRF })
type SelectProvincesPopupAction ¶
type SelectProvincesPopupAction struct {
actionutils.ParentAction
}
func (*SelectProvincesPopupAction) Init ¶
func (this *SelectProvincesPopupAction) Init()
func (*SelectProvincesPopupAction) RunGet ¶
func (this *SelectProvincesPopupAction) RunGet(params struct { ProvinceIds string })
func (*SelectProvincesPopupAction) RunPost ¶
func (this *SelectProvincesPopupAction) RunPost(params struct { ProvinceIds []int64 Must *actions.Must CSRF *actionutils.CSRF })
Click to show internal directories.
Click to hide internal directories.