Modifying the generated application
Well, WEF did a pretty good job by building a ton of features for us. However, as you further explore the resulting application, you will notice that there are a few things that need to be enhanced, which brings up a great question — "How can you modify the generated application?" You might want to change the application in several ways: you might want to change the layout of the page, or you might want to change the field display, validation, formatting, and so on.
You might also want to change the navigation flow or intercept a form submit action. WEF provides several means by which you can perform such modifications. They are as follows:
Use the Design panel
Use the Rich Data Definition builder
Modify the UI theme
Add Modifier builders
Modify the CSS file
Modify the base pages used by high-level builders
Modify the HTML templates
Export and modify the HTML fragments from a model
As you can see, WEF offers several options to enable you to modify, enhance, and...