Welcome | Get started | Dive into Lino | Contribute | Reference | More
Dive into Lino¶
After having successfully installed at least a developer environment (Get started), we are ready to dive into Lino.
The vital basics¶
More basics¶
Customize things¶
- Introduction to permissions
- About CRUD operations
- Customizing how data is created
- Customizing how data is searched
- Customize how data is formatted
Model.__str__()
Model.get_overview_elems()
Model.obj2href()
Model.as_summary_row()
Model.summary_row()
Model.set_widget_options()
- Customize how to represent a row in a list
- Customize the title of an actor
- Customize actor methods and attributes
- React-specific actor attributes
- Showing, hiding and formatting sums
- Disable elements of the user interface
- Hiding individual fields
- Duplicating database objects
- Customizing how data is merged
- Customizing how data is updated
- Customize delete behaviour