This is the topmost node or the core in a FAB Application. The Project Node is automatically added when an application is created.
Properties of Project
- ID – unique identifier of the table
- Title – title of the project
- SplitApp – set the value to true if the Master-Detail layout will be used instead leave it blank (default to false)
- Properties File URL –
- Background Color – field for setting the background color of the application. hexadecimal value (e.g. #92C632) can be used
- Background Image – field for setting the background image of the application. set the URL of where the image is stored.
- App Advanced.. – allow for setting advanced features on App or Split App
eg for Split App
defaultTransitionNameDetail="fade"
defaultTransitionNameMaster="fade"
or
defaultTransitionName="fade" - App More.. – opens up the More Properties Dialog Screen
Advanced.. – properties of the control not available in the above list can be added here.
Setting Additional Properties provides further information about the Advanced property
More Properties Dialog Screen
- defaultTransitionName – use the input help to select the transition setting of the App. Leaving it blank will set the transition to "fade" as default
- width – width setting
- height – height setting
- backgroundOpacity – opacity setting
- backgroundRepeat – background image repeat setting
- homeIcon – home button Icon
- initalPageField – set the ID of the Page that will initially be loaded when the App is executed
Related articles