Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When entering the Page Builder, the page looks very similar to this:

Data Sources tab

 

The Data Source tab holds all the data sources that interact with your page. To add a data source, click on the arrow on the Add button. To edit a data source, select it and click on Settings in the Properties panel. Data Sources allow your page to interact with other data, like business objects and other pages.

Sections tab

Image Added

The Sections tab is a good place from which to navigate among the various panels within your page. Clicking on a panel will make its components appear on the Design surface.Text

DOM tab

Image Added

All new pages come pre-populated with the following four components 

  • Head1 - this corresponds with the <head> tags of any HTML page
  • PageManager - this manages custom C# code and resources such as the JavaScript navigation library
  • ResourceManager1 - this manages the following listeners
    • AjaxRequestComplete
    • AjaxRequestExcption
    • BeforeAjaxRequest
    • DocumentReady
    • TextResize
    • WindowResize
    • WindowScroll
    • WindowUpload
  • vwViewPort1 - all of the UI components, such as panels, textfields, and buttons are arranged within the ViewPort in a folder structure
    Image Added

All of a page's stores can also be found here

Design surface

Txt

Preview surface

...