Tuesday 24 November 2015

Navigation Bar


Navigation Bar- oracle apex 5.0

Pranav.shahRookie
    Hello,
    Question 1 : i want to use image and text in Navigation bar like..
    q1.PNG
    Instead of Sample App i need Image (logo) but its not working.
    i have achieved above in two steps.
    First step:
    Application Attributes - > Logo Type ->Sample App
    Second step :
    Theme Roller :
    .t-Header-logo a span { 
      font-size: 3.8rem; 
    }
    .t-Header-logo a span:after { 
      font-size: 1.8rem; 
      content: " - This is a sample application."; 
    Question 2:
    how can i break this text its dynamic.

    q2.PNG

    like ...
    Nobody
    Tuesday, November 24,2015
    log out
    Right now its in one line i want to break it.

    Solution:
    ---------------------------------
    Created One Application level Item and Computation.
    --------------------------------------------------
    Call them in Global Page(create another computation in page 0 with static values - Call it Before Header)
    . --------------------------- 
    Create Table Structure in HTMl format in it with Before Header Optinon Selected.
    ---------------------------------------- 
    Call Page 0 Computation in Shared Components -> User Interface attributes -> Text -> &logo.
    ---------------------------------------- 
    you will have Image || text both at same time.

    No comments:

    Post a Comment

    Show values in right side of shuttle

    While working with select list and shuttle, when we want to display values into right side of shuttle depending upon selection from select ...