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

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:

主站蜘蛛池模板: 景泰县| 壤塘县| 和田市| 岳普湖县| 沧源| 高州市| 阿鲁科尔沁旗| 桦甸市| 三亚市| 大同县| 双牌县| 特克斯县| 井研县| 云龙县| 邳州市| 北票市| 广平县| 苍南县| 疏勒县| 海原县| 横山县| 旬阳县| 界首市| 灵璧县| 色达县| 菏泽市| 定边县| 万全县| 綦江县| 朝阳区| 海城市| 丰镇市| 凤凰县| 大新县| 赫章县| 彭山县| 伊宁县| 霸州市| 沙湾县| 专栏| 城市|