- KnockoutJS by Example
- Adnan Jaswal
- 194字
- 2021-07-09 21:55:30
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: "The retrieveContact
function, which is used to retrieve a contact from the server-side."
A block of code is set as follows:
var contact = { id: 1, name: 'John', phoneNumber: '00 11 000000' };
When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:
/* the model */
var member = {
accounts: ko.observableArray(),
selectedAccount: ko.observable(),
selectedAccountTransactions: ko.observableArray([])
};
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: "Open the application in the browser and try hitting Submit without entering any information in the form fields."
- Spring Cloud Alibaba核心技術(shù)與實(shí)戰(zhàn)案例
- JavaFX Essentials
- Web Application Development with R Using Shiny(Second Edition)
- Hands-On Microservices with Kotlin
- Python數(shù)據(jù)可視化之Matplotlib與Pyecharts實(shí)戰(zhàn)
- 零基礎(chǔ)學(xué)Python網(wǎng)絡(luò)爬蟲案例實(shí)戰(zhàn)全流程詳解(入門與提高篇)
- Android開(kāi)發(fā)三劍客:UML、模式與測(cè)試
- Windows Embedded CE 6.0程序設(shè)計(jì)實(shí)戰(zhàn)
- Node.js區(qū)塊鏈開(kāi)發(fā)
- ASP.NET 4.0 Web程序設(shè)計(jì)
- 計(jì)算機(jī)組裝與維護(hù)(第二版)
- 讓Python遇上Office:從編程入門到自動(dòng)化辦公實(shí)踐
- 美麗洞察力:從化妝品行業(yè)看顧客需求洞察
- Building E-Commerce Solutions with WooCommerce(Second Edition)
- Slick2D Game Development