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

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: "We can include other contexts through the use of the include directive."

A block of code is set as follows:

var MainView = Backbone.View.extend({
  el : '#main',
  render : function(){
    this.$el.html(new BaseView().render().el);
  }
}); 

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

var BaseView = Backbone.View.extend({
 template : '<h1><%= name %></h1>',
  render : function(){
    var html = _.template(this.template, {
      name : 'Swarnendu De'
    });
    this.$el.html(html);
    return this;    
  }
}); 

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: "clicking on the Next button moves you to the next screen".

Note

Warnings or important notes appear in a box like this.

Tip

Tips and tricks appear like this.

主站蜘蛛池模板: 黑龙江省| 南阳市| 集贤县| 浦城县| 前郭尔| 汉阴县| 务川| 武山县| 镶黄旗| 高清| 定日县| 永善县| 建宁县| 合作市| 涟源市| 辽中县| 贵定县| 南城县| 旅游| 长汀县| 汕头市| 尚志市| 民权县| 关岭| 公主岭市| 临颍县| 改则县| 仁化县| 皋兰县| 长武县| 象州县| 舟曲县| 和静县| 汉中市| 邯郸县| 任丘市| 长汀县| 当涂县| 友谊县| 拉萨市| 榆中县|