Anonymous
Log on
Help
Lotus Notes and Domino Application Development wiki
All Wikis
Home
Community Articles
Product Documentation
Learning Center
Search Scope
All Content
Community Articles
Product Documentation
Learning Center
Redbooks Wiki: Best Practices for Domino 8.0 Web Application Development
Redbooks Wiki: Building Domino Web Applications using Domino 8.5.1
Redbooks Wiki: Creating Plugins for Lotus Notes, Sametime, and Symphony
Redbooks Wiki: Lotus Domino Development Best Practices
--------------
Custom search scope...
Search for...
Search
Advanced Search
Categories
Tag Cloud
6.0
6.5
8.0
8.5
8.5.1
8.5.2
8.5.3
action bar
Agents
Ajax
app dev
Application
beginner
C&S
calendaring and scheduling
client
composite applications
Controls
converters
css
Custom controls
Data Binding
db2
design elements
dialog boxes
Documents
Dojo
Domino
Domino Designer
Domino Designer 8.5
DXL
Eclipse
error handling
errors
extensions
FAQ
Forms
formulas
getting started
globalization
Help
html
Installation
interface
internationalization
iPhone
Java
JavaScript
localization
Lotus Domino Designer
LotusScript
LotusSphere
LotusTechInfo
menu bar
Mobile
new user
Notes
Notes 8
notes.ini
NSD
OpenNTF
partial update
performance
Pickers
Portal
presentations
programming
Redbooks
Requested Articles
roadmap
rooms and resources
samples
Scripting
security
tabs
templates
themes
Tips
toolbar
troubleshooting
tutorials
validation
variables
video
VideoFest
View
view control
ViewPanel
Views
web
Web apps
Web services
webdev
XML
Xpage
XPages
XPages Extensibility API
xsp-config
データソース
九州地区ノーツパートナー会
Information
You are currently viewing machine translated content. IBM translation might be available. Click
IBM Translated Product Documentation
to see what is available.
X
Edit Article
Add an Article
Share
Email
Facebook
Twitter
LinkedIn
Delicious
Digg
StumbleUpon
Print
Print article only
Print article and comments
Subscribe
Recent Edits to this Article
Recent Added Comments to this Article
Home
>
Developing XPage Applications >
Accessing an Image Resource as a Favicon on XPages
Accessing an Image Resource as a Favicon on XPages
Abstract
Abstract
Favicons (like the Lotus Notes image on the tab and address bar when you're looking at this page in your browser) help give your website / application the personal touch. But there's something you need to be careful about...
Show
Table of Contents
Hide
Table of Contents
0.1 About the Author
Favicons can help give your web applications the personal touch. If you save it as an image resource in your application and Anonymous access is Reader or above, there is no problem. However, if Anonymous is No Access, the favicon will not show, even for authenticated users. For some reason the favicon is accessed using Anonymous access. So if Anonymous should have no access, you need to allow Anonymous to Read Public Documents and tick "Available to Public Access users" on the Security image resource. This is the same whether your favicon is referenced in specific XPages or in the application theme.
If you want to make your favicon application-wide, you can include it in a theme with the following code:
<control>
<property>
<name>pageIcon</name>
<value>favicon.ico</value>
</property>
</control>
About the Author
Paul Withers is a Domino Developer at Intec Systems Ltd. The original post of this and other tips / observations / tutorials are available at the
Intec Blog
Article information
Article information
Category:
Developing XPage Applications
Tags:
XPages
,
Web apps
This Version:
Version
3
March 26, 2010
5:49:24 PM
by
Paul S. Withers
Edit Article
Attachments (0)
Attachments (0)
Versions (3)
Versions (3)
Version Comparison
Compare version
Current 3
2
1
with version
Current 3
2
1
Compare selected versions
Version
Date
Changed by
Summary of changes
This version (3)
Mar 26, 2010 5:49:24 PM
Paul S. Withers
2
Mar 26, 2010 5:47:56 PM
Paul S. Withers
1
Mar 26, 2010 5:47:18 PM
Paul S. Withers
Comments (0)
Comments (0)
Add comment
Copy and paste this wiki markup to link to this article from another article in this wiki.
Link:
Close