
create your table online.
generate basic data structures for storing and displaying your data, the data definition.
Choose and optiomize your elements
Define your groups
Build your menu
In this demo version groups and menus are only available for the logged in user.
Data definition

Call the elements online form to create a new data definition:
k8webkit.com/e/masterdata/k8datadefinitions
datadefID
The datadefID is the identification for your element in the "url".
name
The name is displayed as header in your elements.
table
The database table contains your columns.
head title column
This is the column which specifies your record.
head description column
This is the column whith the discription of the record.
catalog template
Please choose a template for the catalog.
detail template
Please choose a template for the detail page.
Table definition

The table is created in the database. Please define your table structure here.
Name
The name of your column is also displayed as label in your elements.
Type
The data type defines the data you can store in the column: data-types.
Size
Some fields have a fixed size, others like varchar allows you to specify the size.
Extra
Here you can define the index column of your table.
Save
Please save your table here.
Create datadefID
The data definition and additional files are created out of your table structure.
Files online

All the files are saved into the folder "myproject/<datadefID>". If you address the files, please, use the path:
- {{root}}myproject/<datadefID>/<filename>
Here you have an easy editor to change the content of the files. A syntax check is not performed.
Json editor
Jsonlint is called. With Jsonlint you can do a formatting and validation of Json files. For other files choose another editor, if necessary.
New file
- Enter your filename with extension
- Type your content
- Save it.
If you create a JavaScript file, please, add it in the data definition:
The preview

On Android devices click please in the empty list to choose an element.
After selecting the element, following informations are displayed:
- Url: link to the element
- Documentation: link to the documentation
- if applicable, hint to the element
Open
Open is enabled, if your data definition allows to call the element, otherwise follow the hints.
Group definition

Please define your groups:
Fill out the usergroups:
How to implement the groups:
User Menu

The menu is displayed directly beside "K8 Web Kit". It's visible for the logged in user only. Please create it: