- IBM Lotus Domino: Classic Web Application Development Techniques
- Richard G. Ellis
- 190字
- 2021-04-09 21:11:57
Conventions
In this book, you will find a number of styles of text that distinguish different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code within text is shown as follows: "The styleActionBar
JavaScript function in the ActionBar.js
JavaScript library contains just a few lines."
A block of code is set as follows:
function styleActionBar() { var form = document.forms[0] ; var tables = form.getElementsByTagName("TABLE") ; var actionbar = tables[0] ; actionbar.className += " actionbar" ; return true ; }
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
Dim session As New NotesSession Dim db As NotesDatabase Dim doc As NotesDocument
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "On the Basic Notes Client Configuration tab, in the Additional options list, check the Use Web palette option."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- PS是這樣玩的:輕松掌握 Photoshop 通關秘籍
- Entity Framework Tutorial
- 圖解Word 2007圖文排版與辦公應用
- 零基礎學后期:Photoshop+Lightroom數碼照片處理從新手到高手
- SolidWorks2014基礎實例教程
- 剪映短視頻剪輯與運營全攻略:視頻剪輯+音頻處理+后期特效+運營管理
- SOA Patterns with BizTalk Server 2009
- SOLIDWORKS中文版實用教程
- CAXA電子圖板2016基礎與實例教程
- 中文版Photoshop CS6從新手到高手(超值版)
- Building Websites with PHP/Nuke
- Vue 企業開發實戰
- JBoss Tools 3 Developers Guide
- AI繪畫基礎與商業實戰
- Java EE 5 Development with NetBeans 6