Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 570 Bytes

File metadata and controls

9 lines (5 loc) · 570 Bytes

Further Extensions

We recommend using Extension Points and Controller Extensions as the preferred standard approaches to customize applications. Consider the mechanisms below only in the following cases:

  • You need a specialized extension that toggles the visibility of controls in your custom application.
  • You need to make fundamental changes to your view or your controller's behavior, and the standard extension mechanisms aren't sufficient.