Private Method Details |
jpeto_admininterface |
|
private void jpeto_admininterface( integer $JpetoType, string $UniqueID, string $Language, string $Version )
|
| |
Constructor for jpeto_admininterface
|
| Parameter |
|
| integer |
$JpetoType |
|
|
the type of the current object |
|
|
| string |
$UniqueID |
|
|
sets the UniqueID |
|
|
| string |
$Language |
|
|
sets the current language (Default: DE) |
|
|
| string |
$Version |
|
|
sets the current version (Default: O = Online) |
|
| Returns |
void |
|
toHTML |
|
private string toHTML( )
|
| |
HTML representation of the item
|
| Returns |
string $html |
|
performFileUpload |
|
private void performFileUpload( )
|
| |
This function performs the file upload
|
| Returns |
void |
|
performImageUpload |
|
private void performImageUpload( )
|
| |
This function performs the image upload
|
| Returns |
void |
|
jpeto_admininterface_textfield |
|
private void jpeto_admininterface_textfield( string $Title, string $Name, string $DefaultValue )
|
| |
Constructor of jpeto_admininterface_textfield
|
| Parameter |
|
| string |
$Title |
|
|
the Title to display |
|
|
| string |
$Name |
|
|
the Name of the variable |
|
|
| string |
$DefaultValue |
|
|
the default value of the item |
|
| Returns |
void |
|
jpeto_admininterface_textarea |
|
private void jpeto_admininterface_textarea( string $Title, string $Name, string $DefaultValue, $height )
|
| |
Constructor of jpeto_admininterface_textarea
|
| Parameter |
|
| string |
$Title |
|
|
the Title to display |
|
|
| string |
$Name |
|
|
the Name of the variable |
|
|
| string |
$DefaultValue |
|
|
the default value of the item |
|
|
|
$height |
|
|
Warning: documentation is missing. |
|
| Returns |
void |
|
jpeto_admininterface_typeorselect |
|
private void jpeto_admininterface_typeorselect( string $Title, string $Name, string $DefaultValue, $SelectItems )
|
| |
Constructor of jpeto_admininterface_textarea
|
| Parameter |
|
| string |
$Title |
|
|
the Title to display |
|
|
| string |
$Name |
|
|
the Name of the variable |
|
|
| string |
$DefaultValue |
|
|
the default value of the item |
|
|
|
$SelectItems |
|
|
Warning: documentation is missing. |
|
| Returns |
void |
|
jpeto_admininterface_selectitem |
|
private void jpeto_admininterface_selectitem( string $Title, string $Name, string $DefaultValue, $SelectItems )
|
| |
Constructor of jpeto_admininterface_selectitem
|
| Parameter |
|
| string |
$Title |
|
|
the Title to display |
|
|
| string |
$Name |
|
|
the Name of the variable |
|
|
| string |
$DefaultValue |
|
|
the default value of the item |
|
|
|
$SelectItems |
|
|
Warning: documentation is missing. |
|
| Returns |
void |
|
jpeto_admininterface_checkbox |
|
private void jpeto_admininterface_checkbox( string $Title, string $Name, string $DefaultValue, string $Description )
|
| |
Constructor of jpeto_admininterface_checkbox
|
| Parameter |
|
| string |
$Title |
|
|
the Title to display |
|
|
| string |
$Name |
|
|
the Name of the variable |
|
|
| string |
$DefaultValue |
|
|
the default value of the item |
|
|
| string |
$Description |
|
|
Warning: documentation is missing. |
|
| Returns |
void |
|
jpeto_admininterface_fileupload |
|
private void jpeto_admininterface_fileupload( string $Title, string $Name, [ string $DefaultValue ], string $Description )
|
| |
Constructor of jpeto_admininterface_fileupload
|
| Parameter |
|
| string |
$Title |
|
|
the Title to display |
|
|
| string |
$Name |
|
|
the Name of the variable |
|
|
| string |
$DefaultValue |
= >>""<< |
|
the default value of the item |
|
|
| string |
$Description |
|
|
Warning: documentation is missing. |
|
| Returns |
void |
|
jpeto_admininterface_imageupload |
|
private void jpeto_admininterface_imageupload( string $Title, string $Name, [ string $DefaultValue ], string $Description )
|
| |
Constructor of jpeto_admininterface_imageupload
|
| Parameter |
|
| string |
$Title |
|
|
the Title to display |
|
|
| string |
$Name |
|
|
the Name of the variable |
|
|
| string |
$DefaultValue |
= >>""<< |
|
the default value of the item |
|
|
| string |
$Description |
|
|
Warning: documentation is missing. |
|
| Returns |
void |
|
checkName |
|
private void checkName( $Name )
|
| |
Warning: documentation is missing.
|
| Parameter |
|
|
$Name |
|
|
Warning: documentation is missing. |
|
| Returns |
void |
|
addTextField |
|
private void addTextField( $Title, $Name, string $DefaultValue )
|
| |
Warning: documentation is missing.
|
| Parameter |
|
|
$Title |
|
|
Warning: documentation is missing. |
|
|
|
$Name |
|
|
Warning: documentation is missing. |
|
|
| string |
$DefaultValue |
|
|
Warning: documentation is missing. |
|
| Returns |
void |
|
addTextArea |
|
private void addTextArea( $Title, $Name, string $DefaultValue, integer $height )
|
| |
Warning: documentation is missing.
|
| Parameter |
|
|
$Title |
|
|
Warning: documentation is missing. |
|
|
|
$Name |
|
|
Warning: documentation is missing. |
|
|
| string |
$DefaultValue |
|
|
Warning: documentation is missing. |
|
|
| integer |
$height |
|
|
Warning: documentation is missing. |
|
| Returns |
void |
|
openHtmlEditor |
|
private void openHtmlEditor( )
|
| |
Warning: documentation is missing.
|
| Returns |
void |
|
addTypeOrSelect |
|
private void addTypeOrSelect( $Title, $Name, string $DefaultValue, string $SelectItems )
|
| |
Warning: documentation is missing.
|
| Parameter |
|
|
$Title |
|
|
Warning: documentation is missing. |
|
|
|
$Name |
|
|
Warning: documentation is missing. |
|
|
| string |
$DefaultValue |
|
|
Warning: documentation is missing. |
|
|
| string |
$SelectItems |
|
|
Warning: documentation is missing. |
|
| Returns |
void |
|
addSelectItem |
|
private void addSelectItem( $Title, $Name, string $DefaultValue, string $SelectItems )
|
| |
Warning: documentation is missing.
|
| Parameter |
|
|
$Title |
|
|
Warning: documentation is missing. |
|
|
|
$Name |
|
|
Warning: documentation is missing. |
|
|
| string |
$DefaultValue |
|
|
Warning: documentation is missing. |
|
|
| string |
$SelectItems |
|
|
Warning: documentation is missing. |
|
| Returns |
void |
|
addCheckbox |
|
private void addCheckbox( $Title, $Name, string $DefaultValue, string $Description )
|
| |
Warning: documentation is missing.
|
| Parameter |
|
|
$Title |
|
|
Warning: documentation is missing. |
|
|
|
$Name |
|
|
Warning: documentation is missing. |
|
|
| string |
$DefaultValue |
|
|
Warning: documentation is missing. |
|
|
| string |
$Description |
|
|
Warning: documentation is missing. |
|
| Returns |
void |
|
addFileUpload |
|
private void addFileUpload( $Title, $Name, string $DefaultValue, string $Description )
|
| |
Warning: documentation is missing.
|
| Parameter |
|
|
$Title |
|
|
Warning: documentation is missing. |
|
|
|
$Name |
|
|
Warning: documentation is missing. |
|
|
| string |
$DefaultValue |
|
|
Warning: documentation is missing. |
|
|
| string |
$Description |
|
|
Warning: documentation is missing. |
|
| Returns |
void |
|
addImageUpload |
|
private void addImageUpload( $Title, $Name, string $DefaultValue, string $Description )
|
| |
Warning: documentation is missing.
|
| Parameter |
|
|
$Title |
|
|
Warning: documentation is missing. |
|
|
|
$Name |
|
|
Warning: documentation is missing. |
|
|
| string |
$DefaultValue |
|
|
Warning: documentation is missing. |
|
|
| string |
$Description |
|
|
Warning: documentation is missing. |
|
| Returns |
void |
|
delImage |
|
private void delImage( )
|
| |
Warning: documentation is missing.
|
| Returns |
void |
|
addField |
|
private void addField( $item )
|
| |
Warning: documentation is missing.
|
| Parameter |
|
|
$item |
|
|
Warning: documentation is missing. |
|
| Returns |
void |
|