官术网_书友最值得收藏!

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: "Create the bookTravel directory in the client and add bookTravel.html."

A block of code is set as follows:

  data: function() {
    templateData = {
      _id: this.params._id,
      bus: BusServices.findOne({_id: this.params._id}),
      reservations: Reservations.find({bus: this.params._id}).fetch(),
      blockedSeats: BlockedSeats.find({bus: this.params._id}).fetch()
    };
    return templateData;
  }

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

Router.route("/book/:_id", {
  name: "book",
  layoutTemplate: "createTravelLayout",
  template: "bookTravel",
  waitOn: function () {
 Meteor.subscribe("BlockedSeats", this.params._id);
 Meteor.subscribe("Reservations", this.params._id);
  },

Any command-line input or output is written as follows:

iron add velocity:html-reporter

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: "Click on the Cart division in the top-right."

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

主站蜘蛛池模板: 夏河县| 宿迁市| 武陟县| 塔河县| 新野县| 汾西县| 神池县| 宜都市| 额济纳旗| 章丘市| 西青区| 宁化县| 治县。| 尖扎县| 当涂县| 平江县| 名山县| 安多县| 三穗县| 凤翔县| 抚顺市| 清镇市| 梁平县| 康定县| 宁南县| 烟台市| 辽中县| 富宁县| 常德市| 公主岭市| 贺兰县| 武胜县| 菏泽市| 日喀则市| 苍梧县| 东光县| 荃湾区| 徐闻县| 元江| 马关县| 哈尔滨市|