Documentation ¶
Index ¶
- func HelloCustomziedComponent(ctx *web.EventContext) (pr web.PageResponse, err error)
- type TagsInputBuilder
- func (b *TagsInputBuilder) Class(names ...string) (r *TagsInputBuilder)
- func (b *TagsInputBuilder) MarshalHTML(ctx context.Context) (r []byte, err error)
- func (b *TagsInputBuilder) Options(options ...*TagsInputOption) (r *TagsInputBuilder)
- func (b *TagsInputBuilder) Selected(keys []string) (r *TagsInputBuilder)
- type TagsInputOption
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HelloCustomziedComponent ¶
func HelloCustomziedComponent(ctx *web.EventContext) (pr web.PageResponse, err error)
Types ¶
type TagsInputBuilder ¶
type TagsInputBuilder struct {
// contains filtered or unexported fields
}
func TagsInput ¶
func TagsInput() (r *TagsInputBuilder)
func (*TagsInputBuilder) Class ¶
func (b *TagsInputBuilder) Class(names ...string) (r *TagsInputBuilder)
func (*TagsInputBuilder) MarshalHTML ¶
func (b *TagsInputBuilder) MarshalHTML(ctx context.Context) (r []byte, err error)
func (*TagsInputBuilder) Options ¶
func (b *TagsInputBuilder) Options(options ...*TagsInputOption) (r *TagsInputBuilder)
func (*TagsInputBuilder) Selected ¶
func (b *TagsInputBuilder) Selected(keys []string) (r *TagsInputBuilder)
type TagsInputOption ¶
type TagsInputOption struct { Key string Label HTMLComponent }
Click to show internal directories.
Click to hide internal directories.