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

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 are shown as follows: "In the earlier custom build I've kept the pkg-grid-editor.js package for editable grids"

A block of code is set as follows:

function createMyPanel(config) {
return new Ext.Panel(Ext.apply({
// Pre-configured config options go here
width: 300,
height: 300,
plugins: [ new Ext.ux.MyPluginClass() ]
}, config));
};

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

listeners: {
render: function(p){
new Ext.Resizable(p.getEl(), {
handles: 'all',
pinned: true,
transparent: true,
resizeElement: function(){
var box = this.proxy.getBox();
p.updateBox(box);
if (p.layout) {
p.doLayout();
}
if (Ext.isIE) {
this.syncHandleHeight();
}
return box;
}
});
}
}

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: "It also includes a Create button which opens the same DML form page to insert new records."

Note

Warnings or important notes appear in a box like this.

"A good reference discussing creating custom components by extending, over-riding or using factory patterns can be found at:

主站蜘蛛池模板: 临安市| 时尚| 芜湖市| 桦川县| 理塘县| 博湖县| 吉木乃县| 迭部县| 兴山县| 和林格尔县| 石首市| 黄大仙区| 油尖旺区| 安西县| 西安市| 洛宁县| 黄山市| 乌兰浩特市| 金阳县| 宝山区| 涞水县| 梅州市| 天门市| 荃湾区| 苗栗县| 彭州市| 大兴区| 兖州市| 巴彦淖尔市| 兰坪| 宜丰县| 庄浪县| 柯坪县| 长春市| 金溪县| 庄河市| 罗田县| 南昌市| 砚山县| 新建县| 绥化市|