Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

18 total results found

Cliqon

User Documentation

Administration

Developer Documentation

Installation

Administration

Forms and Models

Administration

Reports

Administration

Utilities

Administration

Site Design Blocks

Developer Documentation

Reference guide for site and page design blocks and strings

Publishing data

Developer Documentation

Publish data on the front end website, especially, datatables, datacards, gallery and calendar

Displaytype
datatable
Displaytype
calendar
Displaytype
datacards
Displaytype
gallery

Form and Data Dictionary Development processes

Developer Documentation

Form design and data processes

Create a model by designing a Form

Administration Forms and Models

Introduction You create a table model, the add and update form and a default report when you save the form. Therefore you need to have prepared a number of things before before you start creating the model. These are: The model or table name - all the majo...

Markdown Syntax

Administration Forms and Models

These are the elements outlined in John Gruber’s original design document. All Markdown applications support these elements. Element Markdown Syntax Heading # H1 ## H2 ### H3 Bold **bold text** Italic *italicized text* Bl...

Design Blocks

Developer Documentation Site Design Blocks

Workspace Link // Use this inside an li tag    function workspaceLink($lcd, $action, $table, $token) {        $attrs = "        class='pointer'        hx-post='/cmsapi/$lcd/$action/'        hx-target='#workspace'         hx-vals='{\"table\": \"$table\", \"tok...

Datatables

Developer Documentation Publishing data

    Initial data You can either supply initial data through the options object or by starting with a table that already has data filled in. If you start out with a table that already contains header cells, you can add these attributes to individual header ...

Form Design

Developer Documentation Form and Data Dictionary Development pr...

Learn about the Form Components and the settings available within the Form Components. A Form component collects user data and serves as the display or user interface within the system. Form components define the type of widget that users will enter their dat...

Form Builder Layout Components

Developer Documentation Form and Data Dictionary Development pr...

Layout components are used to change the general layout of forms HTML Element An HTML Element component may be added to a form to display a single HTML Element. This is useful if you wish to quickly insert and configure some HTML in your form. All unsafe HTM...

Cliqon requirements

Developer Documentation Form and Data Dictionary Development pr...

Use the blank_form.json to start a new form. Enter the table name (if this is a form to create a new table) as the name or key of the Panel Make sure the field names are added to each field as the name or key for the field