Documentation
¶
Index ¶
- type DataListPlus
- func (d *DataListPlus) BuildContainerView(id, field_name string, allow_skip_completed bool) string
- func (d DataListPlus) BuildItemsView(all_data ...map[string]string) string
- func (d *DataListPlus) NotifyStatusChangeAfterClicking()
- func (d *DataListPlus) ResetViewHandlerObject() (err string)
- func (d DataListPlus) UserClicked(id string)
- func (DataListPlus) ViewHandlerName() string
- type ListItem
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
Click to show internal directories.
Click to hide internal directories.