SlideShare une entreprise Scribd logo
1  sur  48
 
IBM® Lotus® iNotes™ Customization ,[object Object],[object Object],AD216
Agenda ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
How customizable is Lotus iNotes? ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Template and Forms File mail85.ntf mailUser.nsf iNotesorms85.nsf References Lotus iNotes Page View Design Data Most Design: CSS, JavaScript, Images, HTML Inherits
Special Icon Note items ,[object Object],Note: Only a hard coded list of Forms Template File values are presently supported on the server.  The following NOTES.INI setting provides a means to override: iNotes_WA_FormsFiles=iNotes/Custom85.nsf, iNotes/Forms85.nsf,iNotes/Forms8.nsf,iNotes/Forms7.nsf,iNotes/Forms6.nsf DB which houses common design elements “ iNotes/Forms85.nsf” $FormsTemplateFile Enable Lotus iNotes variations within Quickplace page generation “ 1” $WebHybridDb Enable Quickplace page generation logic “ 1” $HaikuFlags
Ways to customize Lotus iNotes ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Policy support Right double-click to close Mark documents read on preview Save sent mail Sign sent mail Encrypt sent mail Mail notification Internet mail format Mail basics Followup Attention indicators Message recall Calendar basics Calendar display Notices Scheduling Automatic processing Rooms and resources Mail & Calendar delegation User UI mode Functional areas Functional area at login Maximum attachment size Mail threads Remote image display Browser cache management Logout scrubbing Allowing attachments Instant messaging features Default spell check dictionary iNotes ActiveX Enabling feeds Widget enablement Lotus Quickr™ integration Calendar subscriptions Offline settings Shared Desktop Policies Shared Mail Policies iNotes Mail Policies
New architecture in 8.5 ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Custom_JS_Lite subform ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Some functions in Custom_JS_Lite Form Callbacks and Functions Set which columns get displayed when alternate name is enabled API_ GetWhoAndAltWhoColNamesForView_ Lite Set which columns get displayed for the Mail portlet.  New in 8.0 API_SetPortalMailViewColumns_Lite Add additional time zones API_TimeZones_Lite Invoked prior to submitting an action to the server Scene_PreSubmit_Lite Invoked after each widget is initialized Scene_PostLoad_Lite Add, remove or change actions Scene_Actions_Lite
More functions in Custom_JS_Lite Helpers Custom_ActionsHelper _Lite  subform Returns URL path up to and including “.nsf” API_GetMailfilePath_Lite Returns true if view page API_IsView_Lite Returns array of strings representing UNIDs API_GetSelectedDocs_Lite Display menu position numbers - “classic” forms checkActionPositions Display menu IDs checkActionIDs Changes position of menus or submenus repositionActionsLite  Remove menus or submenus from action bar removeActionsLite Add new menus or submenus to action bar addActionsLite
Additional customization forms and subforms Modify the displayed banner Custom_Banner_Lite Add additional CSS styles Custom_CSS Add a masthead at the top of the page Custom_Masthead Add new fonts in the rich text editor Custom_JS_Edit Add additional web sites for Web page panel choices Custom_Welcome
checkActionIDs and checkPositions functions ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
How do you edit Lotus iNotes markup? ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Demo 1: Basic customizations
Scene names ,[object Object],[object Object],Page s_SceneName s_NotebookPage Notebook entry s_Contact Contact entry s_ToDo To Do item s_Appointment Calendar entry Memo Mail message - Lite mode s_MailMemo Mail message
Some submit actions (“classic” forms only) s_SubmitAction Description Insert image h_Image Insert link h_Link Spell check h_SpellCheck Save (without closing window) h_TempSave Save h_Jump Send and file message h_ShimmerSendAndFile Send message h_ShimmerSend Cancel h_Exit
Skin groups and types ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Example: f_ShimmerSkin-h_ListFolder
Stylesheets ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Example: f_ShimmerSkin_Gecko-h_StyleSheetDocuments
Which skin is used? ,[object Object],[object Object],[object Object],[object Object],[object Object]
Skin components - h_ListFolder Modepanel_ SkinComponent_Lite ShimmerSwitcher_ SkinComponent_Lite SceneLabel_ SkinComponent_Lite ShimmerMainTabs_ SkinComponent_Lite Search_ SkinComponent_Lite PageContent_ SkinComponent_Lite ServerTitleAndMailQuota_ SkinComponent_Lite Custom_Banner_ Lite
Sample skin HTML segment ,[object Object],[object Object],[object Object],[object Object],[object Object],<div id=&quot;e-maintabs-container&quot; class=&quot;s-toppanel&quot;> <InsertNotesSubForm name=&quot;ShimmerMainTabs_SkinComponent_Lite&quot;> </div> <div class=&quot;s-toppanel&quot; style=&quot;height:1.5em;&quot;> <InsertNotesSubForm name=&quot;Modepanel_SkinComponent_Lite&quot;> </div> Skin components
Demo 2: Skin customization
Ultralite skin customization
Customizing Ultralite mode ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Referring to new resources ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
More on skin customization ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Lotus iNotes Web page construction ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
iNotes code/forms ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Subforms used by “classic” forms ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Example: s_AppointmentEdit_Init
Widgets ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Special server-side tags ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Insert content from other design elements
Special server-side tags ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Persisted and computed for display items
To add a new field to an existing object ,[object Object],[object Object],[object Object],[object Object],[object Object]
Special server-side tags ,[object Object],[object Object],[object Object],Comments
Special server-side tags ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Computed text block
Special custom formulas Additional formulas to support Lotus iNotes applications ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
dwa: tags ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Miscellaneous ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
QueryOpen/QuerySave agents ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Debugging tools ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Summary ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Future possibilities ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Related sessions/resources ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
On-line resources ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Questions?
Legal disclaimer ,[object Object],[object Object],[object Object],[object Object],[object Object]

Contenu connexe

Tendances

IBM Connections - Customizing and Extending
IBM Connections - Customizing and ExtendingIBM Connections - Customizing and Extending
IBM Connections - Customizing and ExtendingStuart McIntyre
 
BP104 Have it YOUR way amd make it work for YOU
BP104 Have it YOUR way amd make it work for YOUBP104 Have it YOUR way amd make it work for YOU
BP104 Have it YOUR way amd make it work for YOUMat Newman
 
Customizing the Look of Lotus Notes 8
Customizing the Look of Lotus Notes 8Customizing the Look of Lotus Notes 8
Customizing the Look of Lotus Notes 8dominion
 
bccon-2014 str06 ibm-notes-browser-plug-in_9.0.1
bccon-2014 str06 ibm-notes-browser-plug-in_9.0.1bccon-2014 str06 ibm-notes-browser-plug-in_9.0.1
bccon-2014 str06 ibm-notes-browser-plug-in_9.0.1ICS User Group
 
SHOW301 - Make Your IBM Connections Deployment Your Own: Customize It!
SHOW301 - Make Your IBM Connections Deployment Your Own: Customize It!SHOW301 - Make Your IBM Connections Deployment Your Own: Customize It!
SHOW301 - Make Your IBM Connections Deployment Your Own: Customize It!Klaus Bild
 
Social Connections VI — IBM Connections Extensions and Themes Demystified
Social Connections VI — IBM Connections Extensions and Themes DemystifiedSocial Connections VI — IBM Connections Extensions and Themes Demystified
Social Connections VI — IBM Connections Extensions and Themes DemystifiedClaudio Procida
 
Presentation building the ibm®lotus®domino®8.5 infrastructure
Presentation   building the ibm®lotus®domino®8.5 infrastructurePresentation   building the ibm®lotus®domino®8.5 infrastructure
Presentation building the ibm®lotus®domino®8.5 infrastructurexKinAnx
 
IBM Notes : Have it your way and make it work for you
IBM Notes : Have it your way and make it work for you IBM Notes : Have it your way and make it work for you
IBM Notes : Have it your way and make it work for you Vinayak Tavargeri
 
User Access Manager for IBM Connections (UAM)
User Access Manager for IBM Connections (UAM)User Access Manager for IBM Connections (UAM)
User Access Manager for IBM Connections (UAM)TIMETOACT GROUP
 
Ibm connections docs 2 install guide
Ibm connections docs 2 install guideIbm connections docs 2 install guide
Ibm connections docs 2 install guideRoberto Boccadoro
 
IBM Mail Support for Microsoft Outlook
IBM Mail Support for Microsoft OutlookIBM Mail Support for Microsoft Outlook
IBM Mail Support for Microsoft Outlookjayeshpar2006
 
Open mic imsmo for scn 24th aug 2016
Open mic  imsmo for scn 24th aug 2016Open mic  imsmo for scn 24th aug 2016
Open mic imsmo for scn 24th aug 2016sreeJk
 
The Silence of the Installers
The Silence of the InstallersThe Silence of the Installers
The Silence of the InstallersKlaus Bild
 
Open Mic "Notes Federated Login"
Open Mic "Notes Federated Login"Open Mic "Notes Federated Login"
Open Mic "Notes Federated Login"Ranjit Rai
 
Open mic activity logging
Open mic activity loggingOpen mic activity logging
Open mic activity loggingRanjit Rai
 
Custom theme creation websphere portal 8.5
Custom theme creation websphere portal 8.5Custom theme creation websphere portal 8.5
Custom theme creation websphere portal 8.5michele buccarello
 
IBM Presents the Notes Domino Roadmap and a Deep Dive into Feature Pack 8
IBM Presents the Notes Domino Roadmap and a Deep Dive into Feature Pack 8IBM Presents the Notes Domino Roadmap and a Deep Dive into Feature Pack 8
IBM Presents the Notes Domino Roadmap and a Deep Dive into Feature Pack 8Teamstudio
 
IBM Connect/lotusphere 2013 BP101 UserBlast
IBM Connect/lotusphere 2013 BP101 UserBlastIBM Connect/lotusphere 2013 BP101 UserBlast
IBM Connect/lotusphere 2013 BP101 UserBlastMat Newman
 
Fusion P8 for FileNet Overview
Fusion P8 for FileNet OverviewFusion P8 for FileNet Overview
Fusion P8 for FileNet OverviewMarc-Henri Cerar
 
Installing community surveys in connections 5.5
Installing community surveys in connections 5.5Installing community surveys in connections 5.5
Installing community surveys in connections 5.5Roberto Boccadoro
 

Tendances (20)

IBM Connections - Customizing and Extending
IBM Connections - Customizing and ExtendingIBM Connections - Customizing and Extending
IBM Connections - Customizing and Extending
 
BP104 Have it YOUR way amd make it work for YOU
BP104 Have it YOUR way amd make it work for YOUBP104 Have it YOUR way amd make it work for YOU
BP104 Have it YOUR way amd make it work for YOU
 
Customizing the Look of Lotus Notes 8
Customizing the Look of Lotus Notes 8Customizing the Look of Lotus Notes 8
Customizing the Look of Lotus Notes 8
 
bccon-2014 str06 ibm-notes-browser-plug-in_9.0.1
bccon-2014 str06 ibm-notes-browser-plug-in_9.0.1bccon-2014 str06 ibm-notes-browser-plug-in_9.0.1
bccon-2014 str06 ibm-notes-browser-plug-in_9.0.1
 
SHOW301 - Make Your IBM Connections Deployment Your Own: Customize It!
SHOW301 - Make Your IBM Connections Deployment Your Own: Customize It!SHOW301 - Make Your IBM Connections Deployment Your Own: Customize It!
SHOW301 - Make Your IBM Connections Deployment Your Own: Customize It!
 
Social Connections VI — IBM Connections Extensions and Themes Demystified
Social Connections VI — IBM Connections Extensions and Themes DemystifiedSocial Connections VI — IBM Connections Extensions and Themes Demystified
Social Connections VI — IBM Connections Extensions and Themes Demystified
 
Presentation building the ibm®lotus®domino®8.5 infrastructure
Presentation   building the ibm®lotus®domino®8.5 infrastructurePresentation   building the ibm®lotus®domino®8.5 infrastructure
Presentation building the ibm®lotus®domino®8.5 infrastructure
 
IBM Notes : Have it your way and make it work for you
IBM Notes : Have it your way and make it work for you IBM Notes : Have it your way and make it work for you
IBM Notes : Have it your way and make it work for you
 
User Access Manager for IBM Connections (UAM)
User Access Manager for IBM Connections (UAM)User Access Manager for IBM Connections (UAM)
User Access Manager for IBM Connections (UAM)
 
Ibm connections docs 2 install guide
Ibm connections docs 2 install guideIbm connections docs 2 install guide
Ibm connections docs 2 install guide
 
IBM Mail Support for Microsoft Outlook
IBM Mail Support for Microsoft OutlookIBM Mail Support for Microsoft Outlook
IBM Mail Support for Microsoft Outlook
 
Open mic imsmo for scn 24th aug 2016
Open mic  imsmo for scn 24th aug 2016Open mic  imsmo for scn 24th aug 2016
Open mic imsmo for scn 24th aug 2016
 
The Silence of the Installers
The Silence of the InstallersThe Silence of the Installers
The Silence of the Installers
 
Open Mic "Notes Federated Login"
Open Mic "Notes Federated Login"Open Mic "Notes Federated Login"
Open Mic "Notes Federated Login"
 
Open mic activity logging
Open mic activity loggingOpen mic activity logging
Open mic activity logging
 
Custom theme creation websphere portal 8.5
Custom theme creation websphere portal 8.5Custom theme creation websphere portal 8.5
Custom theme creation websphere portal 8.5
 
IBM Presents the Notes Domino Roadmap and a Deep Dive into Feature Pack 8
IBM Presents the Notes Domino Roadmap and a Deep Dive into Feature Pack 8IBM Presents the Notes Domino Roadmap and a Deep Dive into Feature Pack 8
IBM Presents the Notes Domino Roadmap and a Deep Dive into Feature Pack 8
 
IBM Connect/lotusphere 2013 BP101 UserBlast
IBM Connect/lotusphere 2013 BP101 UserBlastIBM Connect/lotusphere 2013 BP101 UserBlast
IBM Connect/lotusphere 2013 BP101 UserBlast
 
Fusion P8 for FileNet Overview
Fusion P8 for FileNet OverviewFusion P8 for FileNet Overview
Fusion P8 for FileNet Overview
 
Installing community surveys in connections 5.5
Installing community surveys in connections 5.5Installing community surveys in connections 5.5
Installing community surveys in connections 5.5
 

Similaire à IBM Lotus iNotes 8.5 Customization

Share point 2010-uiimprovements
Share point 2010-uiimprovementsShare point 2010-uiimprovements
Share point 2010-uiimprovementsLiquidHub
 
IBM Connect 2014 - AD105: IBM iNotes and IBM SmartCloud Notes Web Customizati...
IBM Connect 2014 - AD105: IBM iNotes and IBM SmartCloud Notes Web Customizati...IBM Connect 2014 - AD105: IBM iNotes and IBM SmartCloud Notes Web Customizati...
IBM Connect 2014 - AD105: IBM iNotes and IBM SmartCloud Notes Web Customizati...IBM Connections Developers
 
Drupal 8 for site builders
Drupal 8 for site buildersDrupal 8 for site builders
Drupal 8 for site buildersKim Pepper
 
Customizing IBM Connections 3.0 - LS11 AD304
Customizing IBM Connections 3.0 - LS11 AD304Customizing IBM Connections 3.0 - LS11 AD304
Customizing IBM Connections 3.0 - LS11 AD304malexanderIBM
 
Session 2: Office as a development platform with Visual Studio 2008
Session 2: Office as a development platform with Visual Studio 2008Session 2: Office as a development platform with Visual Studio 2008
Session 2: Office as a development platform with Visual Studio 2008ukdpe
 
Hnd201 Building Ibm Lotus Domino Applications With Ajax Plugins
Hnd201 Building Ibm Lotus Domino Applications With Ajax PluginsHnd201 Building Ibm Lotus Domino Applications With Ajax Plugins
Hnd201 Building Ibm Lotus Domino Applications With Ajax Pluginsdominion
 
Asp.Net 2.0 Presentation
Asp.Net 2.0 PresentationAsp.Net 2.0 Presentation
Asp.Net 2.0 Presentationsasidhar
 
Marky Markup and the Funky Bunch
Marky Markup and the Funky BunchMarky Markup and the Funky Bunch
Marky Markup and the Funky Bunchdtraft
 
SharePoint 2010 For Developers
SharePoint 2010 For DevelopersSharePoint 2010 For Developers
SharePoint 2010 For DevelopersSparked
 
Silverstripe 2.4-highlights-gpmd
Silverstripe 2.4-highlights-gpmdSilverstripe 2.4-highlights-gpmd
Silverstripe 2.4-highlights-gpmdGPMD Ltd
 
Introduction to Zend Framework
Introduction to Zend FrameworkIntroduction to Zend Framework
Introduction to Zend FrameworkJamie Hurst
 
