datalistplus

package module
v0.0.58 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 29, 2024 License: MIT Imports: 0 Imported by: 0

README

datalistplus

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DataListPlus

type DataListPlus struct {
	Module_Name string

	Object_Name string

	DisplayedAtStart bool // se mostrara desplegada al inicio

	DisplayedList bool
	ListItem
	// contains filtered or unexported fields
}

func (*DataListPlus) BuildContainerView added in v0.0.19

func (d *DataListPlus) BuildContainerView(id, field_name string, allow_skip_completed bool) 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) BuildItemsView added in v0.0.55

func (d DataListPlus) BuildItemsView(all_data ...map[string]string) string

func (*DataListPlus) NotifyStatusChangeAfterClicking added in v0.0.55

func (d *DataListPlus) NotifyStatusChangeAfterClicking()

func (*DataListPlus) ResetViewHandlerObject added in v0.0.55

func (d *DataListPlus) ResetViewHandlerObject() (err string)

func (DataListPlus) UserClicked added in v0.0.5

func (d DataListPlus) UserClicked(id string)

func (DataListPlus) ViewHandlerName added in v0.0.19

func (DataListPlus) ViewHandlerName() string

type ListItem added in v0.0.55

type ListItem struct {
	FieldID string // ej: "id_client"

	FieldText string // ej: "client_name"

	FieldDescription string // ej: "description"

	FieldFooter string // ej: "value"

	FieldTitle string // ej: "dto"

	FieldStatus string // ej: "state" (checked, viewed)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL