- Mastering ServiceNow Scripting
- Andrew Kindred
- 146字
- 2021-06-24 19:08:36
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "The onLoad client script type runs script when a form is loaded."
A block of code is set as follows:
function onChange(control, oldValue, newValue, isLoading, isTemplate) {
if (isLoading || newValue === '') {
return;
}
//Type appropriate comment here, and begin script below
}
Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "To access the studio navigate to System Applications | Studio. "
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- 自動控制工程設計入門
- Getting Started with Oracle SOA B2B Integration:A Hands-On Tutorial
- 數據庫原理與應用技術學習指導
- 空間傳感器網絡復雜區域智能監測技術
- 21天學通C#
- Windows環境下32位匯編語言程序設計
- 21天學通Visual C++
- 人工智能實踐錄
- 空間站多臂機器人運動控制研究
- RedHat Linux用戶基礎
- 水晶石影視動畫精粹:After Effects & Nuke 影視后期合成
- Apache源代碼全景分析(第1卷):體系結構與核心模塊
- Web編程基礎
- 工業機器人編程指令詳解
- 服務器配置與應用(Windows Server 2008 R2)