Config Options Example

Class: emlArea2Panel

Convert an specified screen area to simple panel, no columns, etc. (one-one conversion)

Config Options

Config Options Top
pVts (pointer)
(required) Pointer to the virtual terminal
startLine (number)
Start line number for area to convert (default to 1)
startColumn (number)
Start column number for area to convert (default to 1)
endLine (number)
End line number for area to convert (default to display height)
endColumn (number)
End column number for area to convert (default to display width)
ExtJs (mixed)
(optional) All ExtJs config options (version 2.3) for a panel.
Click here to view the ExtJs API documentation

Example

Example Top
emlAddMetaField ('{+
xtype:"panel"+
,width:"100%"+
,height:600+
,border:false+
,buttonAlign:"left"+
,items:['+
emlArea2Panel(
pVts
:'x:1+
,y:400+
,startLine:20+
,startColumn:1+
,endLine:23+
,endColumn:80+
)+
']+
}');