Documentation
¶
Index ¶
- type OriginDataTable
- type Select
- func (s Select) Build(id, field_name string, skip_completion_allowed bool) string
- func (s Select) BuildTagSelect(selectName, cssClassName, title string) string
- func (s Select) GetAllTagOption() (opt string)
- func (s Select) GoodTestData(table_name, field_name string, random bool) (out []string)
- func (s Select) HtmlName() string
- func (s Select) LabelOptSelect(key, value string) (opt string)
- func (s Select) Name() string
- func (s Select) Validate(data_in string, skip_validation bool) (ok bool)
- func (s Select) WrongTestData() (out []string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OriginDataTable ¶
type Select ¶
type Select struct {
Data OriginDataTable
}
func (Select) BuildTagSelect ¶
func (Select) GetAllTagOption ¶
retorna strin html option de un select
func (Select) GoodTestData ¶
func (Select) LabelOptSelect ¶
etiqueta html option de un select [value=id name= texto a mostrar]
func (Select) WrongTestData ¶
Click to show internal directories.
Click to hide internal directories.