Config Options Example Result

Class: emlArea2Columns

Convert an specified screen area to columns.

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)
columnwidth (array)
(optional) columnWidth in pixels. If not specified, system will calculate the width.
removeLabelDots (boolean)
Remove dots from field label. (default to false)
ExtJs (mixed)
(optional) All ExtJs config options (version 2.3) for a container.
Click here to view the ExtJs API documentation

Example

Example Top
emlAddMetaField ('{+
xtype:"panel"+
,width:"100%"+
,height:600+
,border:false+
,buttonAlign:"left"+
,items:['+
emlArea2Columns(
pVts
:'startLine:4+
,startColumn:1+
,endLine:20+
,endColumn:80+
,columnWidth:[300, 150, 200]+
,removeLabelDots:true'
)+
']+
}');

Result

Result Top