- Microsoft Dynamics CRM 2011 Scripting Cookbook
- Nicolae Tarla
- 147字
- 2021-07-27 18:12:36
Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "Generate a new JScript resource in your solution, named new_JSUserInput
."
A block of code is set as follows:
function checkEmail(emailField) { var email=/^([a-zA-Z0-9_.-])+@([a-zA-Z0-9_.-])+\.([a-zA-Z])+([a-zA-Z])+/; if(email.test(emailField)) { // alert("true"); return true; } }
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: " Add the Contact entity to your solution if not already added."
推薦閱讀
- Managing IaaS and DBaaS Clouds with Oracle Enterprise Manager Cloud Control 12c
- 一本書學內部審計:新手內部審計從入門到精通
- 資本的眼睛
- Pentaho Business Analytics Cookbook
- Magento 2 Cookbook
- 企業能源審計與節能規劃
- 財務審計實務指南
- 陜西國家統計調查專題研究集萃(2006—2015)
- Salesforce Essentials for Administrators
- AO2011實用手冊
- 從零開始學房地產會計
- 高級計量經濟分析及Stata應用
- Big Data Analytics with R and Hadoop
- 統計學理論前沿(谷臻小簡·AI導讀版)
- Microsoft Dynamics CRM 2016 Customization(Second Edition)