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

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.

主站蜘蛛池模板: 平定县| 乌审旗| 安化县| 榆林市| 荔浦县| 宜都市| 乌拉特中旗| 赤城县| 富顺县| 杭州市| 平安县| 澄江县| 永和县| 会东县| 大港区| 淮南市| 青川县| 平定县| 泰兴市| 临高县| 瓮安县| 新竹县| 广东省| 泽普县| 满洲里市| 东阳市| 凉城县| 东港市| 永嘉县| 扶余县| 页游| 连山| 南木林县| 布拖县| 台东市| 霍林郭勒市| 永昌县| 宾川县| 通山县| 丹阳市| 修文县|