Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Clark Lin
APEX Chatbot
Commits
eebb4791
Commit
eebb4791
authored
Jul 26, 2024
by
Clark Lin
Browse files
initial commit
parent
9c20ea23
Changes
145
Show whitespace changes
Inline
Side-by-side
application/shared_components/user_interface/templates/page/minimal_no_navigation.sql
0 → 100644
View file @
eebb4791
prompt
--application/shared_components/user_interface/templates/page/minimal_no_navigation
begin
-- Manifest
-- TEMPLATE: MINIMAL_NO_NAVIGATION
-- Manifest End
wwv_flow_imp
.
component_begin
(
p_version_yyyy_mm_dd
=>
'2024.05.31'
,
p_release
=>
'24.1.2'
,
p_default_workspace_id
=>
5893639279394007
,
p_default_application_id
=>
20011
,
p_default_id_offset
=>
0
,
p_default_owner
=>
'DEMO'
);
wwv_flow_imp_shared
.
create_template
(
p_id
=>
wwv_flow_imp
.
id
(
10054269901629241
)
,
p_theme_id
=>
42
,
p_name
=>
'Minimal (No Navigation)'
,
p_internal_name
=>
'MINIMAL_NO_NAVIGATION'
,
p_is_popup
=>
false
,
p_javascript_code_onload
=>
'apex.theme42.initializePage.noSideCol();'
,
p_header_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<!DOCTYPE html>'
,
'<html class="no-js #RTL_CLASS# page-&APP_PAGE_ID. app-&APP_ALIAS." lang="&BROWSER_LANGUAGE." #TEXT_DIRECTION#>'
,
'<head>'
,
' <meta http-equiv="x-ua-compatible" content="IE=edge" />'
,
' <meta charset="utf-8">'
,
' <title>#TITLE#</title>'
,
' #APEX_CSS#'
,
' #THEME_CSS#'
,
' #TEMPLATE_CSS#'
,
' #THEME_STYLE_CSS#'
,
' #APPLICATION_CSS#'
,
' #PAGE_CSS# '
,
' #FAVICONS#'
,
' #HEAD#'
,
' <meta name="viewport" content="width=device-width, initial-scale=1.0" />'
,
'</head>'
,
'<body class="t-PageBody t-PageBody--hideLeft t-PageBody--hideActions no-anim #PAGE_CSS_CLASSES# t-PageBody--noNav t-PageTemplate--minimal" #TEXT_DIRECTION# #ONLOAD# id="t_PageBody">'
,
'<a href="#main" id="t_Body_skipToContent">&APP_TEXT$UI_PAGE_SKIP_TO_CONTENT.</a>'
,
'#FORM_OPEN#'
,
'<header class="t-Header" id="t_Header" role="banner">'
,
' #REGION_POSITION_07#'
,
' <div class="t-Header-branding">'
,
' <div class="t-Header-controls">'
,
' <button class="t-Button t-Button--icon t-Button--header t-Button--headerTree" aria-label="#EXPAND_COLLAPSE_NAV_LABEL#" title="#EXPAND_COLLAPSE_NAV_LABEL#" id="t_Button_navControl" type="button"><span class="t-Icon fa fa-bars" aria-hidden="true"'
||
'></span></button>'
,
' </div>'
,
' <div class="t-Header-logo">'
,
' <a href="#HOME_LINK#" class="t-Header-logo-link">#LOGO#</a>'
,
' #AFTER_LOGO#'
,
' </div>'
,
' <div class="t-Header-navBar">'
,
' <div class="t-Header-navBar--start">#BEFORE_NAVIGATION_BAR#</div>'
,
' <div class="t-Header-navBar--center">#NAVIGATION_BAR#</div>'
,
' <div class="t-Header-navBar--end">#AFTER_NAVIGATION_BAR#</div>'
,
' </div>'
,
' </div>'
,
'</header>'
,
' '
))
,
p_box
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<div class="t-Body">'
,
' <div class="t-Body-main">'
,
' <div class="t-Body-title" id="t_Body_title">#REGION_POSITION_01#</div>'
,
' <div class="t-Body-content" id="t_Body_content">'
,
' <main id="main" class="t-Body-mainContent">'
,
' #SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION#'
,
' <div class="t-Body-fullContent">#REGION_POSITION_08#</div>'
,
' <div class="t-Body-contentInner">#BODY#</div>'
,
' </main>'
,
' <footer class="t-Footer" id="t_Footer" role="contentinfo">'
,
' <div class="t-Footer-body">'
,
' <div class="t-Footer-content">#REGION_POSITION_05#</div>'
,
' <div class="t-Footer-apex">'
,
' <div class="t-Footer-version">#APP_VERSION#</div>'
,
' <div class="t-Footer-customize">#CUSTOMIZE#</div>'
,
' #BUILT_WITH_LOVE_USING_APEX#'
,
' </div>'
,
' </div>'
,
' <div class="t-Footer-top">'
,
' <a href="#top" class="t-Footer-topButton" id="t_Footer_topButton" title="&"APP_TEXT$APEX.UI.BACK_TO_TOP"." aria-label="&"APP_TEXT$APEX.UI.BACK_TO_TOP"."><span class="a-Icon icon-up-chevron" aria-hidden="true"></span></a>'
,
' </div>'
,
' </footer>'
,
' </div>'
,
' </div>'
,
'</div>'
,
'<div class="t-Body-inlineDialogs" id="t_Body_inlineDialogs">#REGION_POSITION_04#</div>'
))
,
p_footer_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'#FORM_CLOSE#'
,
'#DEVELOPER_TOOLBAR#'
,
'#APEX_JAVASCRIPT#'
,
'#GENERATED_CSS#'
,
'#THEME_JAVASCRIPT#'
,
'#TEMPLATE_JAVASCRIPT#'
,
'#APPLICATION_JAVASCRIPT#'
,
'#PAGE_JAVASCRIPT# '
,
'#GENERATED_JAVASCRIPT#'
,
'</body>'
,
'</html>'
,
''
))
,
p_success_message
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<div class="t-Body-alert">'
,
' <div class="t-Alert t-Alert--defaultIcons t-Alert--success t-Alert--horizontal t-Alert--page t-Alert--colorBG" id="t_Alert_Success">'
,
' <div class="t-Alert-wrap">'
,
' <div class="t-Alert-icon">'
,
' <span class="t-Icon"></span>'
,
' </div>'
,
' <div class="t-Alert-content">'
,
' <div class="t-Alert-header">'
,
' <h2 class="t-Alert-title" role="alert">#SUCCESS_MESSAGE#</h2>'
,
' </div>'
,
' </div>'
,
' <div class="t-Alert-buttons">'
,
' <button class="t-Button t-Button--noUI t-Button--icon t-Button--closeAlert" type="button" title="#CLOSE_NOTIFICATION#"><span class="t-Icon icon-close"></span></button>'
,
' </div>'
,
' </div>'
,
' </div>'
,
'</div>'
))
,
p_notification_message
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<div class="t-Body-alert">'
,
' <div class="t-Alert t-Alert--defaultIcons t-Alert--warning t-Alert--horizontal t-Alert--page t-Alert--colorBG" id="t_Alert_Notification" role="alert">'
,
' <div class="t-Alert-wrap">'
,
' <div class="t-Alert-icon">'
,
' <span class="t-Icon"></span>'
,
' </div>'
,
' <div class="t-Alert-content">'
,
' <div class="t-Alert-body">#MESSAGE#</div>'
,
' </div>'
,
' <div class="t-Alert-buttons">'
,
' <button class="t-Button t-Button--noUI t-Button--icon t-Button--closeAlert" type="button" title="#CLOSE_NOTIFICATION#"><span class="t-Icon icon-close"></span></button>'
,
' </div>'
,
' </div>'
,
' </div>'
,
'</div>'
))
,
p_navigation_bar
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<ul class="t-NavigationBar t-NavigationBar--classic" data-mode="classic">'
,
' <li class="t-NavigationBar-item">'
,
' <span class="t-Button t-Button--icon t-Button--noUI t-Button--header t-Button--navBar t-Button--headerUser">'
,
' <span class="t-Icon a-Icon icon-user"></span>'
,
' <span class="t-Button-label">&APP_USER.</span>'
,
' </span>'
,
' </li>#BAR_BODY#'
,
'</ul>'
))
,
p_navbar_entry
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<li class="t-NavigationBar-item">'
,
' <a class="t-Button t-Button--icon t-Button--header" href="#LINK#">'
,
' <span class="t-Icon #IMAGE#"></span>'
,
' <span class="t-Button-label">#TEXT#</span>'
,
' </a>'
,
'</li>'
))
,
p_region_table_cattributes
=>
' summary="" cellpadding="0" border="0" cellspacing="0" width="100%"'
,
p_breadcrumb_def_reg_pos
=>
'REGION_POSITION_01'
,
p_theme_class_id
=>
4
,
p_error_page_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<div class="t-Alert t-Alert--danger t-Alert--wizard t-Alert--defaultIcons">'
,
' <div class="t-Alert-wrap">'
,
' <div class="t-Alert-icon">'
,
' <span class="t-Icon"></span>'
,
' </div>'
,
' <div class="t-Alert-content">'
,
' <div class="t-Alert-body">'
,
' <h1 class="t-Alert-errorTitle">#MESSAGE#</h1>'
,
' <p>#ADDITIONAL_INFO#</p>'
,
' <div class="t-Alert-inset">#TECHNICAL_INFO#</div>'
,
' </div>'
,
' </div>'
,
' <div class="t-Alert-buttons">'
,
' <button onclick="#BACK_LINK#" class="t-Button t-Button--hot w50p t-Button--large" type="button">#OK#</button>'
,
' </div>'
,
' </div>'
,
'</div>'
))
,
p_grid_type
=>
'FIXED'
,
p_grid_max_columns
=>
12
,
p_grid_always_use_max_columns
=>
true
,
p_grid_has_column_span
=>
true
,
p_grid_always_emit
=>
true
,
p_grid_emit_empty_leading_cols
=>
true
,
p_grid_emit_empty_trail_cols
=>
false
,
p_grid_default_label_col_span
=>
2
,
p_grid_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<div class="container">'
,
'#ROWS#'
,
'</div>'
))
,
p_grid_row_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<div class="row #CSS_CLASSES#">'
,
'#COLUMNS#'
,
'</div>'
))
,
p_grid_column_template
=>
'<div class="col col-#COLUMN_SPAN_NUMBER# #CSS_CLASSES# #FIRST_LAST_COLUMN_ATTRIBUTES#" #ATTRIBUTES#>#CONTENT#</div>'
,
p_grid_first_column_attributes
=>
'col-start'
,
p_grid_last_column_attributes
=>
'col-end'
,
p_dialog_browser_frame
=>
'MODAL'
,
p_reference_id
=>
2977628563533209425
);
wwv_flow_imp_shared
.
create_page_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10054535398629242
)
,
p_page_template_id
=>
wwv_flow_imp
.
id
(
10054269901629241
)
,
p_name
=>
'After Logo'
,
p_placeholder
=>
'AFTER_LOGO'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
true
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
,
p_max_fixed_grid_columns
=>
4
);
wwv_flow_imp_shared
.
create_page_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10054885647629242
)
,
p_page_template_id
=>
wwv_flow_imp
.
id
(
10054269901629241
)
,
p_name
=>
'After Navigation Bar'
,
p_placeholder
=>
'AFTER_NAVIGATION_BAR'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
true
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
false
,
p_max_fixed_grid_columns
=>
4
);
wwv_flow_imp_shared
.
create_page_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10055188209629274
)
,
p_page_template_id
=>
wwv_flow_imp
.
id
(
10054269901629241
)
,
p_name
=>
'Before Navigation Bar'
,
p_placeholder
=>
'BEFORE_NAVIGATION_BAR'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
true
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
false
,
p_max_fixed_grid_columns
=>
4
);
wwv_flow_imp_shared
.
create_page_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10055498878629274
)
,
p_page_template_id
=>
wwv_flow_imp
.
id
(
10054269901629241
)
,
p_name
=>
'Body'
,
p_placeholder
=>
'BODY'
,
p_has_grid_support
=>
true
,
p_has_region_support
=>
true
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
,
p_max_fixed_grid_columns
=>
12
);
wwv_flow_imp_shared
.
create_page_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10055719840629275
)
,
p_page_template_id
=>
wwv_flow_imp
.
id
(
10054269901629241
)
,
p_name
=>
'Breadcrumb Bar'
,
p_placeholder
=>
'REGION_POSITION_01'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
true
,
p_has_item_support
=>
false
,
p_has_button_support
=>
false
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_page_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10056049304629275
)
,
p_page_template_id
=>
wwv_flow_imp
.
id
(
10054269901629241
)
,
p_name
=>
'Dialogs, Drawers and Popups'
,
p_placeholder
=>
'REGION_POSITION_04'
,
p_has_grid_support
=>
true
,
p_has_region_support
=>
true
,
p_has_item_support
=>
false
,
p_has_button_support
=>
false
,
p_glv_new_row
=>
true
,
p_max_fixed_grid_columns
=>
12
);
wwv_flow_imp_shared
.
create_page_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10056384635629276
)
,
p_page_template_id
=>
wwv_flow_imp
.
id
(
10054269901629241
)
,
p_name
=>
'Footer'
,
p_placeholder
=>
'REGION_POSITION_05'
,
p_has_grid_support
=>
true
,
p_has_region_support
=>
true
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
,
p_max_fixed_grid_columns
=>
12
);
wwv_flow_imp_shared
.
create_page_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10056645654629276
)
,
p_page_template_id
=>
wwv_flow_imp
.
id
(
10054269901629241
)
,
p_name
=>
'Top Navigation'
,
p_placeholder
=>
'REGION_POSITION_06'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
true
,
p_has_item_support
=>
false
,
p_has_button_support
=>
false
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_page_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10056916174629276
)
,
p_page_template_id
=>
wwv_flow_imp
.
id
(
10054269901629241
)
,
p_name
=>
'Banner'
,
p_placeholder
=>
'REGION_POSITION_07'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
true
,
p_has_item_support
=>
false
,
p_has_button_support
=>
false
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_page_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10057295635629277
)
,
p_page_template_id
=>
wwv_flow_imp
.
id
(
10054269901629241
)
,
p_name
=>
'Full Width Content'
,
p_placeholder
=>
'REGION_POSITION_08'
,
p_has_grid_support
=>
true
,
p_has_region_support
=>
true
,
p_has_item_support
=>
false
,
p_has_button_support
=>
false
,
p_glv_new_row
=>
true
,
p_max_fixed_grid_columns
=>
12
);
wwv_flow_imp
.
component_end
;
end
;
/
application/shared_components/user_interface/templates/page/modal_dialog.sql
0 → 100644
View file @
eebb4791
prompt
--application/shared_components/user_interface/templates/page/modal_dialog
begin
-- Manifest
-- TEMPLATE: MODAL_DIALOG
-- Manifest End
wwv_flow_imp
.
component_begin
(
p_version_yyyy_mm_dd
=>
'2024.05.31'
,
p_release
=>
'24.1.2'
,
p_default_workspace_id
=>
5893639279394007
,
p_default_application_id
=>
20011
,
p_default_id_offset
=>
0
,
p_default_owner
=>
'DEMO'
);
wwv_flow_imp_shared
.
create_template
(
p_id
=>
wwv_flow_imp
.
id
(
10037256924629202
)
,
p_theme_id
=>
42
,
p_name
=>
'Modal Dialog'
,
p_internal_name
=>
'MODAL_DIALOG'
,
p_is_popup
=>
true
,
p_javascript_code_onload
=>
'apex.theme42.initializePage.modalDialog();'
,
p_header_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<!DOCTYPE html>'
,
'<html class="no-js #RTL_CLASS# page-&APP_PAGE_ID. app-&APP_ALIAS." lang="&BROWSER_LANGUAGE." #TEXT_DIRECTION#>'
,
'<head>'
,
' <meta http-equiv="x-ua-compatible" content="IE=edge" />'
,
' <meta charset="utf-8">'
,
' <title>#TITLE#</title>'
,
' #APEX_CSS#'
,
' #THEME_CSS#'
,
' #TEMPLATE_CSS#'
,
' #THEME_STYLE_CSS#'
,
' #APPLICATION_CSS#'
,
' #PAGE_CSS#'
,
' #FAVICONS#'
,
' #HEAD#'
,
' <meta name="viewport" content="width=device-width, initial-scale=1.0" />'
,
'</head>'
,
'<body class="t-Dialog-page t-Dialog-page--standard t-PageTemplate--dialog #DIALOG_CSS_CLASSES# #PAGE_CSS_CLASSES#" #TEXT_DIRECTION# #ONLOAD#>'
,
'#FORM_OPEN#'
))
,
p_box
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<div class="t-Dialog" role="dialog" aria-label="#TITLE#">'
,
' <div class="t-Dialog-header">#REGION_POSITION_01#</div>'
,
' <div class="t-Dialog-bodyWrapperOut">'
,
' <div class="t-Dialog-bodyWrapperIn">'
,
' <div class="t-Dialog-body" role="main">#SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION##BODY#</div>'
,
' </div>'
,
' </div>'
,
' <div class="t-Dialog-footer">#REGION_POSITION_03#</div>'
,
'</div>'
))
,
p_footer_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'#FORM_CLOSE#'
,
'#DEVELOPER_TOOLBAR#'
,
'#APEX_JAVASCRIPT#'
,
'#GENERATED_CSS#'
,
'#THEME_JAVASCRIPT#'
,
'#TEMPLATE_JAVASCRIPT#'
,
'#APPLICATION_JAVASCRIPT#'
,
'#PAGE_JAVASCRIPT# '
,
'#GENERATED_JAVASCRIPT#'
,
'</body>'
,
'</html>'
))
,
p_success_message
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<div class="t-Body-alert">'
,
' <div class="t-Alert t-Alert--defaultIcons t-Alert--success t-Alert--horizontal t-Alert--page t-Alert--colorBG" id="t_Alert_Success">'
,
' <div class="t-Alert-wrap">'
,
' <div class="t-Alert-icon">'
,
' <span class="t-Icon"></span>'
,
' </div>'
,
' <div class="t-Alert-content">'
,
' <div class="t-Alert-header">'
,
' <h2 class="t-Alert-title" role="alert">#SUCCESS_MESSAGE#</h2>'
,
' </div>'
,
' </div>'
,
' <div class="t-Alert-buttons">'
,
' <button class="t-Button t-Button--noUI t-Button--icon t-Button--closeAlert" onclick="apex.jQuery(
''
#t_Alert_Success
''
).remove();" type="button" title="#CLOSE_NOTIFICATION#"><span class="t-Icon icon-close"></span></button>'
,
' </div>'
,
' </div>'
,
' </div>'
,
'</div>'
))
,
p_notification_message
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<div class="t-Body-alert">'
,
' <div class="t-Alert t-Alert--defaultIcons t-Alert--warning t-Alert--horizontal t-Alert--page t-Alert--colorBG" id="t_Alert_Notification" role="alert">'
,
' <div class="t-Alert-wrap">'
,
' <div class="t-Alert-icon">'
,
' <span class="t-Icon"></span>'
,
' </div>'
,
' <div class="t-Alert-content">'
,
' <div class="t-Alert-body">#MESSAGE#</div>'
,
' </div>'
,
' <div class="t-Alert-buttons">'
,
' <button class="t-Button t-Button--noUI t-Button--icon t-Button--closeAlert" onclick="apex.jQuery(
''
#t_Alert_Notification
''
).remove();" type="button" title="#CLOSE_NOTIFICATION#"><span class="t-Icon icon-close"></span></button>'
,
' </div>'
,
' </div>'
,
' </div>'
,
'</div>'
))
,
p_region_table_cattributes
=>
' summary="" cellpadding="0" border="0" cellspacing="0" width="100%"'
,
p_breadcrumb_def_reg_pos
=>
'REGION_POSITION_01'
,
p_theme_class_id
=>
3
,
p_error_page_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<div class="t-Alert t-Alert--danger t-Alert--wizard t-Alert--defaultIcons">'
,
' <div class="t-Alert-wrap">'
,
' <div class="t-Alert-icon">'
,
' <span class="t-Icon"></span>'
,
' </div>'
,
' <div class="t-Alert-content">'
,
' <div class="t-Alert-body">'
,
' <h1 class="t-Alert-errorTitle">#MESSAGE#</h1>'
,
' <p>#ADDITIONAL_INFO#</p>'
,
' <div class="t-Alert-inset">#TECHNICAL_INFO#</div>'
,
' </div>'
,
' </div>'
,
' <div class="t-Alert-buttons">'
,
' <button onclick="#BACK_LINK#" class="t-Button t-Button--hot w50p t-Button--large" type="button">#OK#</button>'
,
' </div>'
,
' </div>'
,
'</div>'
))
,
p_grid_type
=>
'FIXED'
,
p_grid_max_columns
=>
12
,
p_grid_always_use_max_columns
=>
true
,
p_grid_has_column_span
=>
true
,
p_grid_always_emit
=>
true
,
p_grid_emit_empty_leading_cols
=>
true
,
p_grid_emit_empty_trail_cols
=>
false
,
p_grid_default_label_col_span
=>
2
,
p_grid_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<div class="container">'
,
'#ROWS#'
,
'</div>'
))
,
p_grid_row_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<div class="row #CSS_CLASSES#">'
,
'#COLUMNS#'
,
'</div>'
))
,
p_grid_column_template
=>
'<div class="col col-#COLUMN_SPAN_NUMBER# #CSS_CLASSES# #FIRST_LAST_COLUMN_ATTRIBUTES#" #ATTRIBUTES#>#CONTENT#</div>'
,
p_grid_first_column_attributes
=>
'col-start'
,
p_grid_last_column_attributes
=>
'col-end'
,
p_dialog_js_init_code
=>
'apex.theme42.dialog(#PAGE_URL#,{title:#TITLE#,h:#DIALOG_HEIGHT#,w:#DIALOG_WIDTH#,mxw:#DIALOG_MAX_WIDTH#,modal:#IS_MODAL#,dialog:#DIALOG#,dlgCls:
''
t-Dialog-page--standard
''
+#DIALOG_CSS_CLASSES#,#DIALOG_ATTRIBUTES#},#PAGE_CSS_CLASSES#,#TRIGGERING_ELEMEN'
||
'T#)'
,
p_dialog_js_close_code
=>
'apex.theme42.dialog.close(#IS_MODAL#,#TARGET#)'
,
p_dialog_js_cancel_code
=>
'apex.theme42.dialog.cancel(#IS_MODAL#)'
,
p_dialog_height
=>
'auto'
,
p_dialog_width
=>
'720'
,
p_dialog_max_width
=>
'960'
,
p_dialog_browser_frame
=>
'MODAL'
,
p_reference_id
=>
2098960803539086924
);
wwv_flow_imp_shared
.
create_page_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10037597783629203
)
,
p_page_template_id
=>
wwv_flow_imp
.
id
(
10037256924629202
)
,
p_name
=>
'Content Body'
,
p_placeholder
=>
'BODY'
,
p_has_grid_support
=>
true
,
p_has_region_support
=>
true
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
,
p_max_fixed_grid_columns
=>
12
);
wwv_flow_imp_shared
.
create_page_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10037826458629203
)
,
p_page_template_id
=>
wwv_flow_imp
.
id
(
10037256924629202
)
,
p_name
=>
'Dialog Header'
,
p_placeholder
=>
'REGION_POSITION_01'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
true
,
p_has_item_support
=>
false
,
p_has_button_support
=>
false
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_page_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10038168644629204
)
,
p_page_template_id
=>
wwv_flow_imp
.
id
(
10037256924629202
)
,
p_name
=>
'Dialog Footer'
,
p_placeholder
=>
'REGION_POSITION_03'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
true
,
p_has_item_support
=>
false
,
p_has_button_support
=>
false
,
p_glv_new_row
=>
true
);
wwv_flow_imp
.
component_end
;
end
;
/
application/shared_components/user_interface/templates/page/right_side_column.sql
0 → 100644
View file @
eebb4791
prompt
--application/shared_components/user_interface/templates/page/right_side_column
begin
-- Manifest
-- TEMPLATE: RIGHT_SIDE_COLUMN
-- Manifest End
wwv_flow_imp
.
component_begin
(
p_version_yyyy_mm_dd
=>
'2024.05.31'
,
p_release
=>
'24.1.2'
,
p_default_workspace_id
=>
5893639279394007
,
p_default_application_id
=>
20011
,
p_default_id_offset
=>
0
,
p_default_owner
=>
'DEMO'
);
wwv_flow_imp_shared
.
create_template
(
p_id
=>
wwv_flow_imp
.
id
(
10046570329629229
)
,
p_theme_id
=>
42
,
p_name
=>
'Right Side Column'
,
p_internal_name
=>
'RIGHT_SIDE_COLUMN'
,
p_is_popup
=>
false
,
p_javascript_code_onload
=>
'apex.theme42.initializePage.rightSideCol();'
,
p_header_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<!DOCTYPE html>'
,
'<html class="no-js #RTL_CLASS# page-&APP_PAGE_ID. app-&APP_ALIAS." lang="&BROWSER_LANGUAGE." #TEXT_DIRECTION#>'
,
'<head>'
,
' <meta http-equiv="x-ua-compatible" content="IE=edge" />'
,
' <meta charset="utf-8"> '
,
' <title>#TITLE#</title>'
,
' #APEX_CSS#'
,
' #THEME_CSS#'
,
' #TEMPLATE_CSS#'
,
' #THEME_STYLE_CSS#'
,
' #APPLICATION_CSS#'
,
' #PAGE_CSS#'
,
' #FAVICONS#'
,
' #HEAD#'
,
' <meta name="viewport" content="width=device-width, initial-scale=1.0" />'
,
'</head>'
,
'<body class="t-PageBody t-PageBody--hideLeft no-anim t-PageTemplate--rightSideCol #PAGE_CSS_CLASSES#" #TEXT_DIRECTION# #ONLOAD# id="t_PageBody">'
,
'<script>(sessionStorage.getItem("ORA_WWV_apex.toggleCore.right.&APP_ID..&APP_PAGE_ID..preferenceForExpanded") === "true") ? document.getElementById(
''
t_PageBody
''
).classList.add(
''
js-rightExpanded
''
) : document.getElementById(
''
t_PageBody
''
).classList.add('
||
'
''
js-rightCollapsed
''
)</script>'
,
'<a href="#main" id="t_Body_skipToContent">&APP_TEXT$UI_PAGE_SKIP_TO_CONTENT.</a>'
,
'#FORM_OPEN#'
,
'<header class="t-Header" id="t_Header" role="banner">'
,
' #REGION_POSITION_07#'
,
' <div class="t-Header-branding">'
,
' <div class="t-Header-controls">'
,
' <button class="t-Button t-Button--icon t-Button--header t-Button--headerTree" aria-label="&"APP_TEXT$APEX.TEMPLATE.MAIN_NAV_LABEL"." title="&"APP_TEXT$APEX.TEMPLATE.MAIN_NAV_LABEL"." id="t_Button_navControl" type="button"><span class="t-Header-'
||
'controlsIcon" aria-hidden="true"></span></button>'
,
' </div>'
,
' <div class="t-Header-logo">'
,
' <a href="#HOME_LINK#" class="t-Header-logo-link">#LOGO#</a>'
,
' #AFTER_LOGO#'
,
' </div>'
,
' <div class="t-Header-navBar">'
,
' <div class="t-Header-navBar--start">#BEFORE_NAVIGATION_BAR#</div>'
,
' <div class="t-Header-navBar--center">#NAVIGATION_BAR#</div>'
,
' <div class="t-Header-navBar--end">#AFTER_NAVIGATION_BAR#</div>'
,
' </div>'
,
' </div>'
,
' <div class="t-Header-nav">#TOP_GLOBAL_NAVIGATION_LIST##REGION_POSITION_06#</div>'
,
'</header>'
))
,
p_box
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<div class="t-Body">'
,
' #SIDE_GLOBAL_NAVIGATION_LIST#'
,
' <div class="t-Body-main">'
,
' <div class="t-Body-title" id="t_Body_title">#REGION_POSITION_01#</div>'
,
' <div class="t-Body-content" id="t_Body_content">'
,
' <main id="main" class="t-Body-mainContent">'
,
' #SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION#'
,
' <div class="t-Body-fullContent">#REGION_POSITION_08#</div>'
,
' <div class="t-Body-contentInner">#BODY#</div>'
,
' </main>'
,
' <footer class="t-Footer" id="t_Footer" role="contentinfo">'
,
' <div class="t-Footer-body">'
,
' <div class="t-Footer-content">#REGION_POSITION_05#</div>'
,
' <div class="t-Footer-apex">'
,
' <div class="t-Footer-version">#APP_VERSION#</div>'
,
' <div class="t-Footer-customize">#CUSTOMIZE#</div>'
,
' #BUILT_WITH_LOVE_USING_APEX#'
,
' </div>'
,
' </div>'
,
' <div class="t-Footer-top">'
,
' <a href="#top" class="t-Footer-topButton" id="t_Footer_topButton" title="&"APP_TEXT$APEX.UI.BACK_TO_TOP"." aria-label="&"APP_TEXT$APEX.UI.BACK_TO_TOP"."><span class="a-Icon icon-up-chevron" aria-hidden="true"></span></a>'
,
' </div>'
,
' </footer>'
,
' </div>'
,
' </div>'
,
' <div class="t-Body-actions" id="t_Body_actions">'
,
' <button class="t-Body-actionsToggle" aria-label="#EXPAND_COLLAPSE_SIDE_COL_LABEL#" title="#EXPAND_COLLAPSE_SIDE_COL_LABEL#" id="t_Button_rightControlButton" type="button"><span class="t-Body-actionsControlsIcon" aria-hidden="true"></span></button'
||
'>'
,
' <div class="t-Body-actionsContent" role="complementary">#REGION_POSITION_03#</div>'
,
' </div>'
,
'</div>'
,
'<div class="t-Body-inlineDialogs" id="t_Body_inlineDialogs">#REGION_POSITION_04#</div>'
))
,
p_footer_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'#FORM_CLOSE#'
,
'#DEVELOPER_TOOLBAR#'
,
'#APEX_JAVASCRIPT#'
,
'#GENERATED_CSS#'
,
'#THEME_JAVASCRIPT#'
,
'#TEMPLATE_JAVASCRIPT#'
,
'#APPLICATION_JAVASCRIPT#'
,
'#PAGE_JAVASCRIPT# '
,
'#GENERATED_JAVASCRIPT#'
,
'</body>'
,
'</html>'
))
,
p_success_message
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<div class="t-Body-alert">'
,
' <div class="t-Alert t-Alert--defaultIcons t-Alert--success t-Alert--horizontal t-Alert--page t-Alert--colorBG" id="t_Alert_Success">'
,
' <div class="t-Alert-wrap">'
,
' <div class="t-Alert-icon">'
,
' <span class="t-Icon"></span>'
,
' </div>'
,
' <div class="t-Alert-content">'
,
' <div class="t-Alert-header">'
,
' <h2 class="t-Alert-title" role="alert">#SUCCESS_MESSAGE#</h2>'
,
' </div>'
,
' </div>'
,
' <div class="t-Alert-buttons">'
,
' <button class="t-Button t-Button--noUI t-Button--icon t-Button--closeAlert" onclick="apex.jQuery(
''
#t_Alert_Success
''
).remove();" type="button" title="#CLOSE_NOTIFICATION#"><span class="t-Icon icon-close"></span></button>'
,
' </div>'
,
' </div>'
,
' </div>'
,
'</div>'
))
,
p_notification_message
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<div class="t-Body-alert">'
,
' <div class="t-Alert t-Alert--defaultIcons t-Alert--warning t-Alert--horizontal t-Alert--page t-Alert--colorBG" id="t_Alert_Notification" role="alert">'
,
' <div class="t-Alert-wrap">'
,
' <div class="t-Alert-icon">'
,
' <span class="t-Icon"></span>'
,
' </div>'
,
' <div class="t-Alert-content">'
,
' <div class="t-Alert-body">#MESSAGE#</div>'
,
' </div>'
,
' <div class="t-Alert-buttons">'
,
' <button class="t-Button t-Button--noUI t-Button--icon t-Button--closeAlert" onclick="apex.jQuery(
''
#t_Alert_Notification
''
).remove();" type="button" title="#CLOSE_NOTIFICATION#"><span class="t-Icon icon-close"></span></button>'
,
' </div>'
,
' </div>'
,
' </div>'
,
'</div>'
))
,
p_navigation_bar
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<ul class="t-NavigationBar" data-mode="classic">'
,
' <li class="t-NavigationBar-item">'
,
' <span class="t-Button t-Button--icon t-Button--noUI t-Button--header t-Button--navBar t-Button--headerUser">'
,
' <span class="t-Icon a-Icon icon-user"></span>'
,
' <span class="t-Button-label">&APP_USER.</span>'
,
' </span>'
,
' </li>#BAR_BODY#'
,
'</ul>'
))
,
p_navbar_entry
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<li class="t-NavigationBar-item">'
,
' <a class="t-Button t-Button--icon t-Button--header t-Button--navBar" href="#LINK#">'
,
' <span class="t-Icon #IMAGE#"></span>'
,
' <span class="t-Button-label">#TEXT#</span>'
,
' </a>'
,
'</li>'
))
,
p_region_table_cattributes
=>
' summary="" cellpadding="0" border="0" cellspacing="0" width="100%"'
,
p_sidebar_def_reg_pos
=>
'REGION_POSITION_03'
,
p_breadcrumb_def_reg_pos
=>
'REGION_POSITION_01'
,
p_theme_class_id
=>
17
,
p_error_page_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<div class="t-Alert t-Alert--danger t-Alert--wizard t-Alert--defaultIcons">'
,
' <div class="t-Alert-wrap">'
,
' <div class="t-Alert-icon">'
,
' <span class="t-Icon"></span>'
,
' </div>'
,
' <div class="t-Alert-content">'
,
' <div class="t-Alert-body">'
,
' <h1 class="t-Alert-errorTitle">#MESSAGE#</h1>'
,
' <p>#ADDITIONAL_INFO#</p>'
,
' <div class="t-Alert-inset">#TECHNICAL_INFO#</div>'
,
' </div>'
,
' </div>'
,
' <div class="t-Alert-buttons">'
,
' <button onclick="#BACK_LINK#" class="t-Button t-Button--hot w50p t-Button--large" type="button">#OK#</button>'
,
' </div>'
,
' </div>'
,
'</div>'
))
,
p_grid_type
=>
'FIXED'
,
p_grid_max_columns
=>
12
,
p_grid_always_use_max_columns
=>
true
,
p_grid_has_column_span
=>
true
,
p_grid_always_emit
=>
true
,
p_grid_emit_empty_leading_cols
=>
true
,
p_grid_emit_empty_trail_cols
=>
false
,
p_grid_default_label_col_span
=>
2
,
p_grid_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<div class="container">'
,
'#ROWS#'
,
'</div>'
))
,
p_grid_row_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<div class="row #CSS_CLASSES#">'
,
'#COLUMNS#'
,
'</div>'
))
,
p_grid_column_template
=>
'<div class="col col-#COLUMN_SPAN_NUMBER# #CSS_CLASSES# #FIRST_LAST_COLUMN_ATTRIBUTES#" #ATTRIBUTES#>#CONTENT#</div>'
,
p_grid_first_column_attributes
=>
'col-start'
,
p_grid_last_column_attributes
=>
'col-end'
,
p_dialog_browser_frame
=>
'MODAL'
,
p_reference_id
=>
2525200116240651575
);
wwv_flow_imp_shared
.
create_page_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10046844635629230
)
,
p_page_template_id
=>
wwv_flow_imp
.
id
(
10046570329629229
)
,
p_name
=>
'After Logo'
,
p_placeholder
=>
'AFTER_LOGO'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
true
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
,
p_max_fixed_grid_columns
=>
4
);
wwv_flow_imp_shared
.
create_page_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10047128550629230
)
,
p_page_template_id
=>
wwv_flow_imp
.
id
(
10046570329629229
)
,
p_name
=>
'After Navigation Bar'
,
p_placeholder
=>
'AFTER_NAVIGATION_BAR'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
true
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
false
,
p_max_fixed_grid_columns
=>
4
);
wwv_flow_imp_shared
.
create_page_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10047420227629231
)
,
p_page_template_id
=>
wwv_flow_imp
.
id
(
10046570329629229
)
,
p_name
=>
'Before Navigation Bar'
,
p_placeholder
=>
'BEFORE_NAVIGATION_BAR'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
true
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
false
,
p_max_fixed_grid_columns
=>
4
);
wwv_flow_imp_shared
.
create_page_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10047712506629231
)
,
p_page_template_id
=>
wwv_flow_imp
.
id
(
10046570329629229
)
,
p_name
=>
'Body'
,
p_placeholder
=>
'BODY'
,
p_has_grid_support
=>
true
,
p_has_region_support
=>
true
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
,
p_max_fixed_grid_columns
=>
8
);
wwv_flow_imp_shared
.
create_page_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10048020384629232
)
,
p_page_template_id
=>
wwv_flow_imp
.
id
(
10046570329629229
)
,
p_name
=>
'Breadcrumb Bar'
,
p_placeholder
=>
'REGION_POSITION_01'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
true
,
p_has_item_support
=>
false
,
p_has_button_support
=>
false
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_page_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10048320498629232
)
,
p_page_template_id
=>
wwv_flow_imp
.
id
(
10046570329629229
)
,
p_name
=>
'Right Column'
,
p_placeholder
=>
'REGION_POSITION_03'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
true
,
p_has_item_support
=>
false
,
p_has_button_support
=>
false
,
p_glv_new_row
=>
false
,
p_max_fixed_grid_columns
=>
4
);
wwv_flow_imp_shared
.
create_page_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10048623997629233
)
,
p_page_template_id
=>
wwv_flow_imp
.
id
(
10046570329629229
)
,
p_name
=>
'Dialogs, Drawers and Popups'
,
p_placeholder
=>
'REGION_POSITION_04'
,
p_has_grid_support
=>
true
,
p_has_region_support
=>
true
,
p_has_item_support
=>
false
,
p_has_button_support
=>
false
,
p_glv_new_row
=>
true
,
p_max_fixed_grid_columns
=>
12
);
wwv_flow_imp_shared
.
create_page_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10048954562629233
)
,
p_page_template_id
=>
wwv_flow_imp
.
id
(
10046570329629229
)
,
p_name
=>
'Footer'
,
p_placeholder
=>
'REGION_POSITION_05'
,
p_has_grid_support
=>
true
,
p_has_region_support
=>
true
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
,
p_max_fixed_grid_columns
=>
8
);
wwv_flow_imp_shared
.
create_page_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10049254725629234
)
,
p_page_template_id
=>
wwv_flow_imp
.
id
(
10046570329629229
)
,
p_name
=>
'Top Navigation'
,
p_placeholder
=>
'REGION_POSITION_06'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
true
,
p_has_item_support
=>
false
,
p_has_button_support
=>
false
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_page_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10049508638629234
)
,
p_page_template_id
=>
wwv_flow_imp
.
id
(
10046570329629229
)
,
p_name
=>
'Banner'
,
p_placeholder
=>
'REGION_POSITION_07'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
true
,
p_has_item_support
=>
false
,
p_has_button_support
=>
false
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_page_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10049808487629234
)
,
p_page_template_id
=>
wwv_flow_imp
.
id
(
10046570329629229
)
,
p_name
=>
'Full Width Content'
,
p_placeholder
=>
'REGION_POSITION_08'
,
p_has_grid_support
=>
true
,
p_has_region_support
=>
true
,
p_has_item_support
=>
false
,
p_has_button_support
=>
false
,
p_glv_new_row
=>
true
,
p_max_fixed_grid_columns
=>
8
);
wwv_flow_imp
.
component_end
;
end
;
/
application/shared_components/user_interface/templates/page/standard.sql
0 → 100644
View file @
eebb4791
prompt
--application/shared_components/user_interface/templates/page/standard
begin
-- Manifest
-- TEMPLATE: STANDARD
-- Manifest End
wwv_flow_imp
.
component_begin
(
p_version_yyyy_mm_dd
=>
'2024.05.31'
,
p_release
=>
'24.1.2'
,
p_default_workspace_id
=>
5893639279394007
,
p_default_application_id
=>
20011
,
p_default_id_offset
=>
0
,
p_default_owner
=>
'DEMO'
);
wwv_flow_imp_shared
.
create_template
(
p_id
=>
wwv_flow_imp
.
id
(
10057643791629277
)
,
p_theme_id
=>
42
,
p_name
=>
'Standard'
,
p_internal_name
=>
'STANDARD'
,
p_is_popup
=>
false
,
p_javascript_code_onload
=>
'apex.theme42.initializePage.noSideCol();'
,
p_header_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<!DOCTYPE html>'
,
'<html class="no-js #RTL_CLASS# page-&APP_PAGE_ID. app-&APP_ALIAS." lang="&BROWSER_LANGUAGE." #TEXT_DIRECTION#>'
,
'<head>'
,
' <meta http-equiv="x-ua-compatible" content="IE=edge" />'
,
' <meta charset="utf-8">'
,
' <title>#TITLE#</title>'
,
' #APEX_CSS#'
,
' #THEME_CSS#'
,
' #TEMPLATE_CSS#'
,
' #THEME_STYLE_CSS#'
,
' #APPLICATION_CSS#'
,
' #PAGE_CSS#'
,
' #FAVICONS#'
,
' #HEAD#'
,
' <meta name="viewport" content="width=device-width, initial-scale=1.0" />'
,
'</head>'
,
'<body class="t-PageBody t-PageBody--hideLeft t-PageBody--hideActions no-anim t-PageTemplate--standard #PAGE_CSS_CLASSES#" #TEXT_DIRECTION# #ONLOAD# id="t_PageBody">'
,
'<a href="#main" id="t_Body_skipToContent">&APP_TEXT$UI_PAGE_SKIP_TO_CONTENT.</a>'
,
'#FORM_OPEN#'
,
'<header class="t-Header" id="t_Header" role="banner">'
,
' #REGION_POSITION_07#'
,
' <div class="t-Header-branding">'
,
' <div class="t-Header-controls">'
,
' <button class="t-Button t-Button--icon t-Button--header t-Button--headerTree" aria-label="&"APP_TEXT$APEX.TEMPLATE.MAIN_NAV_LABEL"." title="&"APP_TEXT$APEX.TEMPLATE.MAIN_NAV_LABEL"." id="t_Button_navControl" type="button"><span class="t-Header-'
||
'controlsIcon" aria-hidden="true"></span></button>'
,
' </div>'
,
' <div class="t-Header-logo">'
,
' <a href="#HOME_LINK#" class="t-Header-logo-link">#LOGO#</a>'
,
' #AFTER_LOGO#'
,
' </div>'
,
' <div class="t-Header-navBar">'
,
' <div class="t-Header-navBar--start">#BEFORE_NAVIGATION_BAR#</div>'
,
' <div class="t-Header-navBar--center">#NAVIGATION_BAR#</div>'
,
' <div class="t-Header-navBar--end">#AFTER_NAVIGATION_BAR#</div>'
,
' </div>'
,
' </div>'
,
' <div class="t-Header-nav">#TOP_GLOBAL_NAVIGATION_LIST##REGION_POSITION_06#</div>'
,
'</header>'
,
''
))
,
p_box
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<div class="t-Body">'
,
' #SIDE_GLOBAL_NAVIGATION_LIST#'
,
' <div class="t-Body-main">'
,
' <div class="t-Body-title" id="t_Body_title">#REGION_POSITION_01#</div>'
,
' <div class="t-Body-content" id="t_Body_content">'
,
' <main id="main" class="t-Body-mainContent">'
,
' #SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION#'
,
' <div class="t-Body-fullContent">#REGION_POSITION_08#</div>'
,
' <div class="t-Body-contentInner">#BODY#</div>'
,
' </main>'
,
' <footer class="t-Footer" id="t_Footer" role="contentinfo">'
,
' <div class="t-Footer-body">'
,
' <div class="t-Footer-content">#REGION_POSITION_05#</div>'
,
' <div class="t-Footer-apex">'
,
' <div class="t-Footer-version">#APP_VERSION#</div>'
,
' <div class="t-Footer-customize">#CUSTOMIZE#</div>'
,
' #BUILT_WITH_LOVE_USING_APEX#'
,
' </div>'
,
' </div>'
,
' <div class="t-Footer-top">'
,
' <a href="#top" class="t-Footer-topButton" id="t_Footer_topButton" title="&"APP_TEXT$APEX.UI.BACK_TO_TOP"." aria-label="&"APP_TEXT$APEX.UI.BACK_TO_TOP"."><span class="a-Icon icon-up-chevron" aria-hidden="true"></span></a>'
,
' </div>'
,
' </footer>'
,
' </div>'
,
' </div>'
,
'</div>'
,
'<div class="t-Body-inlineDialogs" id="t_Body_inlineDialogs">#REGION_POSITION_04#</div>'
))
,
p_footer_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'#FORM_CLOSE#'
,
'#DEVELOPER_TOOLBAR#'
,
'#APEX_JAVASCRIPT#'
,
'#GENERATED_CSS#'
,
'#THEME_JAVASCRIPT#'
,
'#TEMPLATE_JAVASCRIPT#'
,
'#APPLICATION_JAVASCRIPT#'
,
'#PAGE_JAVASCRIPT# '
,
'#GENERATED_JAVASCRIPT#'
,
'</body>'
,
'</html>'
,
''
))
,
p_success_message
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<div class="t-Body-alert">'
,
' <div class="t-Alert t-Alert--defaultIcons t-Alert--success t-Alert--horizontal t-Alert--page t-Alert--colorBG" id="t_Alert_Success">'
,
' <div class="t-Alert-wrap">'
,
' <div class="t-Alert-icon">'
,
' <span class="t-Icon"></span>'
,
' </div>'
,
' <div class="t-Alert-content">'
,
' <div class="t-Alert-header">'
,
' <h2 class="t-Alert-title" role="alert">#SUCCESS_MESSAGE#</h2>'
,
' </div>'
,
' </div>'
,
' <div class="t-Alert-buttons">'
,
' <button class="t-Button t-Button--noUI t-Button--icon t-Button--closeAlert" type="button" title="#CLOSE_NOTIFICATION#"><span class="t-Icon icon-close"></span></button>'
,
' </div>'
,
' </div>'
,
' </div>'
,
'</div>'
))
,
p_notification_message
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<div class="t-Body-alert">'
,
' <div class="t-Alert t-Alert--defaultIcons t-Alert--warning t-Alert--horizontal t-Alert--page t-Alert--colorBG" id="t_Alert_Notification" role="alert">'
,
' <div class="t-Alert-wrap">'
,
' <div class="t-Alert-icon">'
,
' <span class="t-Icon"></span>'
,
' </div>'
,
' <div class="t-Alert-content">'
,
' <div class="t-Alert-body">#MESSAGE#</div>'
,
' </div>'
,
' <div class="t-Alert-buttons">'
,
' <button class="t-Button t-Button--noUI t-Button--icon t-Button--closeAlert" type="button" title="#CLOSE_NOTIFICATION#"><span class="t-Icon icon-close"></span></button>'
,
' </div>'
,
' </div>'
,
' </div>'
,
'</div>'
))
,
p_navigation_bar
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<ul class="t-NavigationBar t-NavigationBar--classic" data-mode="classic">'
,
' <li class="t-NavigationBar-item">'
,
' <span class="t-Button t-Button--icon t-Button--noUI t-Button--header t-Button--navBar t-Button--headerUser">'
,
' <span class="t-Icon a-Icon icon-user"></span>'
,
' <span class="t-Button-label">&APP_USER.</span>'
,
' </span>'
,
' </li>#BAR_BODY#'
,
'</ul>'
))
,
p_navbar_entry
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<li class="t-NavigationBar-item">'
,
' <a class="t-Button t-Button--icon t-Button--header" href="#LINK#">'
,
' <span class="t-Icon #IMAGE#"></span>'
,
' <span class="t-Button-label">#TEXT#</span>'
,
' </a>'
,
'</li>'
))
,
p_region_table_cattributes
=>
' summary="" cellpadding="0" border="0" cellspacing="0" width="100%"'
,
p_breadcrumb_def_reg_pos
=>
'REGION_POSITION_01'
,
p_theme_class_id
=>
1
,
p_error_page_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<div class="t-Alert t-Alert--danger t-Alert--wizard t-Alert--defaultIcons">'
,
' <div class="t-Alert-wrap">'
,
' <div class="t-Alert-icon">'
,
' <span class="t-Icon"></span>'
,
' </div>'
,
' <div class="t-Alert-content">'
,
' <div class="t-Alert-body">'
,
' <h1 class="t-Alert-errorTitle">#MESSAGE#</h1>'
,
' <p>#ADDITIONAL_INFO#</p>'
,
' <div class="t-Alert-inset">#TECHNICAL_INFO#</div>'
,
' </div>'
,
' </div>'
,
' <div class="t-Alert-buttons">'
,
' <button onclick="#BACK_LINK#" class="t-Button t-Button--hot w50p t-Button--large" type="button">#OK#</button>'
,
' </div>'
,
' </div>'
,
'</div>'
))
,
p_grid_type
=>
'FIXED'
,
p_grid_max_columns
=>
12
,
p_grid_always_use_max_columns
=>
true
,
p_grid_has_column_span
=>
true
,
p_grid_always_emit
=>
true
,
p_grid_emit_empty_leading_cols
=>
true
,
p_grid_emit_empty_trail_cols
=>
false
,
p_grid_default_label_col_span
=>
2
,
p_grid_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<div class="container">'
,
'#ROWS#'
,
'</div>'
))
,
p_grid_row_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<div class="row #CSS_CLASSES#">'
,
'#COLUMNS#'
,
'</div>'
))
,
p_grid_column_template
=>
'<div class="col col-#COLUMN_SPAN_NUMBER# #CSS_CLASSES# #FIRST_LAST_COLUMN_ATTRIBUTES#" #ATTRIBUTES#>#CONTENT#</div>'
,
p_grid_first_column_attributes
=>
'col-start'
,
p_grid_last_column_attributes
=>
'col-end'
,
p_dialog_browser_frame
=>
'MODAL'
,
p_reference_id
=>
4070909157481059304
);
wwv_flow_imp_shared
.
create_page_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10057944868629278
)
,
p_page_template_id
=>
wwv_flow_imp
.
id
(
10057643791629277
)
,
p_name
=>
'After Logo'
,
p_placeholder
=>
'AFTER_LOGO'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
true
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
,
p_max_fixed_grid_columns
=>
4
);
wwv_flow_imp_shared
.
create_page_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10058288414629279
)
,
p_page_template_id
=>
wwv_flow_imp
.
id
(
10057643791629277
)
,
p_name
=>
'After Navigation Bar'
,
p_placeholder
=>
'AFTER_NAVIGATION_BAR'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
true
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
false
,
p_max_fixed_grid_columns
=>
4
);
wwv_flow_imp_shared
.
create_page_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10058594301629279
)
,
p_page_template_id
=>
wwv_flow_imp
.
id
(
10057643791629277
)
,
p_name
=>
'Before Navigation Bar'
,
p_placeholder
=>
'BEFORE_NAVIGATION_BAR'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
true
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
false
,
p_max_fixed_grid_columns
=>
4
);
wwv_flow_imp_shared
.
create_page_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10058882606629279
)
,
p_page_template_id
=>
wwv_flow_imp
.
id
(
10057643791629277
)
,
p_name
=>
'Body'
,
p_placeholder
=>
'BODY'
,
p_has_grid_support
=>
true
,
p_has_region_support
=>
true
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
,
p_max_fixed_grid_columns
=>
12
);
wwv_flow_imp_shared
.
create_page_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10059152199629284
)
,
p_page_template_id
=>
wwv_flow_imp
.
id
(
10057643791629277
)
,
p_name
=>
'Breadcrumb Bar'
,
p_placeholder
=>
'REGION_POSITION_01'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
true
,
p_has_item_support
=>
false
,
p_has_button_support
=>
false
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_page_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10059402684629284
)
,
p_page_template_id
=>
wwv_flow_imp
.
id
(
10057643791629277
)
,
p_name
=>
'Dialogs, Drawers and Popups'
,
p_placeholder
=>
'REGION_POSITION_04'
,
p_has_grid_support
=>
true
,
p_has_region_support
=>
true
,
p_has_item_support
=>
false
,
p_has_button_support
=>
false
,
p_glv_new_row
=>
true
,
p_max_fixed_grid_columns
=>
12
);
wwv_flow_imp_shared
.
create_page_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10059726529629284
)
,
p_page_template_id
=>
wwv_flow_imp
.
id
(
10057643791629277
)
,
p_name
=>
'Footer'
,
p_placeholder
=>
'REGION_POSITION_05'
,
p_has_grid_support
=>
true
,
p_has_region_support
=>
true
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
,
p_max_fixed_grid_columns
=>
12
);
wwv_flow_imp_shared
.
create_page_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10060043038629285
)
,
p_page_template_id
=>
wwv_flow_imp
.
id
(
10057643791629277
)
,
p_name
=>
'Top Navigation'
,
p_placeholder
=>
'REGION_POSITION_06'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
true
,
p_has_item_support
=>
false
,
p_has_button_support
=>
false
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_page_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10060387354629285
)
,
p_page_template_id
=>
wwv_flow_imp
.
id
(
10057643791629277
)
,
p_name
=>
'Banner'
,
p_placeholder
=>
'REGION_POSITION_07'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
true
,
p_has_item_support
=>
false
,
p_has_button_support
=>
false
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_page_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10060612568629286
)
,
p_page_template_id
=>
wwv_flow_imp
.
id
(
10057643791629277
)
,
p_name
=>
'Full Width Content'
,
p_placeholder
=>
'REGION_POSITION_08'
,
p_has_grid_support
=>
true
,
p_has_region_support
=>
true
,
p_has_item_support
=>
false
,
p_has_button_support
=>
false
,
p_glv_new_row
=>
true
,
p_max_fixed_grid_columns
=>
12
);
wwv_flow_imp
.
component_end
;
end
;
/
application/shared_components/user_interface/templates/page/wizard_modal_dialog.sql
0 → 100644
View file @
eebb4791
prompt
--application/shared_components/user_interface/templates/page/wizard_modal_dialog
begin
-- Manifest
-- TEMPLATE: WIZARD_MODAL_DIALOG
-- Manifest End
wwv_flow_imp
.
component_begin
(
p_version_yyyy_mm_dd
=>
'2024.05.31'
,
p_release
=>
'24.1.2'
,
p_default_workspace_id
=>
5893639279394007
,
p_default_application_id
=>
20011
,
p_default_id_offset
=>
0
,
p_default_owner
=>
'DEMO'
);
wwv_flow_imp_shared
.
create_template
(
p_id
=>
wwv_flow_imp
.
id
(
10041316924629217
)
,
p_theme_id
=>
42
,
p_name
=>
'Wizard Modal Dialog'
,
p_internal_name
=>
'WIZARD_MODAL_DIALOG'
,
p_is_popup
=>
true
,
p_javascript_code_onload
=>
'apex.theme42.initializePage.wizardModal();'
,
p_header_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<!DOCTYPE html>'
,
'<html class="no-js #RTL_CLASS# page-&APP_PAGE_ID. app-&APP_ALIAS." lang="&BROWSER_LANGUAGE." #TEXT_DIRECTION#>'
,
'<head>'
,
' <meta http-equiv="x-ua-compatible" content="IE=edge" />'
,
' <meta charset="utf-8">'
,
' <title>#TITLE#</title>'
,
' #APEX_CSS#'
,
' #THEME_CSS#'
,
' #TEMPLATE_CSS#'
,
' #THEME_STYLE_CSS#'
,
' #APPLICATION_CSS#'
,
' #PAGE_CSS#'
,
' #FAVICONS#'
,
' #HEAD#'
,
' <meta name="viewport" content="width=device-width, initial-scale=1.0" />'
,
'</head>'
,
'<body class="t-Dialog-page t-Dialog-page--wizard t-PageTemplate--wizard #DIALOG_CSS_CLASSES# #PAGE_CSS_CLASSES#" #TEXT_DIRECTION# #ONLOAD#>'
,
'#FORM_OPEN#'
))
,
p_box
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<div class="t-Dialog" role="dialog" aria-label="#TITLE#">'
,
' <div class="t-Dialog-header">#REGION_POSITION_01#</div>'
,
' <div class="t-Dialog-bodyWrapperOut">'
,
' <div class="t-Dialog-bodyWrapperIn">'
,
' <div class="t-Dialog-body" role="main">#SUCCESS_MESSAGE##NOTIFICATION_MESSAGE##GLOBAL_NOTIFICATION##BODY#</div>'
,
' </div>'
,
' </div>'
,
' <div class="t-Dialog-footer">#REGION_POSITION_03#</div>'
,
'</div>'
))
,
p_footer_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'#FORM_CLOSE#'
,
'#DEVELOPER_TOOLBAR#'
,
'#APEX_JAVASCRIPT#'
,
'#GENERATED_CSS#'
,
'#THEME_JAVASCRIPT#'
,
'#TEMPLATE_JAVASCRIPT#'
,
'#APPLICATION_JAVASCRIPT#'
,
'#PAGE_JAVASCRIPT# '
,
'#GENERATED_JAVASCRIPT#'
,
'</body>'
,
'</html>'
))
,
p_success_message
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<div class="t-Body-alert">'
,
' <div class="t-Alert t-Alert--defaultIcons t-Alert--success t-Alert--horizontal t-Alert--page t-Alert--colorBG" id="t_Alert_Success">'
,
' <div class="t-Alert-wrap">'
,
' <div class="t-Alert-icon">'
,
' <span class="t-Icon"></span>'
,
' </div>'
,
' <div class="t-Alert-content">'
,
' <div class="t-Alert-header">'
,
' <h2 class="t-Alert-title" role="alert">#SUCCESS_MESSAGE#</h2>'
,
' </div>'
,
' </div>'
,
' <div class="t-Alert-buttons">'
,
' <button class="t-Button t-Button--noUI t-Button--icon t-Button--closeAlert" onclick="apex.jQuery(
''
#t_Alert_Success
''
).remove();" type="button" title="#CLOSE_NOTIFICATION#"><span class="t-Icon icon-close"></span></button>'
,
' </div>'
,
' </div>'
,
' </div>'
,
'</div>'
))
,
p_notification_message
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<div class="t-Body-alert">'
,
' <div class="t-Alert t-Alert--defaultIcons t-Alert--warning t-Alert--horizontal t-Alert--page t-Alert--colorBG" id="t_Alert_Notification" role="alert">'
,
' <div class="t-Alert-wrap">'
,
' <div class="t-Alert-icon">'
,
' <span class="t-Icon"></span>'
,
' </div>'
,
' <div class="t-Alert-content">'
,
' <div class="t-Alert-body">#MESSAGE#</div>'
,
' </div>'
,
' <div class="t-Alert-buttons">'
,
' <button class="t-Button t-Button--noUI t-Button--icon t-Button--closeAlert" onclick="apex.jQuery(
''
#t_Alert_Notification
''
).remove();" type="button" title="#CLOSE_NOTIFICATION#"><span class="t-Icon icon-close"></span></button>'
,
' </div>'
,
' </div>'
,
' </div>'
,
'</div>'
))
,
p_region_table_cattributes
=>
' summary="" cellpadding="0" border="0" cellspacing="0" width="100%"'
,
p_theme_class_id
=>
3
,
p_error_page_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<div class="t-Alert t-Alert--danger t-Alert--wizard t-Alert--defaultIcons">'
,
' <div class="t-Alert-wrap">'
,
' <div class="t-Alert-icon">'
,
' <span class="t-Icon"></span>'
,
' </div>'
,
' <div class="t-Alert-content">'
,
' <div class="t-Alert-body">'
,
' <h1 class="t-Alert-errorTitle">#MESSAGE#</h1>'
,
' <p>#ADDITIONAL_INFO#</p>'
,
' <div class="t-Alert-inset">#TECHNICAL_INFO#</div>'
,
' </div>'
,
' </div>'
,
' <div class="t-Alert-buttons">'
,
' <button onclick="#BACK_LINK#" class="t-Button t-Button--hot w50p t-Button--large" type="button">#OK#</button>'
,
' </div>'
,
' </div>'
,
'</div>'
))
,
p_grid_type
=>
'FIXED'
,
p_grid_max_columns
=>
12
,
p_grid_always_use_max_columns
=>
true
,
p_grid_has_column_span
=>
true
,
p_grid_always_emit
=>
true
,
p_grid_emit_empty_leading_cols
=>
true
,
p_grid_emit_empty_trail_cols
=>
false
,
p_grid_default_label_col_span
=>
2
,
p_grid_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<div class="container">'
,
'#ROWS#'
,
'</div>'
))
,
p_grid_row_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<div class="row #CSS_CLASSES#">'
,
'#COLUMNS#'
,
'</div>'
))
,
p_grid_column_template
=>
'<div class="col col-#COLUMN_SPAN_NUMBER# #CSS_CLASSES# #FIRST_LAST_COLUMN_ATTRIBUTES#" #ATTRIBUTES#>#CONTENT#</div>'
,
p_grid_first_column_attributes
=>
'col-start'
,
p_grid_last_column_attributes
=>
'col-end'
,
p_dialog_js_init_code
=>
'apex.theme42.dialog(#PAGE_URL#,{title:#TITLE#,h:#DIALOG_HEIGHT#,w:#DIALOG_WIDTH#,mxw:#DIALOG_MAX_WIDTH#,modal:#IS_MODAL#,dialog:#DIALOG#,dlgCls:
''
t-Dialog-page--wizard
''
+#DIALOG_CSS_CLASSES#,#DIALOG_ATTRIBUTES#},#PAGE_CSS_CLASSES#,#TRIGGERING_ELEMENT#'
||
')'
,
p_dialog_js_close_code
=>
'apex.theme42.dialog.close(#IS_MODAL#,#TARGET#)'
,
p_dialog_js_cancel_code
=>
'apex.theme42.dialog.cancel(#IS_MODAL#)'
,
p_dialog_height
=>
'auto'
,
p_dialog_width
=>
'720'
,
p_dialog_max_width
=>
'960'
,
p_dialog_browser_frame
=>
'MODAL'
,
p_reference_id
=>
2120348229686426515
);
wwv_flow_imp_shared
.
create_page_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10041685151629218
)
,
p_page_template_id
=>
wwv_flow_imp
.
id
(
10041316924629217
)
,
p_name
=>
'Wizard Body'
,
p_placeholder
=>
'BODY'
,
p_has_grid_support
=>
true
,
p_has_region_support
=>
true
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
,
p_max_fixed_grid_columns
=>
12
);
wwv_flow_imp_shared
.
create_page_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10041967122629218
)
,
p_page_template_id
=>
wwv_flow_imp
.
id
(
10041316924629217
)
,
p_name
=>
'Wizard Progress Bar'
,
p_placeholder
=>
'REGION_POSITION_01'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
true
,
p_has_item_support
=>
false
,
p_has_button_support
=>
false
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_page_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10042284106629218
)
,
p_page_template_id
=>
wwv_flow_imp
.
id
(
10041316924629217
)
,
p_name
=>
'Wizard Buttons'
,
p_placeholder
=>
'REGION_POSITION_03'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
true
,
p_has_item_support
=>
false
,
p_has_button_support
=>
false
,
p_glv_new_row
=>
true
);
wwv_flow_imp
.
component_end
;
end
;
/
application/shared_components/user_interface/templates/popuplov.sql
0 → 100644
View file @
eebb4791
prompt
--application/shared_components/user_interface/templates/popuplov
begin
-- Manifest
-- LOV TEMPLATES: 20011
-- Manifest End
wwv_flow_imp
.
component_begin
(
p_version_yyyy_mm_dd
=>
'2024.05.31'
,
p_release
=>
'24.1.2'
,
p_default_workspace_id
=>
5893639279394007
,
p_default_application_id
=>
20011
,
p_default_id_offset
=>
0
,
p_default_owner
=>
'DEMO'
);
wwv_flow_imp_shared
.
create_popup_lov_template
(
p_id
=>
wwv_flow_imp
.
id
(
10207851470629842
)
,
p_page_name
=>
'winlov'
,
p_page_title
=>
'Search Dialog'
,
p_page_html_head
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<!DOCTYPE html>'
,
'<html lang="&BROWSER_LANGUAGE.">'
,
'<head>'
,
'<title>#TITLE#</title>'
,
'#APEX_CSS#'
,
'#THEME_CSS#'
,
'#THEME_STYLE_CSS#'
,
'#FAVICONS#'
,
'#APEX_JAVASCRIPT#'
,
'#THEME_JAVASCRIPT#'
,
'<meta name="viewport" content="width=device-width,initial-scale=1.0" />'
,
'</head>'
))
,
p_page_body_attr
=>
'onload="first_field()" class="t-Page t-Page--popupLOV"'
,
p_before_field_text
=>
'<div class="t-PopupLOV-actions t-Form--large">'
,
p_filter_width
=>
'20'
,
p_filter_max_width
=>
'100'
,
p_filter_text_attr
=>
'class="apex-item-text"'
,
p_find_button_text
=>
'Search'
,
p_find_button_attr
=>
'class="t-Button t-Button--hot t-Button--padLeft"'
,
p_close_button_text
=>
'Close'
,
p_close_button_attr
=>
'class="t-Button u-pullRight"'
,
p_next_button_text
=>
'Next >'
,
p_next_button_attr
=>
'class="t-Button t-PopupLOV-button"'
,
p_prev_button_text
=>
'< Previous'
,
p_prev_button_attr
=>
'class="t-Button t-PopupLOV-button"'
,
p_after_field_text
=>
'</div>'
,
p_scrollbars
=>
'1'
,
p_resizable
=>
'1'
,
p_width
=>
'380'
,
p_result_row_x_of_y
=>
'<div class="t-PopupLOV-pagination">Row(s) #FIRST_ROW# - #LAST_ROW#</div>'
,
p_result_rows_per_pg
=>
100
,
p_before_result_set
=>
'<div class="t-PopupLOV-links">'
,
p_theme_id
=>
42
,
p_theme_class_id
=>
1
,
p_reference_id
=>
2885398517835871876
,
p_translate_this_template
=>
'N'
,
p_after_result_set
=>
'</div>'
);
wwv_flow_imp
.
component_end
;
end
;
/
application/shared_components/user_interface/templates/region/alert.sql
0 → 100644
View file @
eebb4791
prompt
--application/shared_components/user_interface/templates/region/alert
begin
-- Manifest
-- REGION TEMPLATE: ALERT
-- Manifest End
wwv_flow_imp
.
component_begin
(
p_version_yyyy_mm_dd
=>
'2024.05.31'
,
p_release
=>
'24.1.2'
,
p_default_workspace_id
=>
5893639279394007
,
p_default_application_id
=>
20011
,
p_default_id_offset
=>
0
,
p_default_owner
=>
'DEMO'
);
wwv_flow_imp_shared
.
create_plug_template
(
p_id
=>
wwv_flow_imp
.
id
(
10061000095629290
)
,
p_layout
=>
'TABLE'
,
p_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<div class="t-Alert #REGION_CSS_CLASSES#" id="#REGION_STATIC_ID#" #REGION_LANDMARK_ATTRIBUTES# #REGION_ATTRIBUTES#>'
,
' <div class="t-Alert-wrap">'
,
' <div class="t-Alert-icon">'
,
' <span class="t-Icon #ICON_CSS_CLASSES#" aria-hidden="true"></span>'
,
' </div>'
,
' <div class="t-Alert-content">'
,
' <div class="t-Alert-header">'
,
' <h2 class="t-Alert-title" id="#REGION_STATIC_ID#_heading" data-apex-heading>#TITLE#</h2>'
,
' </div>'
,
' <div class="t-Alert-body">#BODY##SUB_REGIONS#</div>'
,
' </div>'
,
' <div class="t-Alert-buttons">#PREVIOUS##CLOSE##CREATE##NEXT#</div>'
,
' </div>'
,
'</div>'
))
,
p_page_plug_template_name
=>
'Alert'
,
p_internal_name
=>
'ALERT'
,
p_plug_table_bgcolor
=>
'#ffffff'
,
p_theme_id
=>
42
,
p_theme_class_id
=>
21
,
p_preset_template_options
=>
't-Alert--horizontal:t-Alert--defaultIcons:t-Alert--warning'
,
p_plug_heading_bgcolor
=>
'#ffffff'
,
p_plug_font_size
=>
'-1'
,
p_default_label_alignment
=>
'RIGHT'
,
p_default_field_alignment
=>
'LEFT'
,
p_default_landmark_type
=>
'region'
,
p_reference_id
=>
2039236646100190748
,
p_translate_this_template
=>
'N'
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10061388271629324
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10061000095629290
)
,
p_name
=>
'Region Body'
,
p_placeholder
=>
'BODY'
,
p_has_grid_support
=>
true
,
p_has_region_support
=>
true
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
,
p_max_fixed_grid_columns
=>
12
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10061683058629327
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10061000095629290
)
,
p_name
=>
'Close'
,
p_placeholder
=>
'CLOSE'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10061956914629327
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10061000095629290
)
,
p_name
=>
'Create'
,
p_placeholder
=>
'CREATE'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10062247735629328
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10061000095629290
)
,
p_name
=>
'Next'
,
p_placeholder
=>
'NEXT'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10062520002629328
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10061000095629290
)
,
p_name
=>
'Previous'
,
p_placeholder
=>
'PREVIOUS'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10062841836629329
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10061000095629290
)
,
p_name
=>
'Sub Regions'
,
p_placeholder
=>
'SUB_REGIONS'
,
p_has_grid_support
=>
true
,
p_has_region_support
=>
true
,
p_has_item_support
=>
false
,
p_has_button_support
=>
false
,
p_glv_new_row
=>
true
);
wwv_flow_imp
.
component_end
;
end
;
/
application/shared_components/user_interface/templates/region/blank_with_attributes.sql
0 → 100644
View file @
eebb4791
prompt
--application/shared_components/user_interface/templates/region/blank_with_attributes
begin
-- Manifest
-- REGION TEMPLATE: BLANK_WITH_ATTRIBUTES
-- Manifest End
wwv_flow_imp
.
component_begin
(
p_version_yyyy_mm_dd
=>
'2024.05.31'
,
p_release
=>
'24.1.2'
,
p_default_workspace_id
=>
5893639279394007
,
p_default_application_id
=>
20011
,
p_default_id_offset
=>
0
,
p_default_owner
=>
'DEMO'
);
wwv_flow_imp_shared
.
create_plug_template
(
p_id
=>
wwv_flow_imp
.
id
(
10066208585629345
)
,
p_layout
=>
'TABLE'
,
p_template
=>
'<div id="#REGION_STATIC_ID#" class="#REGION_CSS_CLASSES#" #REGION_LANDMARK_ATTRIBUTES# #REGION_ATTRIBUTES#>#PREVIOUS##BODY##SUB_REGIONS##NEXT#</div>'
,
p_page_plug_template_name
=>
'Blank with Attributes'
,
p_internal_name
=>
'BLANK_WITH_ATTRIBUTES'
,
p_theme_id
=>
42
,
p_theme_class_id
=>
7
,
p_default_label_alignment
=>
'RIGHT'
,
p_default_field_alignment
=>
'LEFT'
,
p_reference_id
=>
4499993862448380551
,
p_translate_this_template
=>
'N'
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10066570450629345
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10066208585629345
)
,
p_name
=>
'Region Body'
,
p_placeholder
=>
'BODY'
,
p_has_grid_support
=>
true
,
p_has_region_support
=>
true
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10066851870629346
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10066208585629345
)
,
p_name
=>
'Next'
,
p_placeholder
=>
'NEXT'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10067154720629346
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10066208585629345
)
,
p_name
=>
'Previous'
,
p_placeholder
=>
'PREVIOUS'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10067485235629347
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10066208585629345
)
,
p_name
=>
'Sub Regions'
,
p_placeholder
=>
'SUB_REGIONS'
,
p_has_grid_support
=>
true
,
p_has_region_support
=>
true
,
p_has_item_support
=>
false
,
p_has_button_support
=>
false
,
p_glv_new_row
=>
true
);
wwv_flow_imp
.
component_end
;
end
;
/
application/shared_components/user_interface/templates/region/blank_with_attributes_no_grid.sql
0 → 100644
View file @
eebb4791
prompt
--application/shared_components/user_interface/templates/region/blank_with_attributes_no_grid
begin
-- Manifest
-- REGION TEMPLATE: BLANK_WITH_ATTRIBUTES_NO_GRID
-- Manifest End
wwv_flow_imp
.
component_begin
(
p_version_yyyy_mm_dd
=>
'2024.05.31'
,
p_release
=>
'24.1.2'
,
p_default_workspace_id
=>
5893639279394007
,
p_default_application_id
=>
20011
,
p_default_id_offset
=>
0
,
p_default_owner
=>
'DEMO'
);
wwv_flow_imp_shared
.
create_plug_template
(
p_id
=>
wwv_flow_imp
.
id
(
10067642234629347
)
,
p_layout
=>
'TABLE'
,
p_template
=>
'<div id="#REGION_STATIC_ID#" class="#REGION_CSS_CLASSES#" #REGION_LANDMARK_ATTRIBUTES# #REGION_ATTRIBUTES#>#PREVIOUS##BODY##SUB_REGIONS##NEXT#</div>'
,
p_page_plug_template_name
=>
'Blank with Attributes (No Grid)'
,
p_internal_name
=>
'BLANK_WITH_ATTRIBUTES_NO_GRID'
,
p_theme_id
=>
42
,
p_theme_class_id
=>
7
,
p_default_label_alignment
=>
'RIGHT'
,
p_default_field_alignment
=>
'LEFT'
,
p_reference_id
=>
3369790999010910123
,
p_translate_this_template
=>
'N'
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10067934880629359
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10067642234629347
)
,
p_name
=>
'Region Body'
,
p_placeholder
=>
'BODY'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
true
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10068252797629360
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10067642234629347
)
,
p_name
=>
'Next'
,
p_placeholder
=>
'NEXT'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10068537628629360
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10067642234629347
)
,
p_name
=>
'Previous'
,
p_placeholder
=>
'PREVIOUS'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10068815677629360
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10067642234629347
)
,
p_name
=>
'Sub Regions'
,
p_placeholder
=>
'SUB_REGIONS'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
true
,
p_has_item_support
=>
false
,
p_has_button_support
=>
false
,
p_glv_new_row
=>
true
);
wwv_flow_imp
.
component_end
;
end
;
/
application/shared_components/user_interface/templates/region/buttons_container.sql
0 → 100644
View file @
eebb4791
prompt
--application/shared_components/user_interface/templates/region/buttons_container
begin
-- Manifest
-- REGION TEMPLATE: BUTTONS_CONTAINER
-- Manifest End
wwv_flow_imp
.
component_begin
(
p_version_yyyy_mm_dd
=>
'2024.05.31'
,
p_release
=>
'24.1.2'
,
p_default_workspace_id
=>
5893639279394007
,
p_default_application_id
=>
20011
,
p_default_id_offset
=>
0
,
p_default_owner
=>
'DEMO'
);
wwv_flow_imp_shared
.
create_plug_template
(
p_id
=>
wwv_flow_imp
.
id
(
10089132544629424
)
,
p_layout
=>
'TABLE'
,
p_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<div class="t-ButtonRegion t-Form--floatLeft #REGION_CSS_CLASSES#" id="#REGION_STATIC_ID#" #REGION_LANDMARK_ATTRIBUTES# #REGION_ATTRIBUTES#>'
,
' <div class="t-ButtonRegion-wrap">'
,
' <div class="t-ButtonRegion-col t-ButtonRegion-col--left"><div class="t-ButtonRegion-buttons">#PREVIOUS##CLOSE##DELETE#</div></div>'
,
' <div class="t-ButtonRegion-col t-ButtonRegion-col--content">'
,
' #BODY#'
,
' <div class="t-ButtonRegion-buttons">#CHANGE#</div>'
,
' #SUB_REGIONS#'
,
' </div>'
,
' <div class="t-ButtonRegion-col t-ButtonRegion-col--right"><div class="t-ButtonRegion-buttons">#EDIT##CREATE##NEXT#</div></div>'
,
' </div>'
,
'</div>'
))
,
p_page_plug_template_name
=>
'Buttons Container'
,
p_internal_name
=>
'BUTTONS_CONTAINER'
,
p_plug_table_bgcolor
=>
'#ffffff'
,
p_theme_id
=>
42
,
p_theme_class_id
=>
17
,
p_plug_heading_bgcolor
=>
'#ffffff'
,
p_plug_font_size
=>
'-1'
,
p_default_label_alignment
=>
'RIGHT'
,
p_default_field_alignment
=>
'LEFT'
,
p_default_landmark_type
=>
'region'
,
p_reference_id
=>
2124982336649579661
,
p_translate_this_template
=>
'N'
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10089459957629426
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10089132544629424
)
,
p_name
=>
'Region Body'
,
p_placeholder
=>
'BODY'
,
p_has_grid_support
=>
true
,
p_has_region_support
=>
true
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
,
p_max_fixed_grid_columns
=>
12
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10089769338629428
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10089132544629424
)
,
p_name
=>
'Change'
,
p_placeholder
=>
'CHANGE'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10090004026629429
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10089132544629424
)
,
p_name
=>
'Close'
,
p_placeholder
=>
'CLOSE'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10090356429629429
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10089132544629424
)
,
p_name
=>
'Create'
,
p_placeholder
=>
'CREATE'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10090650069629430
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10089132544629424
)
,
p_name
=>
'Delete'
,
p_placeholder
=>
'DELETE'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10090908139629431
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10089132544629424
)
,
p_name
=>
'Edit'
,
p_placeholder
=>
'EDIT'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10091245322629431
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10089132544629424
)
,
p_name
=>
'Next'
,
p_placeholder
=>
'NEXT'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10091570523629431
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10089132544629424
)
,
p_name
=>
'Previous'
,
p_placeholder
=>
'PREVIOUS'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10091869271629432
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10089132544629424
)
,
p_name
=>
'Sub Regions'
,
p_placeholder
=>
'SUB_REGIONS'
,
p_has_grid_support
=>
true
,
p_has_region_support
=>
true
,
p_has_item_support
=>
false
,
p_has_button_support
=>
false
,
p_glv_new_row
=>
true
,
p_max_fixed_grid_columns
=>
12
);
wwv_flow_imp
.
component_end
;
end
;
/
application/shared_components/user_interface/templates/region/cards_container.sql
0 → 100644
View file @
eebb4791
prompt
--application/shared_components/user_interface/templates/region/cards_container
begin
-- Manifest
-- REGION TEMPLATE: CARDS_CONTAINER
-- Manifest End
wwv_flow_imp
.
component_begin
(
p_version_yyyy_mm_dd
=>
'2024.05.31'
,
p_release
=>
'24.1.2'
,
p_default_workspace_id
=>
5893639279394007
,
p_default_application_id
=>
20011
,
p_default_id_offset
=>
0
,
p_default_owner
=>
'DEMO'
);
wwv_flow_imp_shared
.
create_plug_template
(
p_id
=>
wwv_flow_imp
.
id
(
10093269759629435
)
,
p_layout
=>
'TABLE'
,
p_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<div class="t-CardsRegion #REGION_CSS_CLASSES#" id="#REGION_STATIC_ID#" #REGION_LANDMARK_ATTRIBUTES# #REGION_ATTRIBUTES#>'
,
' <div class="t-Region-orderBy">#ORDER_BY_ITEM#</div>'
,
' #BODY#'
,
' #SUB_REGIONS#'
,
'</div>'
))
,
p_page_plug_template_name
=>
'Cards Container'
,
p_internal_name
=>
'CARDS_CONTAINER'
,
p_theme_id
=>
42
,
p_theme_class_id
=>
21
,
p_default_template_options
=>
'u-colors'
,
p_default_label_alignment
=>
'RIGHT'
,
p_default_field_alignment
=>
'LEFT'
,
p_default_landmark_type
=>
'region'
,
p_reference_id
=>
2071277712695139743
,
p_translate_this_template
=>
'N'
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10093558285629435
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10093269759629435
)
,
p_name
=>
'Region Body'
,
p_placeholder
=>
'BODY'
,
p_has_grid_support
=>
true
,
p_has_region_support
=>
true
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10093851314629436
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10093269759629435
)
,
p_name
=>
'Sort Order'
,
p_placeholder
=>
'ORDER_BY_ITEM'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10094165197629436
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10093269759629435
)
,
p_name
=>
'Sub Regions'
,
p_placeholder
=>
'SUB_REGIONS'
,
p_has_grid_support
=>
true
,
p_has_region_support
=>
true
,
p_has_item_support
=>
false
,
p_has_button_support
=>
false
,
p_glv_new_row
=>
true
);
wwv_flow_imp
.
component_end
;
end
;
/
application/shared_components/user_interface/templates/region/carousel_container.sql
0 → 100644
View file @
eebb4791
prompt
--application/shared_components/user_interface/templates/region/carousel_container
begin
-- Manifest
-- REGION TEMPLATE: CAROUSEL_CONTAINER
-- Manifest End
wwv_flow_imp
.
component_begin
(
p_version_yyyy_mm_dd
=>
'2024.05.31'
,
p_release
=>
'24.1.2'
,
p_default_workspace_id
=>
5893639279394007
,
p_default_application_id
=>
20011
,
p_default_id_offset
=>
0
,
p_default_owner
=>
'DEMO'
);
wwv_flow_imp_shared
.
create_plug_template
(
p_id
=>
wwv_flow_imp
.
id
(
10069033009629361
)
,
p_layout
=>
'TABLE'
,
p_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<div class="t-Region t-Region--carousel #REGION_CSS_CLASSES#" id="#REGION_STATIC_ID#" #REGION_LANDMARK_ATTRIBUTES# #REGION_ATTRIBUTES#>'
,
' <div class="t-Region-header">'
,
' <div class="t-Region-headerItems t-Region-headerItems--title">'
,
' <span class="t-Region-headerIcon"><span class="t-Icon #ICON_CSS_CLASSES#" aria-hidden="true"></span></span>'
,
' <h2 class="t-Region-title" id="#REGION_STATIC_ID#_heading" data-apex-heading>#TITLE#</h2>'
,
' </div>'
,
' <div class="t-Region-headerItems t-Region-headerItems--buttons">#COPY##EDIT#<span class="js-maximizeButtonContainer"></span></div>'
,
' </div>'
,
' <div role="region" aria-label="#TITLE#" class="t-Region-bodyWrap">'
,
' <div class="t-Region-buttons t-Region-buttons--top">'
,
' <div class="t-Region-buttons-left">#PREVIOUS#</div>'
,
' <div class="t-Region-buttons-right">#NEXT#</div>'
,
' </div>'
,
' <div class="t-Region-body">'
,
' #BODY#'
,
' <div class="t-Region-carouselRegions">#SUB_REGIONS#</div>'
,
' </div>'
,
' <div class="t-Region-buttons t-Region-buttons--bottom">'
,
' <div class="t-Region-buttons-left">#CLOSE##HELP#</div>'
,
' <div class="t-Region-buttons-right">#DELETE##CHANGE##CREATE#</div>'
,
' </div>'
,
' </div>'
,
'</div>'
))
,
p_sub_plug_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<div data-label="#SUB_REGION_TITLE#" id="SR_#SUB_REGION_ID#">'
,
' #SUB_REGION#'
,
'</div>'
))
,
p_page_plug_template_name
=>
'Carousel Container'
,
p_internal_name
=>
'CAROUSEL_CONTAINER'
,
p_javascript_file_urls
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'#APEX_FILES#libraries/apex/#MIN_DIRECTORY#widget.apexTabs#MIN#.js?v=#APEX_VERSION#'
,
'#APEX_FILES#plugins/com.oracle.apex.carousel/1.1/com.oracle.apex.carousel#MIN#.js?v=#APEX_VERSION#'
))
,
p_plug_table_bgcolor
=>
'#ffffff'
,
p_theme_id
=>
42
,
p_theme_class_id
=>
5
,
p_default_template_options
=>
't-Region--showCarouselControls'
,
p_preset_template_options
=>
't-Region--hiddenOverflow'
,
p_plug_heading_bgcolor
=>
'#ffffff'
,
p_plug_font_size
=>
'-1'
,
p_default_label_alignment
=>
'RIGHT'
,
p_default_field_alignment
=>
'LEFT'
,
p_default_landmark_type
=>
'region'
,
p_reference_id
=>
2865840475322558786
,
p_translate_this_template
=>
'N'
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10069387024629362
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10069033009629361
)
,
p_name
=>
'Region Body'
,
p_placeholder
=>
'BODY'
,
p_has_grid_support
=>
true
,
p_has_region_support
=>
true
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
,
p_max_fixed_grid_columns
=>
12
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10069696604629363
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10069033009629361
)
,
p_name
=>
'Change'
,
p_placeholder
=>
'CHANGE'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10069912122629363
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10069033009629361
)
,
p_name
=>
'Close'
,
p_placeholder
=>
'CLOSE'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10070279486629364
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10069033009629361
)
,
p_name
=>
'Copy'
,
p_placeholder
=>
'COPY'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10070533382629364
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10069033009629361
)
,
p_name
=>
'Create'
,
p_placeholder
=>
'CREATE'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10070862843629364
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10069033009629361
)
,
p_name
=>
'Delete'
,
p_placeholder
=>
'DELETE'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10071195841629365
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10069033009629361
)
,
p_name
=>
'Edit'
,
p_placeholder
=>
'EDIT'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10071487775629365
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10069033009629361
)
,
p_name
=>
'Help'
,
p_placeholder
=>
'HELP'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10071712063629366
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10069033009629361
)
,
p_name
=>
'Next'
,
p_placeholder
=>
'NEXT'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10072023466629366
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10069033009629361
)
,
p_name
=>
'Previous'
,
p_placeholder
=>
'PREVIOUS'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10072396701629367
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10069033009629361
)
,
p_name
=>
'Slides'
,
p_placeholder
=>
'SUB_REGIONS'
,
p_has_grid_support
=>
true
,
p_has_region_support
=>
true
,
p_has_item_support
=>
false
,
p_has_button_support
=>
false
,
p_glv_new_row
=>
true
,
p_max_fixed_grid_columns
=>
12
);
wwv_flow_imp
.
component_end
;
end
;
/
application/shared_components/user_interface/templates/region/collapsible.sql
0 → 100644
View file @
eebb4791
prompt
--application/shared_components/user_interface/templates/region/collapsible
begin
-- Manifest
-- REGION TEMPLATE: COLLAPSIBLE
-- Manifest End
wwv_flow_imp
.
component_begin
(
p_version_yyyy_mm_dd
=>
'2024.05.31'
,
p_release
=>
'24.1.2'
,
p_default_workspace_id
=>
5893639279394007
,
p_default_application_id
=>
20011
,
p_default_id_offset
=>
0
,
p_default_owner
=>
'DEMO'
);
wwv_flow_imp_shared
.
create_plug_template
(
p_id
=>
wwv_flow_imp
.
id
(
10099783294629461
)
,
p_layout
=>
'TABLE'
,
p_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<div class="t-Region t-Region--hideShow #REGION_CSS_CLASSES#" id="#REGION_STATIC_ID#" data-region-id="#REGION_ID#" #REGION_LANDMARK_ATTRIBUTES# #REGION_ATTRIBUTES#>'
,
' <div class="t-Region-header">'
,
' <div class="t-Region-headerItems t-Region-headerItems--controls"><span class="t-Button t-Button--icon t-Button--hideShow"><span class="a-Icon _a-Collapsible-icon" aria-hidden="true"></span></span></div>'
,
' <div class="t-Region-headerItems t-Region-headerItems--title">'
,
' <h2 id="#REGION_STATIC_ID#_heading" class="t-Region-title" data-apex-heading><button class="t-Region-titleButton" type="button">#TITLE#</button></h2>'
,
' </div>'
,
' <div class="t-Region-headerItems t-Region-headerItems--buttons">#EDIT#</div>'
,
' </div>'
,
' <div class="t-Region-bodyWrap">'
,
' <div class="t-Region-buttons t-Region-buttons--top">'
,
' <div class="t-Region-buttons-left">#CLOSE#</div>'
,
' <div class="t-Region-buttons-right">#CREATE#</div>'
,
' </div>'
,
' <div class="t-Region-body">'
,
' <div class="t-Region-orderBy">#ORDER_BY_ITEM#</div>'
,
' #COPY#'
,
' #BODY#'
,
' #SUB_REGIONS#'
,
' #CHANGE#'
,
' </div>'
,
' <div class="t-Region-buttons t-Region-buttons--bottom">'
,
' <div class="t-Region-buttons-left">#PREVIOUS#</div>'
,
' <div class="t-Region-buttons-right">#NEXT#</div>'
,
' </div>'
,
' </div>'
,
'</div>'
,
'<script>'
,
' (() => {'
,
' const region = document.getElementById(
''
#REGION_STATIC_ID#
''
).classList;'
,
' const pref = sessionStorage.getItem(
''
ORA_WWV_apex.toggleCore.a_Collapsible_#REGION_ID#.&APP_ID..&APP_PAGE_ID..preferenceForExpanded
''
);'
,
' if (region.contains(
''
js-useLocalStorage
''
)) { region.toggle(
''
is-collapsed
''
, pref ===
''
false
''
|| region.contains(
''
is-collapsed
''
)); }'
,
' })();'
,
'</script>'
))
,
p_page_plug_template_name
=>
'Collapsible'
,
p_internal_name
=>
'COLLAPSIBLE'
,
p_plug_table_bgcolor
=>
'#ffffff'
,
p_theme_id
=>
42
,
p_theme_class_id
=>
1
,
p_preset_template_options
=>
'is-expanded:t-Region--scrollBody'
,
p_plug_heading_bgcolor
=>
'#ffffff'
,
p_plug_font_size
=>
'-1'
,
p_default_label_alignment
=>
'RIGHT'
,
p_default_field_alignment
=>
'LEFT'
,
p_default_landmark_type
=>
'region'
,
p_region_title_dom_id
=>
'#REGION_STATIC_ID#_heading'
,
p_reference_id
=>
2662888092628347716
,
p_translate_this_template
=>
'N'
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10100093343629463
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10099783294629461
)
,
p_name
=>
'Region Body'
,
p_placeholder
=>
'BODY'
,
p_has_grid_support
=>
true
,
p_has_region_support
=>
true
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
,
p_max_fixed_grid_columns
=>
12
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10100390699629464
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10099783294629461
)
,
p_name
=>
'Change'
,
p_placeholder
=>
'CHANGE'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10100644983629465
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10099783294629461
)
,
p_name
=>
'Close'
,
p_placeholder
=>
'CLOSE'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10100980956629465
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10099783294629461
)
,
p_name
=>
'Copy'
,
p_placeholder
=>
'COPY'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10101295007629466
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10099783294629461
)
,
p_name
=>
'Create'
,
p_placeholder
=>
'CREATE'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10101541321629466
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10099783294629461
)
,
p_name
=>
'Edit'
,
p_placeholder
=>
'EDIT'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10101825178629467
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10099783294629461
)
,
p_name
=>
'Next'
,
p_placeholder
=>
'NEXT'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10102126317629467
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10099783294629461
)
,
p_name
=>
'Sort Order'
,
p_placeholder
=>
'ORDER_BY_ITEM'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10102491607629468
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10099783294629461
)
,
p_name
=>
'Previous'
,
p_placeholder
=>
'PREVIOUS'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10102775481629469
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10099783294629461
)
,
p_name
=>
'Sub Regions'
,
p_placeholder
=>
'SUB_REGIONS'
,
p_has_grid_support
=>
true
,
p_has_region_support
=>
true
,
p_has_item_support
=>
false
,
p_has_button_support
=>
false
,
p_glv_new_row
=>
true
,
p_max_fixed_grid_columns
=>
12
);
wwv_flow_imp
.
component_end
;
end
;
/
application/shared_components/user_interface/templates/region/content_block.sql
0 → 100644
View file @
eebb4791
prompt
--application/shared_components/user_interface/templates/region/content_block
begin
-- Manifest
-- REGION TEMPLATE: CONTENT_BLOCK
-- Manifest End
wwv_flow_imp
.
component_begin
(
p_version_yyyy_mm_dd
=>
'2024.05.31'
,
p_release
=>
'24.1.2'
,
p_default_workspace_id
=>
5893639279394007
,
p_default_application_id
=>
20011
,
p_default_id_offset
=>
0
,
p_default_owner
=>
'DEMO'
);
wwv_flow_imp_shared
.
create_plug_template
(
p_id
=>
wwv_flow_imp
.
id
(
10095119291629438
)
,
p_layout
=>
'TABLE'
,
p_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<div class="t-ContentBlock #REGION_CSS_CLASSES#" id="#REGION_STATIC_ID#" #REGION_LANDMARK_ATTRIBUTES# #REGION_ATTRIBUTES#>'
,
' <div class="t-ContentBlock-header">'
,
' <div class="t-ContentBlock-headerItems t-ContentBlock-headerItems--title">'
,
' <span class="t-ContentBlock-headerIcon"><span class="t-Icon #ICON_CSS_CLASSES#" aria-hidden="true"></span></span>'
,
' <h2 class="t-ContentBlock-title" id="#REGION_STATIC_ID#_heading" data-apex-heading>#TITLE#</h2>'
,
' #EDIT#'
,
' </div>'
,
' <div class="t-ContentBlock-headerItems t-ContentBlock-headerItems--buttons">#CHANGE#</div>'
,
' </div>'
,
' <div class="t-ContentBlock-body">#BODY##SUB_REGIONS#</div>'
,
' <div class="t-ContentBlock-buttons">#PREVIOUS##NEXT#</div>'
,
'</div>'
,
''
))
,
p_page_plug_template_name
=>
'Content Block'
,
p_internal_name
=>
'CONTENT_BLOCK'
,
p_theme_id
=>
42
,
p_theme_class_id
=>
21
,
p_preset_template_options
=>
't-ContentBlock--h1'
,
p_default_label_alignment
=>
'RIGHT'
,
p_default_field_alignment
=>
'LEFT'
,
p_default_landmark_type
=>
'region'
,
p_region_title_dom_id
=>
'#REGION_STATIC_ID#_heading'
,
p_reference_id
=>
2320668864738842174
,
p_translate_this_template
=>
'N'
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10095451390629438
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10095119291629438
)
,
p_name
=>
'Region Body'
,
p_placeholder
=>
'BODY'
,
p_has_grid_support
=>
true
,
p_has_region_support
=>
true
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10095726062629439
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10095119291629438
)
,
p_name
=>
'Change'
,
p_placeholder
=>
'CHANGE'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10096066854629439
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10095119291629438
)
,
p_name
=>
'Edit'
,
p_placeholder
=>
'EDIT'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10096386428629440
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10095119291629438
)
,
p_name
=>
'Next'
,
p_placeholder
=>
'NEXT'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10096637621629440
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10095119291629438
)
,
p_name
=>
'Previous'
,
p_placeholder
=>
'PREVIOUS'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10096979674629441
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10095119291629438
)
,
p_name
=>
'Sub Regions'
,
p_placeholder
=>
'SUB_REGIONS'
,
p_has_grid_support
=>
true
,
p_has_region_support
=>
true
,
p_has_item_support
=>
false
,
p_has_button_support
=>
false
,
p_glv_new_row
=>
true
);
wwv_flow_imp
.
component_end
;
end
;
/
application/shared_components/user_interface/templates/region/hero.sql
0 → 100644
View file @
eebb4791
prompt
--application/shared_components/user_interface/templates/region/hero
begin
-- Manifest
-- REGION TEMPLATE: HERO
-- Manifest End
wwv_flow_imp
.
component_begin
(
p_version_yyyy_mm_dd
=>
'2024.05.31'
,
p_release
=>
'24.1.2'
,
p_default_workspace_id
=>
5893639279394007
,
p_default_application_id
=>
20011
,
p_default_id_offset
=>
0
,
p_default_owner
=>
'DEMO'
);
wwv_flow_imp_shared
.
create_plug_template
(
p_id
=>
wwv_flow_imp
.
id
(
10109526422629541
)
,
p_layout
=>
'TABLE'
,
p_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<div class="t-HeroRegion #REGION_CSS_CLASSES#" id="#REGION_STATIC_ID#" #REGION_LANDMARK_ATTRIBUTES# #REGION_ATTRIBUTES#>'
,
' <div class="t-HeroRegion-top">'
,
' <div class="t-HeroRegion-wrap">'
,
' <div class="t-HeroRegion-col t-HeroRegion-col--beforeIcon">#UP#</div>'
,
' <div class="t-HeroRegion-col t-HeroRegion-col--left">#REGION_IMAGE#<span class="t-HeroRegion-icon t-Icon #ICON_CSS_CLASSES#"></span></div>'
,
' <div class="t-HeroRegion-col t-HeroRegion-col--content">'
,
' <h1 id="#REGION_STATIC_ID#_heading" class="t-HeroRegion-title" data-apex-heading>#TITLE#</h1>'
,
' #BODY#'
,
' </div>'
,
' <div class="t-HeroRegion-col t-HeroRegion-col--right"><div class="t-HeroRegion-form">#SUB_REGIONS#</div><div class="t-HeroRegion-buttons">#NEXT#</div></div>'
,
' </div>'
,
' </div>'
,
' <div class="t-HeroRegion-bottom">#SMART_FILTERS#</div>'
,
'</div>'
,
''
))
,
p_page_plug_template_name
=>
'Hero'
,
p_internal_name
=>
'HERO'
,
p_image_template
=>
'<img class="t-HeroRegion-icon" src="#REGION_IMAGE_URL#" alt="" />'
,
p_theme_id
=>
42
,
p_theme_class_id
=>
22
,
p_default_label_alignment
=>
'RIGHT'
,
p_default_field_alignment
=>
'LEFT'
,
p_default_landmark_type
=>
'region'
,
p_region_title_dom_id
=>
'#REGION_STATIC_ID#_heading'
,
p_reference_id
=>
2672571031438297268
,
p_translate_this_template
=>
'N'
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10109824145629542
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10109526422629541
)
,
p_name
=>
'Region Body'
,
p_placeholder
=>
'BODY'
,
p_has_grid_support
=>
true
,
p_has_region_support
=>
true
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10110153077629543
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10109526422629541
)
,
p_name
=>
'Next'
,
p_placeholder
=>
'NEXT'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10110495706629543
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10109526422629541
)
,
p_name
=>
'Search Field and Smart Filters'
,
p_placeholder
=>
'SMART_FILTERS'
,
p_has_grid_support
=>
true
,
p_has_region_support
=>
true
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10110777092629544
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10109526422629541
)
,
p_name
=>
'Sub Regions'
,
p_placeholder
=>
'SUB_REGIONS'
,
p_has_grid_support
=>
true
,
p_has_region_support
=>
true
,
p_has_item_support
=>
false
,
p_has_button_support
=>
false
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10111079344629544
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10109526422629541
)
,
p_name
=>
'Up'
,
p_placeholder
=>
'UP'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp
.
component_end
;
end
;
/
application/shared_components/user_interface/templates/region/image.sql
0 → 100644
View file @
eebb4791
prompt
--application/shared_components/user_interface/templates/region/image
begin
-- Manifest
-- REGION TEMPLATE: IMAGE
-- Manifest End
wwv_flow_imp
.
component_begin
(
p_version_yyyy_mm_dd
=>
'2024.05.31'
,
p_release
=>
'24.1.2'
,
p_default_workspace_id
=>
5893639279394007
,
p_default_application_id
=>
20011
,
p_default_id_offset
=>
0
,
p_default_owner
=>
'DEMO'
);
wwv_flow_imp_shared
.
create_plug_template
(
p_id
=>
wwv_flow_imp
.
id
(
10079159562629390
)
,
p_layout
=>
'TABLE'
,
p_template
=>
'<div id="#REGION_STATIC_ID#" class="t-ImageRegion #REGION_CSS_CLASSES#" #REGION_LANDMARK_ATTRIBUTES# #REGION_ATTRIBUTES#><img src="#REGION_IMAGE_URL#" alt="#REGION_IMAGE_ALT_TEXT#" #REGION_IMAGE_ATTRIBUTES# /></div>'
,
p_page_plug_template_name
=>
'Image'
,
p_internal_name
=>
'IMAGE'
,
p_theme_id
=>
42
,
p_theme_class_id
=>
21
,
p_preset_template_options
=>
't-ImageRegion--auto:t-ImageRegion--cover:t-ImageRegion--square:t-ImageRegion--noFilter'
,
p_default_label_alignment
=>
'RIGHT'
,
p_default_field_alignment
=>
'LEFT'
,
p_reference_id
=>
1673953645642781634
,
p_translate_this_template
=>
'N'
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10079479810629390
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10079159562629390
)
,
p_name
=>
'Region Body'
,
p_placeholder
=>
'BODY'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
false
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10079782539629391
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10079159562629390
)
,
p_name
=>
'Sub Regions'
,
p_placeholder
=>
'SUB_REGIONS'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
true
,
p_has_item_support
=>
false
,
p_has_button_support
=>
false
,
p_glv_new_row
=>
true
);
wwv_flow_imp
.
component_end
;
end
;
/
application/shared_components/user_interface/templates/region/inline_dialog.sql
0 → 100644
View file @
eebb4791
prompt
--application/shared_components/user_interface/templates/region/inline_dialog
begin
-- Manifest
-- REGION TEMPLATE: INLINE_DIALOG
-- Manifest End
wwv_flow_imp
.
component_begin
(
p_version_yyyy_mm_dd
=>
'2024.05.31'
,
p_release
=>
'24.1.2'
,
p_default_workspace_id
=>
5893639279394007
,
p_default_application_id
=>
20011
,
p_default_id_offset
=>
0
,
p_default_owner
=>
'DEMO'
);
wwv_flow_imp_shared
.
create_plug_template
(
p_id
=>
wwv_flow_imp
.
id
(
10084597968629403
)
,
p_layout
=>
'TABLE'
,
p_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<div id="#REGION_STATIC_ID#_parent">'
,
'<div id="#REGION_STATIC_ID#" class="t-DialogRegion #REGION_CSS_CLASSES# js-regionDialog" #REGION_LANDMARK_ATTRIBUTES# #REGION_ATTRIBUTES# style="display:none" title="#TITLE!ATTR#">'
,
' <div class="t-DialogRegion-wrap">'
,
' <div class="t-DialogRegion-bodyWrapperOut"><div class="t-DialogRegion-bodyWrapperIn"><div class="t-DialogRegion-body">#BODY##SUB_REGIONS#</div></div></div>'
,
' <div class="t-DialogRegion-buttons">'
,
' <div class="t-ButtonRegion t-ButtonRegion--dialogRegion">'
,
' <div class="t-ButtonRegion-wrap">'
,
' <div class="t-ButtonRegion-col t-ButtonRegion-col--left"><div class="t-ButtonRegion-buttons">#PREVIOUS##DELETE##CLOSE#</div></div>'
,
' <div class="t-ButtonRegion-col t-ButtonRegion-col--right"><div class="t-ButtonRegion-buttons">#EDIT##CREATE##NEXT#</div></div>'
,
' </div>'
,
' </div>'
,
' </div>'
,
' </div>'
,
'</div>'
,
'</div>'
))
,
p_page_plug_template_name
=>
'Inline Dialog'
,
p_internal_name
=>
'INLINE_DIALOG'
,
p_theme_id
=>
42
,
p_theme_class_id
=>
24
,
p_default_template_options
=>
'js-modal:js-draggable:js-resizable'
,
p_preset_template_options
=>
'js-dialog-size600x400'
,
p_default_label_alignment
=>
'RIGHT'
,
p_default_field_alignment
=>
'LEFT'
,
p_reference_id
=>
2671226943886536762
,
p_translate_this_template
=>
'N'
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10084843419629403
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10084597968629403
)
,
p_name
=>
'Region Body'
,
p_placeholder
=>
'BODY'
,
p_has_grid_support
=>
true
,
p_has_region_support
=>
true
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10085176118629404
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10084597968629403
)
,
p_name
=>
'Close'
,
p_placeholder
=>
'CLOSE'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10085469374629404
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10084597968629403
)
,
p_name
=>
'Create'
,
p_placeholder
=>
'CREATE'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10085771456629405
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10084597968629403
)
,
p_name
=>
'Delete'
,
p_placeholder
=>
'DELETE'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10086065387629405
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10084597968629403
)
,
p_name
=>
'Edit'
,
p_placeholder
=>
'EDIT'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10086365873629406
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10084597968629403
)
,
p_name
=>
'Next'
,
p_placeholder
=>
'NEXT'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10086670659629406
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10084597968629403
)
,
p_name
=>
'Previous'
,
p_placeholder
=>
'PREVIOUS'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10086970600629407
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10084597968629403
)
,
p_name
=>
'Sub Regions'
,
p_placeholder
=>
'SUB_REGIONS'
,
p_has_grid_support
=>
true
,
p_has_region_support
=>
true
,
p_has_item_support
=>
false
,
p_has_button_support
=>
false
,
p_glv_new_row
=>
true
);
wwv_flow_imp
.
component_end
;
end
;
/
application/shared_components/user_interface/templates/region/inline_drawer.sql
0 → 100644
View file @
eebb4791
prompt
--application/shared_components/user_interface/templates/region/inline_drawer
begin
-- Manifest
-- REGION TEMPLATE: INLINE_DRAWER
-- Manifest End
wwv_flow_imp
.
component_begin
(
p_version_yyyy_mm_dd
=>
'2024.05.31'
,
p_release
=>
'24.1.2'
,
p_default_workspace_id
=>
5893639279394007
,
p_default_application_id
=>
20011
,
p_default_id_offset
=>
0
,
p_default_owner
=>
'DEMO'
);
wwv_flow_imp_shared
.
create_plug_template
(
p_id
=>
wwv_flow_imp
.
id
(
10113096334629547
)
,
p_layout
=>
'TABLE'
,
p_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<div id="#REGION_STATIC_ID#_parent">'
,
' <div id="#REGION_STATIC_ID#" class="t-DrawerRegion js-dialog-class-ui-dialog--drawer #REGION_CSS_CLASSES# js-regionDialog" #REGION_LANDMARK_ATTRIBUTES# #REGION_ATTRIBUTES# style="display:none" title="#TITLE!ATTR#">'
,
' <div class="t-DrawerRegion-wrap">'
,
' <div class="t-DrawerRegion-bodyWrapperOut">'
,
' <div class="t-DrawerRegion-bodyWrapperIn">'
,
' <div class="t-DrawerRegion-body">#BODY##SUB_REGIONS#</div>'
,
' </div>'
,
' </div>'
,
' <div class="t-DrawerRegion-buttons">'
,
' <div class="t-ButtonRegion t-ButtonRegion--dialogRegion">'
,
' <div class="t-ButtonRegion-wrap">'
,
' <div class="t-ButtonRegion-col t-ButtonRegion-col--left">'
,
' <div class="t-ButtonRegion-buttons">#PREVIOUS##DELETE##CLOSE#</div>'
,
' </div>'
,
' <div class="t-ButtonRegion-col t-ButtonRegion-col--right">'
,
' <div class="t-ButtonRegion-buttons">#EDIT##CREATE##NEXT#</div>'
,
' </div>'
,
' </div>'
,
' </div>'
,
' </div>'
,
' </div>'
,
' </div>'
,
'</div>'
))
,
p_page_plug_template_name
=>
'Inline Drawer'
,
p_internal_name
=>
'INLINE_DRAWER'
,
p_theme_id
=>
42
,
p_theme_class_id
=>
24
,
p_default_template_options
=>
'js-modal'
,
p_preset_template_options
=>
'js-dialog-class-t-Drawer--pullOutEnd'
,
p_default_label_alignment
=>
'RIGHT'
,
p_default_field_alignment
=>
'LEFT'
,
p_reference_id
=>
1659526333647509386
,
p_translate_this_template
=>
'N'
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10113319676629548
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10113096334629547
)
,
p_name
=>
'Region Body'
,
p_placeholder
=>
'BODY'
,
p_has_grid_support
=>
true
,
p_has_region_support
=>
true
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10113675229629548
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10113096334629547
)
,
p_name
=>
'Close'
,
p_placeholder
=>
'CLOSE'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10113900177629549
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10113096334629547
)
,
p_name
=>
'Create'
,
p_placeholder
=>
'CREATE'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10114209652629549
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10113096334629547
)
,
p_name
=>
'Delete'
,
p_placeholder
=>
'DELETE'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10114539546629550
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10113096334629547
)
,
p_name
=>
'Edit'
,
p_placeholder
=>
'EDIT'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10114818797629550
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10113096334629547
)
,
p_name
=>
'Next'
,
p_placeholder
=>
'NEXT'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10115123920629551
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10113096334629547
)
,
p_name
=>
'Previous'
,
p_placeholder
=>
'PREVIOUS'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10115483849629551
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10113096334629547
)
,
p_name
=>
'Sub Regions'
,
p_placeholder
=>
'SUB_REGIONS'
,
p_has_grid_support
=>
true
,
p_has_region_support
=>
true
,
p_has_item_support
=>
false
,
p_has_button_support
=>
false
,
p_glv_new_row
=>
true
);
wwv_flow_imp
.
component_end
;
end
;
/
application/shared_components/user_interface/templates/region/inline_popup.sql
0 → 100644
View file @
eebb4791
prompt
--application/shared_components/user_interface/templates/region/inline_popup
begin
-- Manifest
-- REGION TEMPLATE: INLINE_POPUP
-- Manifest End
wwv_flow_imp
.
component_begin
(
p_version_yyyy_mm_dd
=>
'2024.05.31'
,
p_release
=>
'24.1.2'
,
p_default_workspace_id
=>
5893639279394007
,
p_default_application_id
=>
20011
,
p_default_id_offset
=>
0
,
p_default_owner
=>
'DEMO'
);
wwv_flow_imp_shared
.
create_plug_template
(
p_id
=>
wwv_flow_imp
.
id
(
10117690617629555
)
,
p_layout
=>
'TABLE'
,
p_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<div id="#REGION_STATIC_ID#_parent">'
,
'<div id="#REGION_STATIC_ID#" class="t-DialogRegion #REGION_CSS_CLASSES# js-regionPopup" #REGION_LANDMARK_ATTRIBUTES# #REGION_ATTRIBUTES# style="display:none" title="#TITLE!ATTR#">'
,
' <div class="t-DialogRegion-wrap">'
,
' <div class="t-DialogRegion-bodyWrapperOut"><div class="t-DialogRegion-bodyWrapperIn"><div class="t-DialogRegion-body">#BODY##SUB_REGIONS#</div></div></div>'
,
' <div class="t-DialogRegion-buttons">'
,
' <div class="t-ButtonRegion t-ButtonRegion--dialogRegion">'
,
' <div class="t-ButtonRegion-wrap">'
,
' <div class="t-ButtonRegion-col t-ButtonRegion-col--left"><div class="t-ButtonRegion-buttons">#PREVIOUS##DELETE##CLOSE#</div></div>'
,
' <div class="t-ButtonRegion-col t-ButtonRegion-col--right"><div class="t-ButtonRegion-buttons">#EDIT##CREATE##NEXT#</div></div>'
,
' </div>'
,
' </div>'
,
' </div>'
,
' </div>'
,
'</div>'
,
'</div>'
))
,
p_page_plug_template_name
=>
'Inline Popup'
,
p_internal_name
=>
'INLINE_POPUP'
,
p_theme_id
=>
42
,
p_theme_class_id
=>
24
,
p_preset_template_options
=>
'js-dialog-size600x400'
,
p_default_label_alignment
=>
'RIGHT'
,
p_default_field_alignment
=>
'LEFT'
,
p_reference_id
=>
1483922538999385230
,
p_translate_this_template
=>
'N'
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10117986096629555
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10117690617629555
)
,
p_name
=>
'Region Body'
,
p_placeholder
=>
'BODY'
,
p_has_grid_support
=>
true
,
p_has_region_support
=>
true
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10118227824629556
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10117690617629555
)
,
p_name
=>
'Close'
,
p_placeholder
=>
'CLOSE'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10118514732629556
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10117690617629555
)
,
p_name
=>
'Create'
,
p_placeholder
=>
'CREATE'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10118811694629557
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10117690617629555
)
,
p_name
=>
'Delete'
,
p_placeholder
=>
'DELETE'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10119162583629557
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10117690617629555
)
,
p_name
=>
'Edit'
,
p_placeholder
=>
'EDIT'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10119468649629558
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10117690617629555
)
,
p_name
=>
'Next'
,
p_placeholder
=>
'NEXT'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10119706864629558
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10117690617629555
)
,
p_name
=>
'Previous'
,
p_placeholder
=>
'PREVIOUS'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10120055868629559
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10117690617629555
)
,
p_name
=>
'Sub Regions'
,
p_placeholder
=>
'SUB_REGIONS'
,
p_has_grid_support
=>
true
,
p_has_region_support
=>
true
,
p_has_item_support
=>
false
,
p_has_button_support
=>
false
,
p_glv_new_row
=>
true
);
wwv_flow_imp
.
component_end
;
end
;
/
application/shared_components/user_interface/templates/region/interactive_report.sql
0 → 100644
View file @
eebb4791
prompt
--application/shared_components/user_interface/templates/region/interactive_report
begin
-- Manifest
-- REGION TEMPLATE: INTERACTIVE_REPORT
-- Manifest End
wwv_flow_imp
.
component_begin
(
p_version_yyyy_mm_dd
=>
'2024.05.31'
,
p_release
=>
'24.1.2'
,
p_default_workspace_id
=>
5893639279394007
,
p_default_application_id
=>
20011
,
p_default_id_offset
=>
0
,
p_default_owner
=>
'DEMO'
);
wwv_flow_imp_shared
.
create_plug_template
(
p_id
=>
wwv_flow_imp
.
id
(
10123076177629564
)
,
p_layout
=>
'TABLE'
,
p_template
=>
wwv_flow_string
.
join
(
wwv_flow_t_varchar2
(
'<div id="#REGION_STATIC_ID#" #REGION_LANDMARK_ATTRIBUTES# #REGION_ATTRIBUTES# class="t-IRR-region #REGION_CSS_CLASSES#">'
,
' <div class="t-Region-orderBy">#ORDER_BY_ITEM#</div>'
,
' #PREVIOUS#'
,
' #BODY#'
,
' #SUB_REGIONS#'
,
' #NEXT#'
,
'</div>'
,
''
))
,
p_page_plug_template_name
=>
'Interactive Report'
,
p_internal_name
=>
'INTERACTIVE_REPORT'
,
p_theme_id
=>
42
,
p_theme_class_id
=>
9
,
p_default_label_alignment
=>
'RIGHT'
,
p_default_field_alignment
=>
'LEFT'
,
p_default_landmark_type
=>
'region'
,
p_reference_id
=>
2099079838218790610
,
p_translate_this_template
=>
'N'
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10123324770629565
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10123076177629564
)
,
p_name
=>
'Region Body'
,
p_placeholder
=>
'BODY'
,
p_has_grid_support
=>
true
,
p_has_region_support
=>
true
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10123674243629565
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10123076177629564
)
,
p_name
=>
'Next'
,
p_placeholder
=>
'NEXT'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10123938815629566
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10123076177629564
)
,
p_name
=>
'Sort Order'
,
p_placeholder
=>
'ORDER_BY_ITEM'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
true
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10124292030629566
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10123076177629564
)
,
p_name
=>
'Previous'
,
p_placeholder
=>
'PREVIOUS'
,
p_has_grid_support
=>
false
,
p_has_region_support
=>
false
,
p_has_item_support
=>
false
,
p_has_button_support
=>
true
,
p_glv_new_row
=>
true
);
wwv_flow_imp_shared
.
create_plug_tmpl_display_point
(
p_id
=>
wwv_flow_imp
.
id
(
10124511831629567
)
,
p_plug_template_id
=>
wwv_flow_imp
.
id
(
10123076177629564
)
,
p_name
=>
'Sub Regions'
,
p_placeholder
=>
'SUB_REGIONS'
,
p_has_grid_support
=>
true
,
p_has_region_support
=>
true
,
p_has_item_support
=>
false
,
p_has_button_support
=>
false
,
p_glv_new_row
=>
true
);
wwv_flow_imp
.
component_end
;
end
;
/
Prev
1
2
3
4
5
6
7
8
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment