Skip to content
Ontoor blogs
  • Videos
    • APEX hours
    • Ontoor Concepts
    • Ontoor Shorts
    • Ontoor Extras
  • Links
    • APEX Tutorials
    • Ontoor Plugins
    • Web Tutorials
    • Events and Webinars
  • Categories
    • APEX
      • APEXOracle APEX RELATED posts
      • APEX Tutorials
      • APEX Plugins
      • Interactive Grid
    • Oracle
      • ORACLE
      • SQL
      • PLSQL
    • Shorts
    • JavaScript
Setup Meeting
Home » APEX Split Login template experiment

APEX Split Login template experiment

Posted by Ashish Sahay April 7, 2020Posted inAPEX

How to Add new region position in APEX login page?

 APEX has been upgraded it login templates all the way from simple region to login template region then in APEX it is also available with split design.

Since I have been playing around the APEX templates and themes i found we could add region position to our APEX page templates. For example login page doesn’t support any other region position then it’s standards.

Steps to add:

  • Create new page template as copy of login template
  • In Body, append the below code
</div>
 <div class="t-Login-right-container hidden-xs-down ">
  <div class="t-Login-right-containerBody">#REGION_POSITION_16#</div>
</div>

 Classes to show hide the region based on screen size. 

  • Add “Display Points” entry
  • Login Right Side : REGION_POSITION_16 
  • Select this template on login page. 

Select the new position for the newly added. 

Download

Tags:
APEXAshish SahayLoginLogin TemplateTemplate
Ashish Sahay
I am a seasoned developer with a passion for crafting robust solutions in the realm of Oracle Database and Oracle APEX. With over 10 years of experience under my belt, * Oracle APEX * APEX Themes and Plugins * Oracle Database * CSM & ASM
View All Posts

Post navigation

Previous Post
APEX_ITEM Validation In Classic/Interactive Report Oracle APEX 5.1
Next Post
Get data from Web Source in Oracle APEX
  • OCI
  • Forms to APEX
  • Reporting
  • 2024 30
  • 2023 22
  • 2022 26
  • 2021 54
  • 2020 123
  • 2017 12
  • 2016 5
  • 2015 1
Recent Posts
  • Implementing Row ID Capture into Page Items in Oracle APEX Interactive Grids
  • Eliminating Redundant Success Messages on Page Refresh
  • Improving Data Accuracy: Custom Validation Strategies for Oracle APEX Interactive Grids
  • Streamlining Data Downloads in Oracle APEX Interactive Grids: A Professional Guide
  • Customizing Interactive Grid Toolbars: How to Hide the Toolbar Button in Oracle APEX
Categories
  • APEX 207
  • APEX Hours 3
  • APEX Tutorials 17
  • APEX_AUTOMATION 1
  • CSS 1
  • DBA 3
  • Deprecated 1
  • Events and Webinars 3
  • GITHUB 3
  • IG 22
  • Interactive Grid 35
  • Interactive Report 1
  • JavaScript 19
  • JS_API 2
  • OCI 1
  • Ontoor Concepts 5
  • Ontoor Extras 1
  • ORACLE 43
  • Oracle Tutorials 1
  • ORACLE_FORMS 1
  • ORDS 4
  • Others 4
  • PLSQL 13
  • PLUGINS 12
  • Reporting 1
  • Shorts 9
  • SQL 18
Copyright © 2024 Ontoor Solutions. All Rights Reserved.
Copyright 2025 — Ontoor blogs. All rights reserved. Bloghash WordPress Theme
Scroll to Top