Global

Methods

# createAttachment(config)

Shorthand to create a new File Uploader field. See kiss.ui.Attachment

Parameters:
Name Type Description
config object

View Source client/ui/fields/attachment.js, line 821

HTMLElement

# createBlock(config)

Shorthand to create a new Block. See kiss.ui.Block

Parameters:
Name Type Description
config object

View Source client/ui/containers/block.js, line 197

HTMLElement

# createButton(config)

Shorthand to create a new Button. See kiss.ui.Button

Parameters:
Name Type Description
config object

View Source client/ui/elements/button.js, line 534

HTMLElement

# createCalendar(config)

Shorthand to create a new Calendar. See kiss.ui.Calendar

Parameters:
Name Type Description
config object

View Source client/ui/data/calendar.js, line 1193

HTMLElement

# createCarousel(config)

Shorthand to create a new Carousel. See kiss.ui.Carousel

Parameters:
Name Type Description
config object

View Source client/ui/elements/carousel.js, line 308

HTMLElement

# createChartView(config)

Shorthand to create a new Chart view. See kiss.ui.ChartView

Parameters:
Name Type Description
config object

View Source client/ui/data/chartview.js, line 1936

HTMLElement

# createCheckbox(config)

Shorthand to create a new Checkbox. See kiss.ui.Checkbox

Parameters:
Name Type Description
config object

View Source client/ui/fields/checkbox.js, line 547

HTMLElement

# createColorField(config)

Shorthand to create a new Color field. See kiss.ui.Color

Parameters:
Name Type Description
config object

View Source client/ui/fields/color.js, line 527

HTMLElement

# createColorPicker(config)

Shorthand to create a new ColorPicker. See kiss.ui.ColorPicker

Parameters:
Name Type Description
config object

View Source client/ui/fields/colorPicker.js, line 372

HTMLElement

# createDashboard(config)

Shorthand to create a new Dashboard. See kiss.ui.Dashboard

Parameters:
Name Type Description
config object

View Source client/ui/data/dashboard.js, line 1052

HTMLElement

# createDatatable(config)

Shorthand to create a new Datatable. See kiss.ui.Datatable

Parameters:
Name Type Description
config object

View Source client/ui/data/datatable.js, line 4188

HTMLElement

# createDateField(config)

Shorthand to create a new date Field. See kiss.ui.Field

Parameters:
Name Type Description
config object

View Source client/ui/fields/field.js, line 745

HTMLElement

# createDialog(config)

Shorthand to create a new Dialog window. See kiss.ui.Dialog

Parameters:
Name Type Description
config object

View Source client/ui/elements/dialog.js, line 338

HTMLElement

# createField(config)

Shorthand to create a new Field. See kiss.ui.Field

Parameters:
Name Type Description
config object

View Source client/ui/fields/field.js, line 707

HTMLElement

# async createForm(record)

Create a form to display a record

Parameters:
Name Type Description
record object

record to display in the form

View Source client/ui/form/form.js, line 8

# createGallery(config)

Shorthand to create a new Gallery. See kiss.ui.Gallery

Parameters:
Name Type Description
config object

View Source client/ui/data/gallery.js, line 1659

HTMLElement

# createHtml(config)

Shorthand to create a new Html. See kiss.ui.Html

Parameters:
Name Type Description
config object

View Source client/ui/elements/html.js, line 166

HTMLElement

# createIconField(config)

Shorthand to create a new Icon field. See kiss.ui.Icon

Parameters:
Name Type Description
config object

View Source client/ui/fields/icon.js, line 508

HTMLElement

# createIconPicker(config)

Shorthand to create a new IconPicker. See kiss.ui.IconPicker

Parameters:
Name Type Description
config object

View Source client/ui/fields/iconPicker.js, line 394

HTMLElement

# createImage(config)

Shorthand to create a new Image. See kiss.ui.Image

Parameters:
Name Type Description
config object

View Source client/ui/elements/image.js, line 314

HTMLElement

# createKanban(config)

Shorthand to create a new Kanban. See kiss.ui.Kanban

Parameters:
Name Type Description
config object

View Source client/ui/data/kanban.js, line 1276

HTMLElement

# createMapView(config)

Shorthand to create a new Map View. See kiss.ui.MapView

Parameters:
Name Type Description
config object

View Source client/ui/data/mapview.js, line 779

HTMLElement

# createMenu(config)

Shorthand to create a new Menu. See kiss.ui.Menu

Parameters:
Name Type Description
config object

View Source client/ui/elements/menu.js, line 235

HTMLElement

# createNotification(config)

Shorthand to create a new Notification. See kiss.ui.Notification

Parameters:
Name Type Description
config object

View Source client/ui/elements/notification.js, line 113

HTMLElement

# createNumberField(config)

Shorthand to create a new number Field. See kiss.ui.Field

Parameters:
Name Type Description
config object

View Source client/ui/fields/field.js, line 735

HTMLElement

# createPanel(config)

Shorthand to create a new Panel. See kiss.ui.Panel

Parameters:
Name Type Description
config object

View Source client/ui/containers/panel.js, line 820

HTMLElement

# createPasswordField(config)

Shorthand to create a new password Field. See kiss.ui.Field

Parameters:
Name Type Description
config object

View Source client/ui/fields/field.js, line 755

HTMLElement

# createRating(config)

Shorthand to create a new Rating. See kiss.ui.Rating

Parameters:
Name Type Description
config object

View Source client/ui/fields/rating.js, line 496

HTMLElement

# createSelect(config)

Shorthand to create a new Select field. See kiss.ui.Select

Parameters:
Name Type Description
config object

View Source client/ui/fields/select.js, line 1779

HTMLElement

# createSlider(config)

Shorthand to create a new Progress bar. See kiss.ui.Slider

Parameters:
Name Type Description
config object

View Source client/ui/fields/slider.js, line 478

HTMLElement

# createTextField(config)

Shorthand to create a new text Field. See kiss.ui.Field

Parameters:
Name Type Description
config object

View Source client/ui/fields/field.js, line 715

HTMLElement

# createTextareaField(config)

Shorthand to create a new textarea Field. See kiss.ui.Field

Parameters:
Name Type Description
config object

View Source client/ui/fields/field.js, line 725

HTMLElement

# createTimeline(config)

Shorthand to create a new Timeline. See kiss.ui.Timeline

Parameters:
Name Type Description
config object

View Source client/ui/data/timeline.js, line 2607

HTMLElement

# createTip(config)

Shorthand to create a new Tip. See kiss.ui.Tip

Parameters:
Name Type Description
config object

View Source client/ui/elements/tip.js, line 126

HTMLElement

Methods