Methods
# convertHtmlToPlainText(html) → {string}
Convert HTML to plain text
Parameters:
Name | Type | Description |
---|---|---|
html |
string
|
The plain text
string
# createAttachment(config)
Shorthand to create a new File Uploader field. See kiss.ui.Attachment
Parameters:
Name | Type | Description |
---|---|---|
config |
object
|
HTMLElement
# createBlock(config)
Shorthand to create a new Block. See kiss.ui.Block
Parameters:
Name | Type | Description |
---|---|---|
config |
object
|
HTMLElement
# createButton(config)
Shorthand to create a new Button. See kiss.ui.Button
Parameters:
Name | Type | Description |
---|---|---|
config |
object
|
HTMLElement
# createCalendar(config)
Shorthand to create a new Calendar. See kiss.ui.Calendar
Parameters:
Name | Type | Description |
---|---|---|
config |
object
|
HTMLElement
# createChartView(config)
Shorthand to create a new Chart. See kiss.ui.Chart
Parameters:
Name | Type | Description |
---|---|---|
config |
object
|
HTMLElement
# createCheckbox(config)
Shorthand to create a new Checkbox. See kiss.ui.Checkbox
Parameters:
Name | Type | Description |
---|---|---|
config |
object
|
HTMLElement
# createCodeEditor(config)
Shorthand to create a new Image. See kiss.ui.Image
Parameters:
Name | Type | Description |
---|---|---|
config |
object
|
HTMLElement
# createColorField(config)
Shorthand to create a new Color field. See kiss.ui.Color
Parameters:
Name | Type | Description |
---|---|---|
config |
object
|
HTMLElement
# createColorPicker(config)
Shorthand to create a new ColorPicker. See kiss.ui.ColorPicker
Parameters:
Name | Type | Description |
---|---|---|
config |
object
|
HTMLElement
# createDatatable(config)
Shorthand to create a new Datatable. See kiss.ui.Datatable
Parameters:
Name | Type | Description |
---|---|---|
config |
object
|
HTMLElement
# createDateField(config)
Shorthand to create a new date Field. See kiss.ui.Field
Parameters:
Name | Type | Description |
---|---|---|
config |
object
|
HTMLElement
# createDialog(config)
Shorthand to create a new Dialog window. See kiss.ui.Dialog
Parameters:
Name | Type | Description |
---|---|---|
config |
object
|
HTMLElement
# createField(config)
Shorthand to create a new Field. See kiss.ui.Field
Parameters:
Name | Type | Description |
---|---|---|
config |
object
|
HTMLElement
# async createForm(record)
Create a form to display a record
Parameters:
Name | Type | Description |
---|---|---|
record |
object
|
record to display in the form |
# createHtml(config)
Shorthand to create a new Html. See kiss.ui.Html
Parameters:
Name | Type | Description |
---|---|---|
config |
object
|
HTMLElement
# createIconField(config)
Shorthand to create a new Icon field. See kiss.ui.Icon
Parameters:
Name | Type | Description |
---|---|---|
config |
object
|
HTMLElement
# createIconPicker(config)
Shorthand to create a new IconPicker. See kiss.ui.IconPicker
Parameters:
Name | Type | Description |
---|---|---|
config |
object
|
HTMLElement
# createImage(config)
Shorthand to create a new Image. See kiss.ui.Image
Parameters:
Name | Type | Description |
---|---|---|
config |
object
|
HTMLElement
# createKanban(config)
Shorthand to create a new Kanban. See kiss.ui.Kanban
Parameters:
Name | Type | Description |
---|---|---|
config |
object
|
HTMLElement
# createList(config)
Shorthand to create a new List. See kiss.ui.List
Parameters:
Name | Type | Description |
---|---|---|
config |
object
|
HTMLElement
# createMenu(config)
Shorthand to create a new Menu. See kiss.ui.Menu
Parameters:
Name | Type | Description |
---|---|---|
config |
object
|
HTMLElement
# createNotification(config)
Shorthand to create a new Notification. See kiss.ui.Notification
Parameters:
Name | Type | Description |
---|---|---|
config |
object
|
HTMLElement
# createNumberField(config)
Shorthand to create a new number Field. See kiss.ui.Field
Parameters:
Name | Type | Description |
---|---|---|
config |
object
|
HTMLElement
# createPanel(config)
Shorthand to create a new Panel. See kiss.ui.Panel
Parameters:
Name | Type | Description |
---|---|---|
config |
object
|
HTMLElement
# createPasswordField(config)
Shorthand to create a new password Field. See kiss.ui.Field
Parameters:
Name | Type | Description |
---|---|---|
config |
object
|
HTMLElement
# createQRCode(config)
Shorthand to create a new QrCode. See kiss.ui.QrCode
Parameters:
Name | Type | Description |
---|---|---|
config |
object
|
HTMLElement
# createRating(config)
Shorthand to create a new Rating. See kiss.ui.Rating
Parameters:
Name | Type | Description |
---|---|---|
config |
object
|
HTMLElement
# createSelect(config)
Shorthand to create a new Select field. See kiss.ui.Select
Parameters:
Name | Type | Description |
---|---|---|
config |
object
|
HTMLElement
# createSlider(config)
Shorthand to create a new Progress bar. See kiss.ui.Slider
Parameters:
Name | Type | Description |
---|---|---|
config |
object
|
HTMLElement
# createTextField(config)
Shorthand to create a new text Field. See kiss.ui.Field
Parameters:
Name | Type | Description |
---|---|---|
config |
object
|
HTMLElement
# createTextareaField(config)
Shorthand to create a new textarea Field. See kiss.ui.Field
Parameters:
Name | Type | Description |
---|---|---|
config |
object
|
HTMLElement
# createTimeline(config)
Shorthand to create a new Timeline. See kiss.ui.Timeline
Parameters:
Name | Type | Description |
---|---|---|
config |
object
|
HTMLElement
# createTip(config)
Shorthand to create a new Tip. See kiss.ui.Tip
Parameters:
Name | Type | Description |
---|---|---|
config |
object
|
HTMLElement
# createWizardPanel(config)
Shorthand to create a new Wizard Panel. See kiss.ui.WizardPanel
Parameters:
Name | Type | Description |
---|---|---|
config |
object
|
HTMLElement