Stadium
  • Home
  • Academy
  • How it works
    • Designer
    • Application Manager
    • Application users and roles
    • Designing applications
    • User API
  • Features
    • Application
    • Create a Form
    • Embedded Files
    • Events
    • Expression Editor
    • Pages
    • Preview
    • Publish
    • Scripts and Event Handlers
    • Session Variables
    • Settings
    • Styles
    • StyleSheet
    • Templates
    • Types
    • Validations Cheat Sheet
  • Connectors
    • Database Connector
    • File System Connector
    • Web Service Connector
  • Controls
    • Button
    • Chart
    • Checkbox
    • Checkbox List
    • Container
    • Data Grid
    • Date Picker
    • Drop Down
    • Flexbox
    • Grid
    • Image
    • Label
    • Link
    • Menu
    • Panel
    • Radio Button List
    • Repeater
    • Table
    • Text Box
    • Upload File
  • Actions
    • Async
    • Call Web Service
    • Decision (If/Else)
    • Display Message Box
    • Download File
    • For Each
    • Java Script
    • Navigate To Page
    • Notification
    • Set Value
    • Variable
    • While
  • Release Notes
    • 6.12.3272
    • 6.12.3270
    • 6.12.3268
    • 6.12.3264
    • 6.11.3223
    • 6.11.3221
    • 6.11.3220
    • 6.11.3218
    • 6.11.3210
    • 6.10.3155
    • 6.10.3151
    • 6.9.3102
    • 6.8.3100
    • 6.7.3096
    • 6.6.3082
    • 6.6.3081
    • 6.6.3080
    • 6.6.3075
    • 6.5.3055
    • 6.4.3036
    • 6.4.3034
    • 6.4.3033
    • 6.3.3019
    • 6.2.2999
    • 6.2.3001
    • 6.1.2990
    • 6.0.2972
    • 6.0.2970
    • 6.0.2969
Powered by GitBook
On this page

Was this helpful?

  1. Features

Application

PreviousFeaturesNextCreate a Form

Last updated 3 months ago

Was this helpful?

In the Stadium Designer, you can build applications containing , , Settings and . Click on the application in the Application Explorer to see the application properties.


Application Properties

  1. Start Page

    Each application has a default start page. This page is shown when no page is specified in the URL used to browse to the application.

  2. Theme

    The theme that will be applied to the application.

  3. Enable Style Sheet

    When this checkbox is selected, the StyleSheet menu option (on the left of the interface) becomes visible. The Style Sheet feature allows you to include in your application the styles of an existing CSS file by pasting the content into the StyleSheet editor. It also allows for the typing and editing of styles, as long as it is in the standard CSS format.

  4. Head

    The format and content of each tag must be exactly as they are to appear in the rendered HTML. You don't have to add <head> and </head> in the Head Editor.

  5. Http Headers

    Http headers that will be included in responses from the application.

    The following headers are included in your application by default:

    • Content-Security-Policy

    • X-Content-Type-Options

    • X-Frame-Options

    Note:

    • You can add additional headers at any stage of development. However, as soon as the application is published to your production site, any subsequent updates made to the headers inside of the Stadium Designer will not be updated on the production site (even after publishing the updated application).

  6. Max File Upload Size

    This is the maximum size of any file that can be uploaded to the deployed application.

  7. Session Variables

Add tags in the Head Editor that you want to include inside your HTML <head> </head> tag. These tags are for example styles, and meta tags.

The tags you add here will be included on all of your application's .

See for more details on HTTP headers.

Session variables are specific to each of your site's users and exist only while the user's session with your application is active. More on

Scripts
Pages
here
Sessions
Pages
Scripts
Connectors