アプリケーションの名前と別名
app 世界食堂 (
name: 世界食堂
logo {
type: text
text: 世界食堂
}
SQL> apex export -api 105 -exptype apexlang
ワークスペースAPEXDEVをエクスポートしています - アプリケーション105:世界食堂
ファイル世界食堂/application.apxが作成されました
SQL> !ls
世界食堂
SQL>
SQL> apex export -api 105 -exptype apexlang
ワークスペースAPEXDEVをエクスポートしています - アプリケーション105:世界食堂
ファイルworld-diner/application.apxが作成されました
SQL> !ls
world-diner
世界食堂
SQL>
SQL> select application_name, alias from apex_applications;
APPLICATION_NAME ALIAS
___________________ ______________
世界食堂 WORLD-DINER
SQL>
ページの名前と別名
page 2 (
name: ダッシュボード
alias: ダッシュボード
title: ダッシュボード
appearance {
pageTemplate: @/standard
templateOptions: #DEFAULT#
}
page 2 (
name: Dashboard
alias: DASH
title: ダッシュボード
appearance {
pageTemplate: @/standard
templateOptions: #DEFAULT#
}
リージョンの名前と静的ID
region メニュー (
name: メニュー
type: classicReport
source {
location: localDatabase
tableName: WR_MENUS_VL
}
ウィザードが割り当てるデフォルトの識別子について
authentication oracle-apexアカウント (
name: Oracle APEXアカウント
type: oracleApexAccounts
)
list ナビゲーション-バー (
name: ナビゲーション・バー
entry app-user (
label: &APP_USER.
icon {
imageIconCssClasses: fa-user
}
layout {
sequence: 10
}
link {
target: {
type: url
url: #
}
}
userDefinedAttributes {
2: has-username
}
)
entry list_item (
label: ---
layout {
sequence: 20
parentEntry: @app-user
}
link {
target: {
type: url
url: separator
}
}
serverSideCondition {
type: userIsAuthenticated
}
)
entry サインアウト (
label: &{サインアウト}.
icon {
imageIconCssClasses: fa-sign-out
}
layout {
sequence: 30
parentEntry: @app-user
}
link {
target: {
type: url
url: &LOGOUT_URL.
}
}
serverSideCondition {
type: userIsAuthenticated
}
)
)
list ナビゲーション-メニュー (
name: ナビゲーション・メニュー
entry ホーム (
label: &{ホーム}.
icon {
imageIconCssClasses: fa-home
}
layout {
sequence: 10
}
link {
target: {
page: 1
}
}
)
)






































