- Oracle Application Express 4.0 with Ext JS
- Mark Lancaster
- 222字
- 2021-04-09 21:18:15
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:
- UG NX 8.0基礎(chǔ)與實例教程
- SketchUp印象 城市規(guī)劃項目實踐(第2版)
- 圖解Word 2007圖文排版與辦公應(yīng)用
- 中文版 Photoshop CC 從入門到精通
- Photoshop CC 2017從入門到精通
- iPhone User Interface Cookbook
- After Effects 2022從新手到高手
- 詳解AutoCAD 2022室內(nèi)設(shè)計(第6版)
- iPad Procreate風格繪畫之美
- 企業(yè)微信公眾平臺開發(fā)實戰(zhàn):再小的個體也有自己的品牌
- 中文版AutoCAD自學經(jīng)典
- 中文版3ds Max 2016基礎(chǔ)培訓(xùn)教程
- Revit 2022中文版完全自學一本通
- AutoCAD 2019中文版完全自學手冊(標準版)
- VRP12虛擬現(xiàn)實編輯器標準教程