- Mastering Ext JS(Second Edition)
- Loiane Groner
- 192字
- 2021-07-23 20:39:33
Conventions
In this book, you will find a number of text styles 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: "If we want to create a class to represent the client details, we could name it ClientDetails
."
A block of code is set as follows:
Ext.define('Packt.model.film.Film', { extend: 'Packt.model.staticData.Base', //#1
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
Ext.application({
name: 'Packt',
extend: 'Packt.Application',
autoCreateViewport: 'Packt.view.main.Main'
});
Any command-line input or output is written as follows:
sencha generate app Packt ../masteringextjs
New terms and important words are shown in bold. Words that you see on the screen, for example, in menus or dialog boxes, appear in the text like this: "Scroll until the end of the page and select OPEN SOURCE GPL LICENSING."
- iOS面試一戰(zhàn)到底
- Learning Selenium Testing Tools with Python
- Vue.js 2 and Bootstrap 4 Web Development
- Java:Data Science Made Easy
- jQuery從入門到精通 (軟件開發(fā)視頻大講堂)
- 假如C語言是我發(fā)明的:講給孩子聽的大師編程課
- Mathematica Data Analysis
- RISC-V體系結(jié)構(gòu)編程與實踐(第2版)
- Visual FoxPro 6.0程序設(shè)計
- OpenCV 3計算機視覺:Python語言實現(xiàn)(原書第2版)
- 從程序員角度學(xué)習(xí)數(shù)據(jù)庫技術(shù)(藍橋杯軟件大賽培訓(xùn)教材-Java方向)
- 從Power BI到Analysis Services:企業(yè)級數(shù)據(jù)分析實戰(zhàn)
- Mobile Forensics:Advanced Investigative Strategies
- jQuery Mobile Web Development Essentials(Second Edition)
- 基于MATLAB的控制系統(tǒng)仿真及應(yīng)用