Documentation ¶
Index ¶
Constants ¶
View Source
const ( Cookie_Email = "X-Forwarded-Email" Cookie_Groups = "X-Forwarded-Groups" Cookie_User = "X-Forwarded-User" Cookie_Username = "X-Forwarded-Preferred-Username" SessionName = "goquestsession" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FieldType ¶
type FieldType string
表单字段类型
const ( StringField FieldType = "string" IntField FieldType = "int" Int16Field FieldType = "int16" Int64Field FieldType = "int64" Text FieldType = "text" Textarea FieldType = "textarea" Radio FieldType = "radio" Select FieldType = "select" MultiSelect FieldType = "multiselect" File FieldType = "file" Time FieldType = "time" OneToOne FieldType = "o2o" OneToMany FieldType = "o2m" ManyToMany FieldType = "m2m" Password FieldType = "password" )
type HtmlComponentType ¶
type HtmlComponentType int
html组件类型
const ( FormComponent HtmlComponentType = iota EditFormComponent AdminColumns StrToHtml BeegoLi Upload )
Click to show internal directories.
Click to hide internal directories.