- Kendo UI Cookbook
- Sagar Ganatra
- 204字
- 2021-12-08 12:47:19
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: "The Kendo UI library exports an object, kendo
, which is a namespace for various other objects and functions."
A block of code is set as follows:
var template = kendo.template("Full Name: " + "<span> #= lastName # </span>," + "<span> #= firstName # </span>");
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
<div
data-role="view"
data-layout="defaultLayout">
<div
id="touchSurface"
data-role="touch"
data-enable-swipe="1"
data-touchstart="touchstart"
data-swipe="swipe"
data-tap="tap"
data-doubletap="doubletap"
data-hold="hold"
style="height: 200px;">
Touch Surface
</div>
</div>
Any command-line input or output is written as follows:
Directory1 is checked: no
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: "For example, if the first name is not specified, the message would be First Name is required."
Note
Warnings or important notes appear in a box like this.
Tip
Tips and tricks appear like this.
- GeoServer Cookbook
- Mastering ServiceStack
- PyQt從入門到精通
- PhoneGap Mobile Application Development Cookbook
- Getting Started with Python Data Analysis
- Android Native Development Kit Cookbook
- Visual Basic程序設(shè)計(jì)上機(jī)實(shí)驗(yàn)教程
- Red Hat Enterprise Linux Troubleshooting Guide
- 現(xiàn)代C:概念剖析和編程實(shí)踐
- 監(jiān)控的藝術(shù):云原生時(shí)代的監(jiān)控框架
- 深入淺出Python數(shù)據(jù)分析
- Visual C++開發(fā)寶典
- 數(shù)據(jù)科學(xué)中的實(shí)用統(tǒng)計(jì)學(xué)(第2版)
- Java自然語(yǔ)言處理(原書第2版)
- 和孩子一起學(xué)編程:用Scratch玩Minecraft我的世界