Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TargetList ¶
type TargetList struct {
Object *model.Object // ej: patient
FieldID string // ej: "id_client"
FieldText string // ej: "client_name"
LeftUpText string
LeftMiddleText string
LeftDownText string
LeftIcon string
}
func (TargetList) BuildContainerView ¶ added in v0.0.13
func (t TargetList) BuildContainerView(id, field_name string, allow_skip_completed bool) string
func (TargetList) BuildItemView ¶ added in v0.0.13
func (t TargetList) BuildItemView(all_data ...map[string]string) string
func (TargetList) ViewHandlerName ¶ added in v0.0.13
func (TargetList) ViewHandlerName() string
Click to show internal directories.
Click to hide internal directories.