Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataListPlus ¶
type DataListPlus struct {
model.Logger
Object *model.Object // ej: patient
FieldID string // ej: "id_client"
FieldText string // ej: "client_name"
FieldDescription string // ej: "description"
FieldTitle 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
<svg aria-hidden="true" focusable="false" class="dlplus-icon-arrow"><use xlink:href="#icon-arrow-down" /></svg> <span class="arrow down"></span>
func (DataListPlus) HtmlContainerNEW ¶ added in v0.0.8
func (d DataListPlus) HtmlContainerNEW() string
func (DataListPlus) ObjectVIEW ¶ added in v0.0.3
func (d DataListPlus) ObjectVIEW() *model.Object
func (DataListPlus) UserClicked ¶ added in v0.0.5
func (d DataListPlus) UserClicked(id string)
func (DataListPlus) ViewComponentName ¶ added in v0.0.5
func (DataListPlus) ViewComponentName() string
Click to show internal directories.
Click to hide internal directories.