Getting Started with Iron Speed Designer
Getting Started with Iron Speed DesignerGetting Started with Iron Speed Designer
Getting Started with Iron Speed DesignerIron Speed
 
Share point 2013 Building Websites
Share point 2013 Building WebsitesShare point 2013 Building Websites
Share point 2013 Building WebsitesSuhas R Satish
 
Designing SharePoint 2010 for Business
Designing SharePoint 2010 for BusinessDesigning SharePoint 2010 for Business
Designing SharePoint 2010 for BusinessKanwal Khipple
 
Developing joomla 1.6 templates
Developing joomla 1.6 templatesDeveloping joomla 1.6 templates
Developing joomla 1.6 templatesChad Windnagle
 
Lotus Notes Blog Template
Lotus Notes Blog TemplateLotus Notes Blog Template
Lotus Notes Blog Templateprojectdxguy
 
Essential html tweaks for accessible themes
Essential html tweaks for accessible themesEssential html tweaks for accessible themes
Essential html tweaks for accessible themesMartin Stehle
 
Oleksandr Krakovetskyi - Orchard CMS
Oleksandr Krakovetskyi - Orchard CMSOleksandr Krakovetskyi - Orchard CMS
Oleksandr Krakovetskyi - Orchard CMSCiklum Ukraine
 

Similaire à IBM Lotus iNotes 8.5 Customization (20)

Share point 2010-uiimprovements
Share point 2010-uiimprovementsShare point 2010-uiimprovements
Share point 2010-uiimprovements
 
IBM Connect 2014 - AD105: IBM iNotes and IBM SmartCloud Notes Web Customizati...
IBM Connect 2014 - AD105: IBM iNotes and IBM SmartCloud Notes Web Customizati...IBM Connect 2014 - AD105: IBM iNotes and IBM SmartCloud Notes Web Customizati...
IBM Connect 2014 - AD105: IBM iNotes and IBM SmartCloud Notes Web Customizati...
 
Drupal 8 for site builders
Drupal 8 for site buildersDrupal 8 for site builders
Drupal 8 for site builders
 
Customizing IBM Connections 3.0 - LS11 AD304
Customizing IBM Connections 3.0 - LS11 AD304Customizing IBM Connections 3.0 - LS11 AD304
Customizing IBM Connections 3.0 - LS11 AD304
 
Session 2: Office as a development platform with Visual Studio 2008
Session 2: Office as a development platform with Visual Studio 2008Session 2: Office as a development platform with Visual Studio 2008
Session 2: Office as a development platform with Visual Studio 2008
 
Lotus Domino 8.5
Lotus Domino 8.5Lotus Domino 8.5
Lotus Domino 8.5
 
Hnd201 Building Ibm Lotus Domino Applications With Ajax Plugins
Hnd201 Building Ibm Lotus Domino Applications With Ajax PluginsHnd201 Building Ibm Lotus Domino Applications With Ajax Plugins
Hnd201 Building Ibm Lotus Domino Applications With Ajax Plugins
 
Asp.Net 2.0 Presentation
Asp.Net 2.0 PresentationAsp.Net 2.0 Presentation
Asp.Net 2.0 Presentation
 
Marky Markup and the Funky Bunch
Marky Markup and the Funky BunchMarky Markup and the Funky Bunch
Marky Markup and the Funky Bunch
 
SharePoint 2010 For Developers
SharePoint 2010 For DevelopersSharePoint 2010 For Developers
SharePoint 2010 For Developers
 
Silverstripe 2.4-highlights-gpmd
Silverstripe 2.4-highlights-gpmdSilverstripe 2.4-highlights-gpmd
Silverstripe 2.4-highlights-gpmd
 
Introduction to Zend Framework
Introduction to Zend FrameworkIntroduction to Zend Framework
Introduction to Zend Framework
 
Getting Started with Iron Speed Designer
Getting Started with Iron Speed DesignerGetting Started with Iron Speed Designer
Getting Started with Iron Speed Designer
 
Orchard
OrchardOrchard
Orchard
 
Share point 2013 Building Websites
Share point 2013 Building WebsitesShare point 2013 Building Websites
Share point 2013 Building Websites
 
Designing SharePoint 2010 for Business
Designing SharePoint 2010 for BusinessDesigning SharePoint 2010 for Business
Designing SharePoint 2010 for Business
 
Developing joomla 1.6 templates
Developing joomla 1.6 templatesDeveloping joomla 1.6 templates
Developing joomla 1.6 templates
 
Lotus Notes Blog Template
Lotus Notes Blog TemplateLotus Notes Blog Template
Lotus Notes Blog Template
 
Essential html tweaks for accessible themes
Essential html tweaks for accessible themesEssential html tweaks for accessible themes
Essential html tweaks for accessible themes
 
Oleksandr Krakovetskyi - Orchard CMS
Oleksandr Krakovetskyi - Orchard CMSOleksandr Krakovetskyi - Orchard CMS
Oleksandr Krakovetskyi - Orchard CMS
 

IBM Lotus iNotes 8.5 Customization

  • 1.  
  • 2.
  • 3.
  • 4.
  • 5. Template and Forms File mail85.ntf mailUser.nsf iNotesorms85.nsf References Lotus iNotes Page View Design Data Most Design: CSS, JavaScript, Images, HTML Inherits
  • 6.
  • 7.
  • 8. Policy support Right double-click to close Mark documents read on preview Save sent mail Sign sent mail Encrypt sent mail Mail notification Internet mail format Mail basics Followup Attention indicators Message recall Calendar basics Calendar display Notices Scheduling Automatic processing Rooms and resources Mail & Calendar delegation User UI mode Functional areas Functional area at login Maximum attachment size Mail threads Remote image display Browser cache management Logout scrubbing Allowing attachments Instant messaging features Default spell check dictionary iNotes ActiveX Enabling feeds Widget enablement Lotus Quickr™ integration Calendar subscriptions Offline settings Shared Desktop Policies Shared Mail Policies iNotes Mail Policies
  • 9.
  • 10.
  • 11. Some functions in Custom_JS_Lite Form Callbacks and Functions Set which columns get displayed when alternate name is enabled API_ GetWhoAndAltWhoColNamesForView_ Lite Set which columns get displayed for the Mail portlet. New in 8.0 API_SetPortalMailViewColumns_Lite Add additional time zones API_TimeZones_Lite Invoked prior to submitting an action to the server Scene_PreSubmit_Lite Invoked after each widget is initialized Scene_PostLoad_Lite Add, remove or change actions Scene_Actions_Lite
  • 12. More functions in Custom_JS_Lite Helpers Custom_ActionsHelper _Lite subform Returns URL path up to and including “.nsf” API_GetMailfilePath_Lite Returns true if view page API_IsView_Lite Returns array of strings representing UNIDs API_GetSelectedDocs_Lite Display menu position numbers - “classic” forms checkActionPositions Display menu IDs checkActionIDs Changes position of menus or submenus repositionActionsLite Remove menus or submenus from action bar removeActionsLite Add new menus or submenus to action bar addActionsLite
  • 13. Additional customization forms and subforms Modify the displayed banner Custom_Banner_Lite Add additional CSS styles Custom_CSS Add a masthead at the top of the page Custom_Masthead Add new fonts in the rich text editor Custom_JS_Edit Add additional web sites for Web page panel choices Custom_Welcome
  • 14.
  • 15.
  • 16. Demo 1: Basic customizations
  • 17.
  • 18. Some submit actions (“classic” forms only) s_SubmitAction Description Insert image h_Image Insert link h_Link Spell check h_SpellCheck Save (without closing window) h_TempSave Save h_Jump Send and file message h_ShimmerSendAndFile Send message h_ShimmerSend Cancel h_Exit
  • 19.
  • 20.
  • 21.
  • 22. Skin components - h_ListFolder Modepanel_ SkinComponent_Lite ShimmerSwitcher_ SkinComponent_Lite SceneLabel_ SkinComponent_Lite ShimmerMainTabs_ SkinComponent_Lite Search_ SkinComponent_Lite PageContent_ SkinComponent_Lite ServerTitleAndMailQuota_ SkinComponent_Lite Custom_Banner_ Lite
  • 23.
  • 24. Demo 2: Skin customization
  • 26.
  • 27.
  • 28.
  • 29.
  • 30.
  • 31.
  • 32.
  • 33.
  • 34.
  • 35.
  • 36.
  • 37.
  • 38.
  • 39.
  • 40.
  • 41.
  • 42.
  • 43.
  • 44.
  • 45.
  • 46.
  • 48.

Notes de l'éditeur

  1. -