Namespace

ui

kiss.ui

KissJS ui layer is the heart and the initial purpose of the library. It provides built-in UI components, which consists of:

Containers

  • kiss.ui.Block: basic container
  • kiss.ui.Panel: container with a header and other properties that allow to create standard draggable windows and modal windows
  • kiss.ui.WizardPanel: panel where items are displayed one at a time (each wizard page) with helper buttons (next, previous) to navigate through the pages

Elements

Data components

Fields

The ui layer is a work in progress and might change rapidly according to new project requirements.

View Source client/core/kiss.js, line 146

Classes

Attachment
Block
Button
Calendar
ChartView
Checkbox
Color
ColorPicker
Component
Container
DataComponent
Datatable
Dialog
Field
Html
Icon
IconPicker
Image
Kanban
Menu
Notification
Panel
Rating
Select
Slider
Spacer
Timeline
Tip
WizardPanel