- 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.
推薦閱讀
- Learning Microsoft Azure Storage
- Python Data Science Essentials
- 最簡數(shù)據(jù)挖掘
- 永磁同步電動機(jī)變頻調(diào)速系統(tǒng)及其控制(第2版)
- 現(xiàn)代傳感技術(shù)
- 電腦主板現(xiàn)場維修實(shí)錄
- 面向?qū)ο蟪绦蛟O(shè)計(jì)綜合實(shí)踐
- IBM? SmartCloud? Essentials
- Cloudera Hadoop大數(shù)據(jù)平臺實(shí)戰(zhàn)指南
- 納米集成電路制造工藝(第2版)
- 開放自動化系統(tǒng)應(yīng)用與實(shí)戰(zhàn):基于標(biāo)準(zhǔn)建模語言IEC 61499
- 網(wǎng)絡(luò)安全原理與應(yīng)用
- 軟件需求最佳實(shí)踐
- 多傳感器數(shù)據(jù)智能融合理論與應(yīng)用
- 三維動畫制作(3ds max7.0)