

Definition at line 8 of file adminlinks_main.php.
Public Member Functions | |
| render () | |
| save () | |
| saveinnlang () | |
Protected Member Functions | |
| _getTextEditor ($iWidth, $iHeight, $oObject, $sField, $sStylesheet=null) | |
| Adminlinks_Main.render | ( | ) |
Sets link information data (or leaves empty), returns name of template file "adminlinks_main.tpl".
Reimplemented from oxAdminDetails.
Definition at line 15 of file adminlinks_main.php.
| Adminlinks_Main.save | ( | ) |
Saves information about link (active, date, URL, description, etc.) to DB.
Reimplemented from oxAdminView.
Definition at line 66 of file adminlinks_main.php.
| Adminlinks_Main.saveinnlang | ( | ) |
Saves link description in different languages (eg. english).
Definition at line 119 of file adminlinks_main.php.
| Adminlinks_Main._getTextEditor | ( | $ | iWidth, | |
| $ | iHeight, | |||
| $ | oObject, | |||
| $ | sField, | |||
| $ | sStylesheet = null | |||
| ) | [protected] |
Initiates Text editor
| int | $iWidth editor width | |
| int | $iHeight editor height | |
| object | $oObject object passed to editor | |
| string | $sField object field which content is passed to editor | |
| string | $sStylesheet stylesheet to use in editor |
Reimplemented from oxAdminDetails.
Definition at line 166 of file adminlinks_main.php.
1.5.5