Please enable JavaScript.
Coggle requires JavaScript to display documents.
Frontend customization - Coggle Diagram
Frontend customization
List view widgets :check:
Why / How / What
Folder structure
Good Examples e.g avataar, score
Look at the code for an avataar widget
params
How it works?
Form view widgets :check:
View widgets
score as colors
Edit widgets
integer slider
(structure same as list view widgets)
Custom widgets :check:
View widgets
rest similar structure
good examples
characters typed
Custom view
Book recommendations
Form handlers
onFieldChange" | "onFieldBlur" | "onCustomWidgetRender" | "onFormDataLoad" | "onFormLayoutLoad
difference between onFormDataLoad vs onFormLayoutLoad
General explanation of handlers
General folder structure
specific explanation for each of the different handlers
Need to read the code for kanban code samples
(Similar to list view widgets) Add a TODO