textarea

package
v0.2.9 Latest Latest
Warning

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

Go to latest
Published: Apr 18, 2022 License: MIT Imports: 2 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TextArea

type TextArea struct {
	app.Compo
	base.JsUtil

	Value string
	// contains filtered or unexported fields
}

func New

func New(id string) *TextArea

func (*TextArea) Label

func (t *TextArea) Label(label string) *TextArea

func (*TextArea) MaxLength

func (t *TextArea) MaxLength(l int) *TextArea

func (*TextArea) OnMount

func (t *TextArea) OnMount(ctx app.Context)

func (*TextArea) Outlined

func (t *TextArea) Outlined(outlined bool) *TextArea

func (*TextArea) Placeholder

func (t *TextArea) Placeholder(placeholder string) *TextArea

func (*TextArea) Render

func (t *TextArea) Render() app.UI

func (*TextArea) Resizeable

func (t *TextArea) Resizeable(r bool) *TextArea

func (*TextArea) Size

func (t *TextArea) Size(rows, cols int) *TextArea

func (*TextArea) WithCallback

func (t *TextArea) WithCallback(cb func(in app.HTMLTextarea)) *TextArea

func (*TextArea) WithOnMount

func (t *TextArea) WithOnMount(cb func(ctx app.Context)) *TextArea

Jump to

Keyboard shortcuts

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