Inherits oxAdminView.
Inherited by Actions_Main, Adminguestbook_Main, Adminlinks_Main, Article_Attribute, Article_Crossselling, Article_Extend, Article_Files, Article_Main, Article_Overview, Article_Pictures, Article_Review, Article_Stock, Article_Userdef, Article_Variant, Attribute_Category, Attribute_Main, Category_Main, Category_Order, Category_Pictures, Category_Text, Content_Main, Country_Main, Delivery_Articles, Delivery_Main, Delivery_Users, DeliverySet_Main, DeliverySet_Payment, DeliverySet_Users, Diagnostics_Main, Discount_Articles, Discount_Main, Discount_Users, dyn_interface, DynExportBase, GenImport_Main, Language_Main, Manufacturer_Main, Module_Main, Module_SortList, News_Main, News_Text, Newsletter_Main, Newsletter_Plain, Newsletter_Preview, Newsletter_Selection, Object_Seo, Order_Address, Order_Article, Order_Downloads, Order_Main, Order_Overview, Order_Package, Order_Remark, Payment_Country, Payment_Main, payment_rdfa, PriceAlarm_Mail, PriceAlarm_Main, SelectList_Main, Shop_Config, Shop_Main, Statistic_Main, Statistic_Service, sysreq_main, Theme_Main, Tools_Main, User_Address, User_Article, User_Extend, User_Main, User_Overview, User_Payment, User_Remark, UserGroup_Main, Vendor_Main, VoucherSerie_Groups, and Wrapping_Main.
Protected Member Functions |
| _getTextEditor ($iWidth, $iHeight, $oObject, $sField, $sStylesheet=null) |
| _getEditValue ($oObject, $sField) |
| _processEditValue ($sValue) |
| _getPlainEditor ($iWidth, $iHeight, $oObject, $sField) |
| _generateTextEditor ($iWidth, $iHeight, $oObject, $sField, $sStylesheet=null) |
| _createCategoryTree ($sTplVarName, $sEditCatId= '', $blForceNonCache=false, $iTreeShopId=null) |
| _getCategoryTree ($sTplVarName, $sSelectedCatId, $sEditCatId= '', $blForceNonCache=false, $iTreeShopId=null) |
| _setupNavigation ($sNode) |
| _resetCounts ($aIds) |
| _getEditShop ($sShopId) |
| _getServiceProtocol () |
| _getShopVersionNr () |
| _addNavigationHistory ($sNode) |
| _getMaxUploadFileInfo ($iMaxFileSize, $blFormatted=false) |
| _allowAdminEdit ($sUserId) |
| _getCountryByCode ($sCountryCode) |
| _authorize () |
| _executeNewAction ($sNewAction) |
Detailed Description
Including AJAX wrapper class Admin selectlist list manager.
Definition at line 11 of file oxadmindetails.php.
Member Function Documentation
oxAdminDetails::_createCategoryTree |
( |
|
$sTplVarName, |
|
|
|
$sEditCatId = '' , |
|
|
|
$blForceNonCache = false , |
|
|
|
$iTreeShopId = null |
|
) |
| |
|
protected |
Function creates category tree for select list used in "Category main", "Article extend" etc.
- Parameters
-
string | $sTplVarName | name of template variable where is stored category tree |
string | $sEditCatId | ID of category witch we are editing |
bool | $blForceNonCache | Set to true to disable caching |
int | $iTreeShopId | tree shop id |
- Returns
- string
Definition at line 316 of file oxadmindetails.php.
oxAdminDetails::_generateTextEditor |
( |
|
$iWidth, |
|
|
|
$iHeight, |
|
|
|
$oObject, |
|
|
|
$sField, |
|
|
|
$sStylesheet = null |
|
) |
| |
|
protected |
Generates Text editor html code
- Parameters
-
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 |
- Returns
- string Editor output
Definition at line 260 of file oxadmindetails.php.
oxAdminDetails::_getCategoryTree |
( |
|
$sTplVarName, |
|
|
|
$sSelectedCatId, |
|
|
|
$sEditCatId = '' , |
|
|
|
$blForceNonCache = false , |
|
|
|
$iTreeShopId = null |
|
) |
| |
|
protected |
Function creates category tree for select list used in "Category main", "Article extend" etc. Returns ID of selected category if available
- Parameters
-
string | $sTplVarName | name of template variable where is stored category tree |
string | $sSelectedCatId | ID of category witch was selected in select list |
string | $sEditCatId | ID of category witch we are editing |
bool | $blForceNonCache | Set to true to disable caching |
int | $iTreeShopId | tree shop id |
- Returns
- string
Definition at line 361 of file oxadmindetails.php.
oxAdminDetails::_getEditValue |
( |
|
$oObject, |
|
|
|
$sField |
|
) |
| |
|
protected |
Returns string which must be edited by editor
- Parameters
-
oxbase | $oObject | object whifh field will be used for editing |
string | $sField | name of editable field |
- Returns
- string
Reimplemented in Article_Main.
Definition at line 189 of file oxadmindetails.php.
oxAdminDetails::_getPlainEditor |
( |
|
$iWidth, |
|
|
|
$iHeight, |
|
|
|
$oObject, |
|
|
|
$sField |
|
) |
| |
|
protected |
Returns textarea filled with text to edit
- Parameters
-
int | $iWidth | editor width |
int | $iHeight | editor height |
object | $oObject | object passed to editor |
string | $sField | object field which content is passed to editor |
- Returns
- string
Definition at line 236 of file oxadmindetails.php.
oxAdminDetails::_getTextEditor |
( |
|
$iWidth, |
|
|
|
$iHeight, |
|
|
|
$oObject, |
|
|
|
$sField, |
|
|
|
$sStylesheet = null |
|
) |
| |
|
protected |
Initiates Text editor
- Parameters
-
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 |
- Returns
- wysiwygPro
Definition at line 63 of file oxadmindetails.php.
oxAdminDetails::_processEditValue |
( |
|
$sValue | ) |
|
|
protected |
Processes edit value
- Parameters
-
string | $sValue | string to process |
- Returns
- string
Definition at line 214 of file oxadmindetails.php.
oxAdminDetails::_resetCounts |
( |
|
$aIds | ) |
|
|
protected |
Resets count of vendor/manufacturer category items
- Parameters
-
string | $aIds | array to reset type => id |
- Returns
- null
Definition at line 439 of file oxadmindetails.php.
oxAdminDetails::_setupNavigation |
( |
|
$sNode | ) |
|
|
protected |
oxAdminDetails::changeFolder |
( |
| ) |
|
oxAdminDetails::render |
( |
| ) |
|
Calls parent::render, sets admin help url
- Returns
- string
Reimplemented from oxAdminView.
Reimplemented in DynExportBase, Diagnostics_Main, GenImport_Main, User_Payment, Language_Main, Order_Article, dyn_trusted, VoucherSerie_Main, GenExport_Main, Shop_License, Article_Files, Shop_Config, SelectList_Main, Shop_Main, Article_Extend, Order_Downloads, User_Address, Article_Variant, dyn_trusted_ratings, Newsletter_Selection, Newsletter_Send, Payment_Main, Shop_System, News_Main, Shop_Seo, Delivery_Articles, dyn_econda, Module_Config, Theme_Config, User_Main, Article_Crossselling, Module_Main, Theme_Main, VoucherSerie_Groups, Actions_Main, Article_Attribute, Article_Main, Article_Overview, Article_Pictures, Article_Review, Article_Stock, Attribute_Category, Attribute_Main, Category_Main, Delivery_Main, Delivery_Users, DeliverySet_Main, DeliverySet_Payment, DeliverySet_Users, Discount_Articles, Discount_Users, Newsletter_Main, Newsletter_Plain, Newsletter_Preview, Order_Address, Order_Main, Order_Overview, Order_Package, Order_Remark, Payment_Country, PriceAlarm_Mail, PriceAlarm_Main, Statistic_Main, User_Remark, UserGroup_Main, Wrapping_Main, Adminguestbook_Main, Adminlinks_Main, Category_Order, Category_Pictures, Category_Text, Content_Main, Country_Main, Discount_Main, Manufacturer_Main, Module_SortList, Statistic_Service, Tools_Main, User_Article, User_Extend, Vendor_Main, Object_Seo, sysreq_main, Article_Userdef, News_Text, and User_Overview.
Definition at line 25 of file oxadmindetails.php.
oxAdminDetails::resetNrOfCatArticles |
( |
| ) |
|
Resets number of articles in current shop categories
- Returns
- null
Definition at line 278 of file oxadmindetails.php.
oxAdminDetails::resetNrOfManufacturerArticles |
( |
| ) |
|
Resets number of articles in current shop manufacturers
- Returns
- null
Definition at line 300 of file oxadmindetails.php.
oxAdminDetails::resetNrOfVendorArticles |
( |
| ) |
|
Resets number of articles in current shop vendors
- Returns
- null
Definition at line 289 of file oxadmindetails.php.
Member Data Documentation
oxAdminDetails::$_oEditor = null |
|
protected |
The documentation for this class was generated from the following file: