Config Options Example Result

Class: emlArea2CommandLine

Convert an specified screen area to a command line

Config Options

Config Options Top
pVts (pointer)
(required) Pointer to the virtual terminal
commandLine (number)
(required) Line number for command line
titleLine (number)
(optional) Line number for title
titleColumn (number)
Column number for title
titleLength (number)
Length of title
collapsiable (boolean)
Command line is collapsiable (default to false)
width (number/string)
The width of the command box (default to '100%')
heigth (number/string)
The height of the command box (default to 100)
ExtJs (mixed)
(optional) All ExtJs config options (version 2.3) for a fieldset.
Click here to view the ExtJs API documentation

Example

Example Top
emlAddMetaField ('{+
xtype:"panel"+
,width:"100%"+
,height:600+
,border:false+
,buttonAlign:"left"+
,items:['+
emlArea2CommandLine(
pVts
:'commandLine:21+
,titleLine:20+
,titleColumn:2+
,titleLength:45+
,collapsible:true'
,x:10+
,y:10+
)+
']+
}');

Result

Result Top