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

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:

主站蜘蛛池模板: 商水县| 新密市| 普宁市| 保康县| 兖州市| 霍林郭勒市| 马边| 信宜市| 沐川县| 洪湖市| 肃南| 云阳县| 延津县| 施甸县| 苏州市| 武定县| 河津市| 渭源县| 湖州市| 台前县| 丹凤县| 潼关县| 交城县| 安庆市| 台山市| 内乡县| 石河子市| 黑河市| 镇原县| 东阳市| 紫阳县| 汉源县| 上虞市| 志丹县| 邯郸市| 汉中市| 克拉玛依市| 富裕县| 乌拉特中旗| 米林县| 临沭县|