The Version object constructor, initializes class variables
__construct(array $aCfg, array $aCfgClient, object $oDB, integer $iClient, object $sArea, object $iFrame) : void
Parameters
$aCfg
array
$aCfgClient
array
$oDB
object
$iClient
integer
$sArea
object
$iFrame
object
The general SelectBox function for get Revision.
buildSelectBox(string $sTableForm, string $sAddHeader, string $sLabelOfSelectBox, string $sIdOfSelectBox)
Parameters
$sTableForm
string
The name of Table_Form class
$sAddHeader
string
The Header Label of SelectBox Widget
$sLabelOfSelectBox
string
The Label of SelectBox Widget
$sIdOfSelectBox
string
Id of Select Box
return string if is exists Revision, then returns HTML Code of full SelectBox else returns empty string
Build new Textfield with below parameters
getTextBox(string $sName, $sInitValue, integer $iWidth, $bDisabled) : string
Parameters
$sName
string
The name of Input Textfield.
$sInitValue
$iWidth
integer
width of Input Textfield
$bDisabled
Returns
string
HTML Code of Input Textfield
Build new Textarea with below parameters
getTextarea(string $sName, $sInitValue, integer $iWidth, integer $iHeight, $sId) : string
Parameters
$sName
string
The name of Textarea.
$sInitValue
$iWidth
integer
width of Textarea
$iHeight
integer
height of Textarea
$sId
Returns
string
HTML Code of Textarea
Set new node for xml file of description
setBodyNodeDescription(string $sDesc)
Parameters
$sDesc
string
Content of node