Application attributes (also known as the Application Definition) control the behavior of an entire application and are divided into the categories: Definition, Security, Globalization, and User Interface.
Once you create an application, you can review and update all application attributes on the Edit Application Definition page.
Tip:
"How to Create a Custom Application" for information on using the Supporting Objects utility to create a custom application.
Parent topic: Creating Database Applications
Use the Edit Application Definition page to change general application attributes such as the application name, version number, and control various properties and behaviors (such as logging, debugging, feedback, compatibility mode, application availability, error handling, and substitution strings).
Parent topic: Managing Application Attributes
To access the Edit Application Definition page:
Parent topic: Editing Application Attributes
The Edit Application Definition page is divided into the following regions.
Note:
Required values are marked with a red asterisk (*).
Parent topic: Editing Application Attributes
Use Name attributes to define basic characteristics of your application, including the application name, an optional alphanumeric alias, and a version number.
Table 6-4 Application Definition, Name
Parent topic: Edit Application Definition Page
Use Properties attributes to configure logging, debug behavior, feedback, compatibility, email from address, and the application proxy server.
Table 6-5 Application Definition, Properties
Attribute | Description | To Learn More |
---|---|---|
Logging |
Determines whether user activity is recorded in the Oracle Application Express activity log. Select Yes to log every page view and enable an administrator to monitor user activity for each application. Disabling logging may be advisable for high volume applications. This attribute can only be modified if the Application Activity Logging attribute in Oracle Application Express Administration Services is set to Use Application Setting. |
See "Enabling Application Activity" in Logging in Oracle Application Express Administration Guide. |
Debugging |
Controls debug mode for the current application. Available options include:
Running an application in debug mode is useful when an application is under development. For production applications, Oracle recommends disabling debugging and thus preventing users from viewing application logic. Debug can be enabled programmatically regardless of this debug setting. If the application is run from the Application Express development environment, debugging can always be enabled. |
n/a |
Allow Feedback |
Enables support for end user feedback for this application. Select Yes or No. If you select Yes and enable this option, you must create a feedback page and navigation bar icon to call that page. If you later disable feedback, the navigation bar icon is hidden. This enables you to turn on feedback for testing and turn it off for production. |
See "Managing Feedback" |
Compatibility Mode |
Controls the compatibility mode of the Application Express runtime engine. Certain runtime behaviors are changed from release to release. Use this attribute to obtain specific application behavior. To realize new behavior in an application, set the compatibility mode of the application to the current version. |
n/a |
Application Email from Address |
Determines the email address to use as the from address in the application. Enter a valid email address to use as the from address when sending email from an email download or subscription. The value can be a literal string containing a valid email or a static substitution reference defined in the application using substitution syntax john.doe@abc.com &MY_APP_EMAIL_FROM. Oracle does not recommend using an item substitution at the application or page-level since it only works in email download, but not for subscriptions. Tip: You can also specify the Email from Address by editing interactive report attributes. See "About Emailing from an Interactive Report." |
n/a |
Proxy Server |
Specify a proxy server. For example, App Builder may require a proxy server when using a region source type of URL. The URL region source embeds the results of the URL (that is, the page returned by navigating to the URL) as the region source. If you use a firewall and the target of a URL is outside the firewall relative to App Builder, you may need to specify a proxy server. You can reference values entered into this field from PL/SQL using the PL/SQL package variable For example:
|
n/a |
Parent topic: Edit Application Definition Page
See Also:
"Managing Static Application Files" and "Managing Static Workspace Files"
Parent topic: Edit Application Definition Page
Use Availability attributes to manage your application by defining an application status and build status. For example, if you select the status Restricted Access, you can specify which users have access and can run the application.
Table 6-6 Application Definition, Availability
Attribute | Description | To Learn More |
---|---|---|
Status |
Specifies whether the application is available or unavailable for use. Options include:
|
See:
|
Build Status |
Identifies the build status of the current application. Options include:
|
See "Changing Application Build Status Set During Deployment" in Oracle Application Express Administration Guide |
Message for unavailable application |
Use this attribute with Status. If you set Status to Unavailable, Unavailable (Status Shown with PL/SQL), or Unavailable (Redirect to URL) , the text you enter in this attribute displays. If you set Status to Available, the text you enter in this attribute does not display. |
n/a |
Restrict to comma separated user list (status must equal Restricted Access) |
Use this attribute with the Status Restricted Access. If you set Status to Restricted Access, only the users listed in this attribute can run the application. To use this attribute:
|
n/a |
Parent topic: Edit Application Definition Page
Use the Error Handling attributes described to control or modify how an application logs errors.
Tip:
Error handling functions specified here are overridden by similar page-level attributes.
Table 6-7 Application Definition, Error Handling
Attribute | Description | To Learn More |
---|---|---|
Default Error Display Location |
Identifies where the validation error messages display for basic validations performed by Application Express or by plug-ins. Validation error messages can display in a notification area (defined as part of the page template), or within the field label. Options include:
|
n/a |
Enter the name of a PL/SQL error function to be called to modify the existing error message and display a more user-friendly message or log the error if one occurs. This function can reference a package function or standalone function in the database. For example:
When referencing a database PL/SQL package or standalone function, use the
You must implement error handling functions using the syntax described in the
function <name of function> (
p_error in apex_error.t_error )
return apex_error.t_error_result
Note: Error handling specified at the page-level overwrites any error handling function specified here. |
See |
Parent topic: Edit Application Definition Page
Use the Global Notification attribute to communicate system status to application users. If the page templates used in your application contain the #GLOBAL_NOTIFICATION#
substitution string, the text entered here displays in that string's place. For example, you can use this attribute to notify users of scheduled downtime, or communicate other messages regarding application availability.
To create a global notification:
Include the #GLOBAL_NOTIFICATION#
substitution string in your page template.
Navigate to the Edit Application Definition page and enter a message in the Global Notification attribute.
Click Apply Changes.
See Also:
Parent topic: Edit Application Definition Page
Use Substitutions to define static substitution strings for your application. You can use static substitution string for phrases or labels that occur in many places within an application. To create a substitution string, enter the string name in the Substitution String column and the string value in the Substitution Value column.
Defining static substitution strings centrally enables you to change text strings in multiple places in your application by making a single change to the Substitution Value defined on this page.
See Also:
Parent topic: Edit Application Definition Page
The Build Options displays existing build options in the current application. Most applications have a build option attribute. Build Options have two possible values: INCLUDE
and EXCLUDE
. If you specify an attribute to be included, then the Application Express engine includes and enables it at runtime. However, if you specify an attribute to be excluded, then the Application Express engine disables it and excludes it at runtime.
Do not specify a build option unless you plan to exclude that object from specific installations.
See Also:
Parent topic: Edit Application Definition Page
Configure security for all pages in an application on the Edit Security Attributes page. The security attributes are divided into the categories: Authentication, Authorization, Session Management, Session State Protection, Browser Security, and Database Session.
See Also:
Parent topic: Managing Application Attributes
To access the Edit Security Attributes page:
Parent topic: Configuring Security Attributes
Use the Edit Security Attributes page to set application-wide security settings. Edit application components directly to manage more granular settings. The Edit Security Attributes page is divided into the following sections:
Note:
Required values are marked with a red asterisk (*).
Parent topic: Configuring Security Attributes
Authentication is the process of establishing users' identities before they can access an application. Although you can define multiple authentication schemes for your application, only one scheme can be current at a time.
Table 6-8 Authentication Attributes
Attribute | Descriptions | To Learn More |
---|---|---|
Identifies the Oracle schema (or user) used to connect to the database through the Database Access Descriptor (DAD). Once a user has been identified, the Application Express engine keeps track of each user by setting the value of the built-in substitution string When
If the current application user ( For example, you can show a login button if the user is the public user and a logout link if the user is not a public user. Reference this value using |
See "HOME_LINK" and "Understanding Conditional Rendering and Processing" |
|
identifies the current authentication method used by this application. The purpose of authentication is to determine the application users identity.To create an authentication scheme, click Define Authentication Schemes. |
See "How Authentication Works" and "Creating an Authentication Scheme" |
Parent topic: Security Attributes Page
Application authorization schemes control access to all pages within an application. Unauthorized access to the application, regardless of which page is requested, causes an error page to display.
Table 6-9 Authorization Attributes
Parent topic: Security Attributes Page
Use Session Management attributes to reduce exposure by application to abandoned computers with an open web browser.
Table 6-10 Session Management
Attribute | Descriptions |
---|---|
Rejoin Sessions |
Use this attribute to control if Application Express should support application URLs that do not contain session IDs. When Rejoin Sessions is enabled, Application Express attempts to use the session cookie to join an existing session, when a URL does not contain a session ID. A more restrictive instance-level setting overrides this page-level value. Note: Enabling rejoin sessions exposes your application to possible security breaches, as it can enable attackers to take over existing end user sessions. See "About Rejoin Sessions." Rejoin Sessions options include:
|
Enable or prevents deep linking to an application. Options include:
For example, browsers often save the URLs of opened tabs and try to restore the sessions after a restart, causing a deep link. This behavior may be undesirable (for example if a URL points to a page in the middle of a multi-step wizard). By selecting Disable, Application Express starts a new session and redirects to the application's home page. |
|
Maximum Session Length in Seconds |
Defines how long (in seconds) sessions can exist and be used by this application.
|
Session Timeout URL |
Enter an optional URL to redirect to when the maximum session lifetime has been exceeded. The target page in this URL, if implemented in Application Express, should be a public page. A common use for this page would be to inform the user of the session expiration and to present a login link or other options. If you do not enter a URL, users will see the message "Your session has timed out" and a link to the application home page. If you enter Only three substitution items are supported:
Because of the particular purpose of this URL. it is not necessary to include either |
Maximum Session Idle Time in Seconds |
The Session Idle Time is the time between the last page request and the next page request. Options include:
|
Session Idle Timeout URL |
Enter an optional URL to be redirected to when the maximum session idle time has been exceeded. The target page in this URL, if implemented in Application Express, should be a public page. A common use for this page would be to inform the user of the session expiration and to present a login link or other options. If you do not enter a URL, users will see the message "Your session has timed out" and a link to the application home page. If you enter Only three substitution items are supported in this URL:
Because of the particular purpose of this URL, it is not necessary to include either |
See Also:
"About Utilizing Session Timeout" and "Configuring Session Timeout" in Oracle Application Express Administration Guide
Parent topic: Security Attributes Page
Enabling Session State Protection can prevent hackers from tampering with URLs within your application. URL tampering can adversely affect program logic, session state contents, and information privacy. This table describes the attributes available under Session State Protection.
Table 6-11 Session State Protection
See Also:
Parent topic: Security Attributes Page
This table describes the attributes available under Browser Security.
Table 6-12 Browser Security
Tip:
Both Cache and Embed in Frames require modern browsers that support the HTTP header response variable X-Frame-Options.
Parent topic: Security Attributes Page
This table describes the attributes available under Database Session.
Table 6-13 Database Session
See Also:
"Providing Security Through Authorization" and Oracle Label Security Administrator’s Guide
Parent topic: Security Attributes Page
Edit attributes on the Edit Globalization Attributes to configure application globalization options. In App Builder you can develop applications that can run concurrently in different languages.
A single application can be translated to support different languages. Use the attributes on the Edit Globalization Attributes page to specify globalization options such as the primary application language and defaults for date format, time format, timestamp format, time zone format, and CSV encoding.
See Also:
Parent topic: Managing Application Attributes
To access the Edit Globalization Attributes page:
Tip:
You can also access to the Edit Globalization Attributes page by navigating to the Edit Application Definition and then clicking the Globalization tab. See "Accessing the Edit Application Definition Page."
Parent topic: Configuring Globalization Attributes
The following sections describe the attributes available on the Edit Globalization Attributes page.
Note:
Required values are marked with a red asterisk (*).
Parent topic: Configuring Globalization Attributes
Identifies the language in which an application is developed. This language is the base language from which all translations are made. For example, suppose application 100 was authored in English, translated into French, and published as application 101. English would be the Application Primary Language.
All modifications to the application should be made to the primary language specified here.
Parent topic: Edit Globalization Attributes Page
Specifies how Application Express derives the translated application language. The application primary language can be static, derived from the Web browser language, or determined from a user preference or item.
To learn more about the available options, see Field-level Help.
Parent topic: Edit Globalization Attributes Page
Sets the document direction. Options include:
Left-To-Right
Right-To-Left
Parent topic: Edit Globalization Attributes Page
Determines the date format to be used in the application.
Use this date format to alter the NLS_DATE_FORMAT
database session setting before showing or submitting any page in the application. This value can be a literal string containing a valid Oracle date format mask or an item reference using substitution syntax. If no value is specified, the default date format is derived from the database session at runtime. Consider the following examples:
Month DD, YYYY &MY_DATE_FORMAT.
Parent topic: Edit Globalization Attributes Page
Specify the date time format to be used in the application.
This date time format can be referenced in an application using the substitution reference&APP_DATE_TIME_FORMAT.
, or in PL/SQL using the function v('APP_DATE_TIME_FORMAT')
. This attribute does not alter any NLS settings. This value can be a literal string containing a valid Oracle date format mask or an item reference using substitution syntax. If this attribute value is not specified, then a reference to APP_DATE_TIME_FORMAT
returns the NLS database session date format and the NLS time format. Consider the following examples:
Month DD, RRRR HH24:MI &MY_DATE_TIME_FORMAT.
Parent topic: Edit Globalization Attributes Page
Determines the timestamp format to be used in the application. Select a timestamp format from the list of values.
Use this timestamp format to alter the NLS_TIMESTAMP_FORMAT
database session setting before showing or submitting any page in the application. This value can be a literal string containing a valid Oracle timestamp format mask or an item reference using substitution syntax. If no value is specified, the default timestamp format is derived from the database session at runtime. Consider the following examples:
DD-MON-RR HH.MI.SSXFF AM &MY_TIMESTAMP_FORMAT.
Parent topic: Edit Globalization Attributes Page
Determines the timestamp with time zone format to be used in the application.
Use this date format to alter the NLS_TIMESTAMP_TZ_FORMAT
database session setting before showing or submitting any page in the application. This value can be a literal string containing a valid Oracle timestamp with time zone format mask or an item reference using substitution syntax. If no value is specified, the default timestamp with time zone format is derived from the database session at runtime. Consider the following examples:
DD-MON-RR HH.MI.SSXFF AM TZR &MY_TIMESTAMP_TZ_FORMAT.
Parent topic: Edit Globalization Attributes Page
Determines the collating sequence for character value comparison in various SQL operations and clauses, for example, ORDER BY
, LIKE
, MIN/MAX
.
Use this value to alter NLS_SORT
database session parameter for the execution of SQL queries in classic report and interactive report regions. If no value is specified, the default value is derived from the database session at runtime. Consider the following examples:
BINARY GERMAN CANADIAN_M
Parent topic: Edit Globalization Attributes Page
Determines the collation behavior of SQL operations, for example, LIKE
, MIN/MAX
.
This value is used to alter NLS_COMP
database session parameter for the execution of SQL queries in classic report, interactive report, and List view regions, as well as in plug-in API. Options include:
Database session NLS setting (default) - The NLS_COMP value is derived from the database session at runtime.
Binary - Comparisons in WHERE
clauses and other SQL operations are binary.
Linguistic - Comparisons in WHERE
clauses and other SQL operations use the linguistic sort specified in the Character Value Comparison attribute (NLS_SORT
).
Parent topic: Edit Globalization Attributes Page
Controls the setting of the database session time zone. When set to Yes, the client time zone is derived from the client's web browser and set for the duration of the Application Express session.
Subsequent page views have the database session time zone set properly per page view. Once set, this setting can be overridden using APEX_UTIL.SET_SESSION_TIME_ZONE
, or reset using APEX_UTIL.RESET_SESSION_TIME_ZONE
.
See Also:
Parent topic: Edit Globalization Attributes Page
Automatic CSV Encoding controls the encoding of all comma-delimited (CSV) report output in an application. The default value for Automatic CSV Encoding is Yes. When Automatic CSV Encoding is set to Yes, CSV report output is converted to a character set compatible with localized desktop applications. The character set for the CSV encoding is determined by the Application Language Derived From setting.
The encoding of pages in App Builder is determined by the character set of the Database Access Descriptor (DAD) used to access Oracle Application Express. For example, if the character set of the Database Access Descriptor is AL32UTF8, all pages in all applications in the Oracle Application Express user interface are encoded in UTF-8.
By default, the CSV output from report regions is encoded in the same character set as the Database Access Descriptor. However, some desktop spreadsheet applications require that the data is encoded in the client desktop operating system character set. In the case of multibyte data, the CSV output from report regions often appears corrupted when opened by a desktop spreadsheet application. This is because the CSV output from report regions is encoded differently than what is required by the desktop application. Enabling Automatic CSV Encoding resolves this issue.
For example, if the user's language preference for an application is de
, the CSV data is encoded in Western European Windows 1252
, regardless of the Database Access Descriptor character set setting. If the user's language preference is zh-cn
, the CSV data is encoded in Chinese GBK.
Parent topic: Edit Globalization Attributes Page
Edit attributes on the User Interface page to determines the default characteristics of the application and optimizes the display for the target environment (such as Desktop or Mobile). You can customize the user interface by editing general attributes on the User Interface page and specific attributes on the User Interface Details page.
Parent topic: Managing Application Attributes
To access user interface attributes:
See Also:
Parent topic: Managing the Application User Interface
The User Interface page is divided into the following sections:
Tip:
To learn more about the attributes on this page, see field-level Help.
Parent topic: Managing the Application User Interface
Displays user interfaces defined for the current application. To edit an existing user interface, click the user interface name. The User Interface Details page appears.
For applications with only a Mobile User Interface, developers can add the Desktop User Interface. To add a new Desktop User Interface, click Add New User Interface and edit the attributes.
See Also:
Parent topic: User Interface Page
Use General Properties to define basic characteristics of the application user interface.
Table 6-14 User Interface, General Properties
Attribute | Description |
---|---|
Static File Prefix |
Determines the virtual path the Web server uses to point to the static files when using the Do not specify anything to reference files which are stored with your application definition in the database. For performance reasons you can also store your application files on your Web Server. Use any valid URL to reference them. Examples:
|
Image Prefix |
Determines the virtual path the web server uses to point to the images directory distributed with App Builder. During installation, the virtual path is configured as When embedding an image in static text (for example, in page or region headers or footers), you can reference an image using the substitution string
<img src="#IMAGE_PREFIX#go.gif">
Note: If the entered image prefix is equal to the instance image prefix, then the application-level attribute will always be null. This easily facilities the movement of an application across different instances that may have different image prefixes. See Also: "IMAGE_PREFIX" |
Media Type |
Enter the Internet media type. An Internet media type is two-part identifier for file formats on the internet. A Media Type is composed of at least two parts: a type, a subtype, and one or more optional parameters. This Media Type is used in the Content-Type HTTP header when rendering the page. The page-level Media Type overrides the application-level Media Type. The default value for this attribute is |
Parent topic: User Interface Page
Use Logo attributes to define an application logo. An application logo can be text-based or image-based. To use this feature, your page template must include the #LOGO#
substitution string.
Table 6-15 User Interface, Logo
See Also:
Parent topic: User Interface Page
Enter Favicon HTML code in this attribute to create a favicon (or shortcut icon). To use this feature, your page template must include the #FAVICONS#
substitution string. Example:
<link rel="shortcut icon" href="/i51/favicon.ico"> <link rel="icon" sizes="16x16" href="/i51/favicon-16x16.png"> <link rel="icon" sizes="32x32" href="/i51/favicon-32x32.png"> <link rel="apple-touch-icon" sizes="180x180" href="/i51/favicon-180x180.png">
Parent topic: User Interface Page
Enter CSS file URLs for stylesheets that should be loaded when Application Express displays the available user interfaces, when automatic detection fails. Each URL has to be written into a new line. If you provide a minified version of your file you can use the substitution string #MIN#
to include .min
, or #MIN_DIRECTORY#
to include minified/
in your file URL for a regular page view and an empty string if the page is viewed in debug mode. You also have access to the substitution string #APP_VERSION#
if you want to include the application's version in the file URL.
To view examples, see field-level Help.
Parent topic: User Interface Page
To define an application logo:
If the logo is an image:
Logo Type - Select Image.
Logo - Enter the complete image name, including the file name extension (for example, /i/oracle.gif
) or a fully qualified URL if you a referencing the image.
Logo Attributes - Enter the appropriate attributes for the logo or make a selection from the list.
If the logo is text:
Logo Type - Select Text.
Logo - Enter the full text string, for example:
Sample Application
Logo Attributes - Enter the appropriate attributes for the logo or make a selection from the list.
Tip:
You can also reference an image uploaded to the static file repository using a substitution string. See "Referencing Static Application Files" and "About Referencing Static Workspace Files."
For applications with only a Mobile User Interface, developers can add the Desktop User Interface to facilitate the migration from the desupported Mobile User Interface to the Desktop User Interface and the Universal Theme.
Note:
Oracle recommends rebuilding the Mobile UI pages using the Desktop UI and then once functionally complete, removing the pages associated with the Mobile UI and deleting the Mobile UI from the application. To learn more about migrating existing applications to the Universal Theme, go to the Universal Theme application at https://apex.oracle.com/ut
.
To add a new user interface:
The user interface is added to the User Interface page. You can edit the user interface by editing User Interface Details.
Parent topic: Managing the Application User Interface
To edit user interface details:
Parent topic: Managing the Application User Interface
Use User Interface Details to define the specific settings for the selected user interface type.
The User Interface Details page is divided into the following sections:
See Also:
Parent topic: Managing the Application User Interface
Table 6-16 User Interface Details, Identification
Parent topic: User Interface Details Page
Table 6-17 User Interface Details, Attributes
Attribute | Description | To Learn More |
---|---|---|
Auto Detect |
Select whether the user interface should be automatically detected. If auto-detection is enabled, the user will be redirected to the corresponding login page or home page. |
n/a |
Default |
Select whether the user interface is the default interface for the application. |
n/a |
Enable End Users to choose Theme Style |
If set to Yes, end users can choose a Theme Style for their sessions within a customization dialog. Only Theme Styles marked as Public are eligible for selection. |
|
Add "Built with APEX" to Footer |
If set to Yes, Oracle Application Express will add the text "Built with ♥ using Oracle APEX" to the footer of every page. |
n/a |
Home URL |
Specify the home page of the application for the current user interface. |
n/a |
Login URL |
Specify the login page of the application for the current user interface. |
n/a |
Theme |
Shows the theme currently associated with the user interface. |
See "Switching Themes" |
Theme Style |
Select a theme style. This option only displays for newer themes that support theme styles. |
|
Global Page |
If defined, displays the global page for the application. |
See "Creating a Global Page to Display Components on Every Page" |
Parent topic: User Interface Details Page
Applications using newer themes, such as Universal Theme - 42, provide navigation with navigation menus.
Table 6-18 User Interface Details, Navigation Menu
See Also:
"Managing Navigation Menus"Parent topic: User Interface Details Page
Applications using newer themes, such as Universal Theme - 42, include navigation bar lists. Navigation Bar settings enable you to select list and list templates. Selecting classic implementation uses tabs instead of a list. Navigation Bar attributes only display with newer themes.
Table 6-19 User Interface Details, Navigation Bar
See Also:
"Managing Navigation Bar Lists"Parent topic: User Interface Details Page
Use these attributes to control or modify how an application handles JavaScript.
Table 6-20 User Interface Details, JavaScript
Attribute | Description |
---|---|
Content Delivery Network |
Specify the Content Delivery Network (CDN) that Application Express will try to use to load the libraries jQuery and jQuery Mobile. If Application Express cannot load these libraries from the CDN, they will be loaded from your web server instead. Using a CDN can reduce the loading time of your application if the user has already visited other web sites which also use the same CDN to load the same libraries. |
File URLs |
Enter JavaScript file URLs for code to be loaded on every page. Each URL has to be written into a new line. If you provide a minified version of your file, you can use the substitution string JavaScript file URLs you enter here replaces the Note: You do not need to include opening or closing script tags. Just write the URL. Examples:
|
Include Deprecated or Desupported Javascript Functions |
Specifies if deprecated or desupported JavaScript functions are included on every page in the application. The functions deprecated or desupported are listed in the Release Notes for every release. If you are confident your application does not contain any references to those deprecated or desupported functions, set this to No to reduce the overall size of the JavaScript files loaded. See Also: "Legacy JavaScript APIs" in Oracle Application Express API Reference |
Include jQuery Migrate |
Specifies if the jQuery Migrate plug-in should be included on every page in the application. The plug-in restores deprecated features and behaviors of jQuery so that old JavaScript code and jQuery plug-ins will still run properly with the jQuery version loaded by Application Express. If you are confident your application and any used jQuery plug-in does not contain any references to deprecated jQuery features, set this to No to reduce the overall size of the JavaScript files loaded. |
Parent topic: User Interface Details Page
In File URLs, enter Cascading Style Sheet file URLs to be loaded on every page. Each URL has to be written into a new line. If you provide a minified version of your file you can use the substitution string #MIN#
to include .min
or #MIN_DIRECTORY#
to include minified/
in your file URL for a regular page view and an empty string if the page is viewed in debug mode. You also have access to the substitution string #APP_VERSION#
if you want to include the application's version in the file URL.
File URLs you enter here will replace the #APPLICATION_CSS# substitution string in the page template.
For examples, see field-level Help.
Parent topic: User Interface Details Page
Using a concatenated file can increase the performance of loading your page because instead of issuing multiple HTTP requests for each single file, the browser only loads one file. This approach gives you the option to use smaller, more modular files during development and to use a single concatenated file when running the application outside of the Application Express development environment.
To create a concatenated file, click Concatenated File and follow the on-screen instructions. To learn more and view examples, see field-level Help.
Parent topic: User Interface Details Page