Overview
In this document, we are going to focus on “Include” control and how this functionality allow us to group controls and make the development more easier and efficient. Using this type, we can make controls available inside the project without create them on every single page for the project.
Preconditions
We need to create first a new page with “include” settings that are not equal than the pages previously created in the tutorials.
...
Cliuck “Accept” button and the page is correctly created.
...
How to import different controls on “Include” pages?
Drill down to “Include” page previously created and focus on “Controls” section. In this case, we don’t need to select any control from dropdown list.
...
Click “Import” button. All the controls selected in the import are displayed on “Controls” section.
How to create an “Include” control?
Stay in the same page that you imported controls and click the dropdown list.
...
Now that “Include” control is created, we grouped all the controls (in the example, controls to display a grid table on the page) and there’s no need to create every single “Grid Column” again since we import it.
Click “Preview” button
...
Recap
During this document, we learnt to create Pages using “include” type and then understand how to import controls to any other page under the same Project. This feature allows developers to group and display them in pages that use the same controls.
...