Documentation ¶
Index ¶
- type TextArea
- func (t TextArea) Build(id, field_name string, skip_completion_allowed bool) string
- func (t TextArea) GoodTestData(table_name, field_name string, random bool) (out []string)
- func (t TextArea) HtmlName() string
- func (TextArea) InputValueChanges() string
- func (t TextArea) Name() string
- func (TextArea) SelectedTargetChanges() string
- func (t TextArea) Validate(data_in string, skip_validation bool) (ok bool)
- func (t TextArea) WrongTestData() (out []string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TextArea ¶
type TextArea struct { Rows byte //filas ej 4,5,6 Cols byte //columnas ej 50,80 TestData map[string][]string }
func (TextArea) GoodTestData ¶
option prescription,
func (TextArea) InputValueChanges ¶
func (TextArea) SelectedTargetChanges ¶
func (TextArea) WrongTestData ¶
Click to show internal directories.
Click to hide internal directories.