- 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.
- Instant Node Package Manager
- 解構產品經理:互聯網產品策劃入門寶典
- Unity Virtual Reality Projects
- VSTO開發入門教程
- 前端架構:從入門到微前端
- MATLAB實用教程
- Building an RPG with Unity 2018
- Responsive Web Design by Example
- BeagleBone Black Cookbook
- Nginx Lua開發實戰
- Arduino可穿戴設備開發
- TypeScript 2.x By Example
- MongoDB Cookbook(Second Edition)
- 奔跑吧 Linux內核
- INSTANT Apache ServiceMix How-to