User Tools

Site Tools


t1.9_creating_a_user_interface_for_the_data_datarecordeditcomplex

Interfaces for managing data

This is actually really easy.

On our page for managing departments, we do this:

Department::renderEditComplex();

…and on our page for managing employees, we do this:

Employees::renderEditComplex();

This renders a DatarecordEditComplex which is a complete interface for managing data of the designed type.

The complexities of what can be edited, validation and etc., are all built-in to the Datarecord object.

That's it.

t1.9_creating_a_user_interface_for_the_data_datarecordeditcomplex.txt · Last modified: 2021/03/11 06:35 by sahl

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki