- Sencha Touch Cookbook
- Ajit Kumar
- 174字
- 2021-08-20 15:56:04
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: "Copy phonegap.1.0.0.js
from your PhoneGap downloaded earlier to assets/www
."
A block of code is set as follows:
Ext.setup({ onReady: function() { if (Ext.is.Android) Ext.Msg.alert("INFO", "Welcome Android user!"); if (Ext.is.Blackberry) Ext.Msg.alert("INFO", "Welcome Blackberry user!"); if (Ext.is.iPad) Ext.Msg.alert("INFO", "Welcome iPad user!"); } });
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
layout: {
type: 'hbox',
direction: 'reverse'
}
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: " Launch Eclipse, click on the File menu, and select New | Android Project".
推薦閱讀
- Java程序設(shè)計(jì)(慕課版)
- 摩登創(chuàng)客:與智能手機(jī)和平板電腦共舞
- Vue.js快速入門與深入實(shí)戰(zhàn)
- Building Mobile Applications Using Kendo UI Mobile and ASP.NET Web API
- 零基礎(chǔ)入門學(xué)習(xí)Python
- 微信小程序項(xiàng)目開(kāi)發(fā)實(shí)戰(zhàn)
- Learning JavaScript Data Structures and Algorithms(Second Edition)
- C陷阱與缺陷
- Scala Functional Programming Patterns
- 交互式程序設(shè)計(jì)(第2版)
- Mastering Android Studio 3
- .NET 4.0面向?qū)ο缶幊搪劊簯?yīng)用篇
- INSTANT Lift Web Applications How-to
- 分布式系統(tǒng)架構(gòu)與開(kāi)發(fā):技術(shù)原理與面試題解析
- Learning Redis