Column Widgets
Basic column type widgets

Overview

Column widgets are used for defining and customizing structured data. They are similar to the data types in MySQL, but are more powerful in that functions can be attached.
Labii ELN & LIMS currently provides these widgets:
Category
Widget
Type
Description
Form
​Subtitle​
Column
Add a form subtitle
Form
​Text​
Column
Edit text value
Form
​MultilineText​
Column
Edit text with multiline
Form
​RichText​
Column
Rich text editor
Form
​Number​
Column
Edit numeric value
Form
​Date​
Column
Edit date value
Form
​Time​
Column
Pick a time
Form
​DateTime​
Column
Combination of Date and Time
Form
​TimeStamp​
Column
Automated time stamp
Form
​Appointment​
Column
Add DateTime to Calendar
Form
​Boolean​
Column
Edit boolean value
Form
​Select​
Column
Choose a value from a dropdown
Form
​MultiSelect​
Column
Choose multiple values from a dropdown
Form
​ForeignKey​
Column
Link to one other record
Form
​ForeignKeys​
Column
Link to many other records
Form
​Member​
Column
Choose a member
Form
​Members​
Column
Choose of many members
Form
​Image​
Column
Display image
Form
​Secret​
Column
Display sensitive value as *
Copy link