- 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:
- FreeSWITCH 1.0.6
- 視覺封王:Photoshop CC 2019立體化教程(素材+視頻+教案)
- ADempiere 3.6 Cookbook
- 新編 中文版Photoshop入門與提高
- SolidWorks 2018有限元:運動仿真與流場分析自學手冊
- 中望3D從入門到精通
- 中文版CINEMA 4D R20 實用教程
- 中文版3ds Max 2014-VRay效果圖制作完全自學教程
- 機械CAD軟件應用入門指導書
- Cinema 4D基礎培訓教材
- Origin 2022科學繪圖與數據分析(高級應用篇)
- Plone 3.3 Site Administration
- Maya 2015從入門到精通
- 從零開始:Photoshop CS6中文版基礎培訓教程
- SQL Server 2005數據挖掘與商業智能完全解決方案