A basic requirement in most implementations is displaying company logo. This article shows how to achieve it in Application Express.
Requirement:
Display Apps2Fusion logo on Person Details application http://apex.oracle.com/pls/apex/f?p=62577. To take step forward, I want to make the image clickable to redirect user to apps2fusion website in separate window.
Implementation:
Brief Steps are
- Upload company logo image in Shared Components > Images > Create button.
- Go to Shared Components > Definition (Under Application section). In Logo section, enter logo type as Image and logo as #WORKSPACE_IMAGES#a2f_logo_s.JPG. #WORKSPACE_IMAGES# is a substitution string which is replaced with actual location of image.
- To make logo clickable, enter logo type as Text and logo as
Why I switched to logo type as Text to implement clickable logo?
Lets see the detailed steps with screenshots.
- Go to Shared Components > Images (Under Files section). This displays all the available images in application. Choose create to upload new image. Note that application field is optional.
- Go to Shared Components > Definition (Under Application section). For non-clickable logo, choose logo type as Image and logo as #WORKSPACE_IMAGES#a2f_logo_s.JPG. I've used logo attributes for setting alternate text and title. Alternate text (alt) is used when image cannot displayed.
- For clickable logo, choose logo type as Text and logo as
. This HTML text is image tag wrapped around anchor tag with href and target attributes.
- Apply Changes and run the application.
Apps2Fusion logo is shown in top left portion of the application.
How #WORKSPACE_IMAGES# substitution string works?
Viewing page source is good way to check how substitution strings are replaced. In case of #WORKSPACE_IMAGES#a2f_logo_s.JPG substitution string, it is replaced with a function call wwv_flow_file_mgr.get_file?p_security_group_id=5937624817042064053&p_fname=a2f_logo_s.JPG
where p_security_group_id is workspace identifier. Package wwv_flow_file_mgr is in FLOWS_020100 which APEX 3.2 schema. wwv_flow_file_mgr.get_file fetches file from APEX_WORKSPACE_FILES table which contains images, css files and javascript files. Since APEX_WORKSPACE_FILES is one-stop table for above files, to reference css/javascript files in HTML code you can use same substitution string #WORKSPACES_IMAGES# like #WORKSPACE_IMAGES#custom.css or #WORKSPACE_IMAGES#customjs.js
What is difference between #WORKSPACE_IMAGES# and #APP_IMAGES# substitution strings?
APEX Workspace can contain one or more applications. If application field is left NULL when creating an image, image take global or workspace scope. It means it is not attached to any specific application.
#WORKSPACE_IMAGES# substitution string is used for accessing workspace and application images. It is replaced with wwv_flow_file_mgr.get_file?p_security_group_id=&p_fname=
#APP_IMAGES# substitution string is used for accessing only application images. It is replaced with wwv_flow_file_mgr.get_file?p_security_group_id=&p_flow_id=&p_fname=
Note the extra parameter p_flow_id added to same function call.
If image is workspace image, #APP_IMAGES# substitution string cannot be used.
What is difference between #WORKSPACE_IMAGES# substitution string and /i/ notation for accessing images?
/i/ notation can also be used for accessing images. /i/ points to physical directory on the server where images are located. Suppose if APEX3.2 is installed on windows, /i/ points to
Which notation to use? Personally I prefer #WORKSPACE_IMAGES# notation as I can upload images from APEX application which does not require access to server physical directories. I can also see the images in Shared Components > Images when they are uploaded from APEX application.
URL for the application:
My application can be accessed using the url http://apex.oracle.com/pls/apex/f?p=62577:1
written by Saravanan Ayyanar , June 18, 2009
I have concurrent program defined. I have added the debug message in the program to track the status. When I run this program, I couldn't see this message. Once this program is completed, I could see the debug messages.
When program is running, I want to see the debug messages. Can you please help me on this.
Regards
Saravanan.A
written by naushad , June 13, 2010
Thank you very much.
naushad.
written by susan mark , July 17, 2010
written by susi jhons , July 17, 2010
written by Jaganmohan , August 09, 2010
Jaganmohan Krishnamoorthy
REDKNEE India.
written by Jaganmohan , August 11, 2010
Finally, I could able to display logo in Apex 4.0 , after removing prefix and using #WORKSPACE_IMAGES# substitution string.
Thanks.
Jaganmohan Krishnamoorthy
REDKNEE India.
written by Emmanuel , November 04, 2010
written by anna123 , December 04, 2010
But it is not working.
And what is this htlmdb in path of image?
Please explain in details.
and hossain,
If your problem is solved then you please help me.
I would be thankful to you.
regards,
http://paraorkut9.org/
written by Kaithy Aravind Reddy , January 12, 2011
written by custom logo design , May 31, 2011
custom logo design
written by James , July 15, 2011
1. I am not able to resize my logo to a small logo on top of the pages.
2. I am not able to arrange my pages for the regions to appear column-wise..i.e region for navigation bars to the left,center for main texts and lright column for announcements/adverts for my intranet to look smart and organised.
3. Lastly, in my entry application screen, I am not able to press enter key so that it goes to the next field.
Kindly assist.
Thanks
James
my email is This e-mail address is being protected from spambots. You need JavaScript enabled to view it '> This e-mail address is being protected from spambots. You need JavaScript enabled to view it
Jemo2009
Joined: Fri Jul 15, 2011 7:20 am
written by C***p Logo design , August 18, 2011
i just bookmarked your site and i will share it with others.






advance thanks.