- Ext JS 3.0 Cookbook
- Jorge Ramon
- 178字
- 2021-04-01 13:43:41
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 are shown as follows: "Initialize the global QuickTips
instance."
A block of code is set as follows:
var browser = ""; if (Ext.isChrome) { browser = "Hi! I'm the new kid on the block"; }
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
{ xtype: 'textfield', id: 'login-pwd',
fieldLabel: 'Password', inputType: 'password',
allowBlank: false, minLength: 6, maxLength: 32,
minLengthText: 'Password must be at least 6 characters long.'
}
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: "clicking the Next button moves you to the next screen".
Note
Tips and tricks appear like this.
推薦閱讀
- Python 2.6 Graphics Cookbook
- 中文版Premiere影視編輯課堂實錄
- FreeSWITCH 1.0.6
- Excel 2010 商務數據分析與處理(第2版)
- Django 1.0 Website Development
- 3ds Max/MaxScript印象 腳本動畫制作基礎與應用
- 中文版Photoshop 2020完全自學教程
- NHibernate 3.0 Cookbook
- WordPress Theme Design
- Photoshop數碼攝影后期處理技法從入門到精通
- Visio圖形設計從新手到高手(兼容版)
- Cinema 4D基礎與實戰教程
- Photoshop 2020實戰從入門到精通(超值版)
- Web Host Manager Administration Guide
- 中文版Flash CC實例教程