Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BootstrapCodegenSetup ¶
func BootstrapCodegenSetup()
Setup sets up the default code generator to generate bootstrap controls when possible.
Types ¶
type Checkbox ¶
type Checkbox struct {
generator3.Checkbox // base it on the built-in generator
}
This structure describes the textbox to the connector dialog and code generator
type FloatTextbox ¶
type FloatTextbox struct {
generator3.FloatTextbox // base it on the built-in generator
}
This structure describes the textbox to the connector dialog and code generator
func (FloatTextbox) Imports ¶
func (d FloatTextbox) Imports() []string
type IntegerTextbox ¶
type IntegerTextbox struct {
generator3.IntegerTextbox // base it on the built-in generator
}
This structure describes the textbox to the connector dialog and code generator
func (IntegerTextbox) Imports ¶
func (d IntegerTextbox) Imports() []string
type SelectList ¶
type SelectList struct {
generator3.SelectList // base it on the built-in generator
}
This structure describes the textbox to the connector dialog and code generator
func (SelectList) Imports ¶
func (d SelectList) Imports() []string
Click to show internal directories.
Click to hide internal directories.