Documentation ¶ Index ¶ type EditForm func (f *EditForm) Check(data map[string]string, id, name string) error func (f *EditForm) GetFunc(t orm.FieldType) func(text string, tmp []string, data map[string][]byte) string func (f *EditForm) GetTemplate(t orm.FieldType) string func (f *EditForm) Transfer() interface{} Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type EditForm ¶ type EditForm struct{} 编辑表单 func (*EditForm) Check ¶ func (f *EditForm) Check(data map[string]string, id, name string) error 检查并赋值参数 func (*EditForm) GetFunc ¶ func (f *EditForm) GetFunc(t orm.FieldType) func(text string, tmp []string, data map[string][]byte) string func (*EditForm) GetTemplate ¶ func (f *EditForm) GetTemplate(t orm.FieldType) string func (*EditForm) Transfer ¶ func (f *EditForm) Transfer() interface{} 按照表字段循环生成所有表单字段 Source Files ¶ View all Source files columns.go factory.go Click to show internal directories. Click to hide internal directories.