Page
Description:
Page
It is the root component of the designer which cannot be deleted. You can start designing your page by adding card wrapper, Layouts or row/cols to this component.
You can also add triggers like on page active, on page exit etc. to do various actions.
Allowed Parent Components:
No child available
Allowed Child Components:
Aggregate Card
Auto Breadcrumb
Breadcrumb
Card Table
Card Wrapper
Carousel
Data Model Designer
Data Store
DataList
Extra Large View
Grid Layout
Gridster Layout
Horizontal Layout
Large View
Medium View
Popup
Pulse
Row
Side Tab Panel
Small View
Tab Panel
Transaction
Trigger Before Render
Trigger On First Visit
Trigger On Page Active
Trigger On Page Exit
Trigger On Page Init
Trigger On Page Switch
Vertical Layout Panel
Watch
Wizard Steps
Workflow Viewer
Properties
➤ Page Code
Page Code is displayed from IO Page Definition. Any changes to this page code will be update back to IO Page Definition
Allowed Values: Free text field
➤ Page Name
Page Name is displayed from IO Page Definition. Any changes to this page name will be update back to IO Page Definition
Allowed Values: Free text field
➤ Window Title
Enter text to define the document's title that is shown in a browser's title bar or a page's tab.
Allowed Values: Free text field
➤ Top Header
Choose an option to hide/show the application header.
Allowed Values:
Hide
Show
Inherit
➤ Active Users Context
Allowed Values: StringNumberExpression
➤ Extension Page
Check to make this an extension Page. Extension Page can be used to embed the page in one or more page as a component.
Allowed Values: Yes/No
➤ Use Existing Data Source
Choose this prop if you want to reuse a Data Source that was defined on some other component on this page or any of the parent abstract pages.
Allowed Values: Yes/No
➤ Data Source
Select a datasource from the list.
Allowed Values: Select a datasource from the list.
➤ Data Source Alias
Allowed Values: Free text field
➤ Default Where Clause
Allowed Values: Free text field
➤ Max Rows
Allowed Values: Any number value
➤ Order By Clause
e.g. #firstAttr#, #secondAttr# DESC
Allowed Values: Free text field
➤ Auto Query
Check this property to query the selected datasource on component render.
Allowed Values: Yes/No
➤ Execute Count SQL
Check this to execute count SQL to get the total number of rows in the database on a query. You can get this value by using the expression: #{DataStore.totalLength}
Allowed Values: Yes/No
➤ Execute Distinct SQL
Check this to execute distinct SQL to get the total number of distinct rows in the database on a query.
Allowed Values: Yes/No
➤ Insert Allowed
Allowed Values: Yes/No
➤ Update Allowed
Allowed Values: Yes/No
➤ Delete Allowed
Check to enable deleting the existing row.
Allowed Values: Yes/No
➤ Mask Page On Post
Check to enable page masking on save.
Allowed Values: Yes/No
➤ Do Not Monitor Query Request
Check to disable monitoring query request.
Allowed Values: Yes/No
➤ Silent Server Validate
Check to enable silent server validate.
Allowed Values: Yes/No
➤ Silent Fetch
Check to enable silent fetching.
Allowed Values: Yes/No
➤ Make New Records Dirty
Check this property to make new record dirty. If this property is checked the status of the new record will be 'Insert' else it will be 'New'
Allowed Values: Yes/No
➤ On Page Init
Allowed Values: Controller Function
➤ Page Will Mount
Allowed Values: Controller Function
➤ Page Will Unmount
Allowed Values: Controller Function
➤ Is Ok To Switch Page
Allowed Values: Controller Function
Last updated