You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Platform automaticly (!) generated for you next forms:
List view
Editor view
Selector view
Developer can override the views. For example we have Entity = Invoice. For Invoice platform automatically generates next Views:
Invoice.List.view
Invoice.Editor.view
Invoice.Selector.view
This is generated code
For override you need to create file with same name.
If you want target more than one form to the entity you cant create Invoice2.List.view file
Plan:
Add infrastructure to the Aqula.Web for support blazor
Add base infrastructure to the Aquila.CodeAnalysis
Check demo rendering and resolve conflicts
Create view parser
Create view generator
The text was updated successfully, but these errors were encountered:
This let the create UI for the Entities;
How this will work:
This is generated code
For override you need to create file with same name.
If you want target more than one form to the entity you cant create Invoice2.List.view file
Plan:
The text was updated successfully, but these errors were encountered: