Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataListPlus ¶
type DataListPlus struct {
Object *model.Object // ej: patient
FieldID string // ej: "id_client"
FieldText string // ej: "client_name"
FieldDescription string // ej: "description"
FieldExtra string // ej: "dto"
FieldStatus string // ej: "state" (checked, viewed)
}
func (DataListPlus) BuildTag ¶ added in v0.0.3
func (d DataListPlus) BuildTag() string
func (DataListPlus) HtmlContainer ¶ added in v0.0.3
func (d DataListPlus) HtmlContainer() string
func (DataListPlus) ObjectVIEW ¶ added in v0.0.3
func (d DataListPlus) ObjectVIEW() *model.Object
Click to show internal directories.
Click to hide internal directories.