|
OXID eShop CE
4.10.2
|
Inheritance diagram for SelectList_Main:
Collaboration diagram for SelectList_Main:Public Attributes | |
| $aFieldArray = null | |
Protected Member Functions | |
| _rearrangeFields ($oField, $iPos) | |
Protected Member Functions inherited from oxAdminDetails | |
| _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) | |
Protected Member Functions inherited from oxAdminView | |
| _getEditShop ($sShopId) | |
| _getServiceProtocol () | |
| _getShopVersionNr () | |
| _addNavigationHistory ($sNode) | |
| _getMaxUploadFileInfo ($iMaxFileSize, $blFormatted=false) | |
| _resetContentCache () | |
| _allowAdminEdit ($sUserId) | |
| _getCountryByCode ($sCountryCode) | |
| _authorize () | |
Protected Member Functions inherited from oxView | |
| _executeNewAction ($sNewAction) | |
Additional Inherited Members | |
Protected Attributes inherited from oxAdminDetails | |
| $_oEditor = null | |
Static Protected Attributes inherited from oxAdminView | |
| static | $_oNaviTree = null |
| static | $_sAuthUserRights = null |
Admin article main selectlist manager. Performs collection and updatind (on user submit) main item information.
Definition at line 11 of file selectlist_main.php.
|
protected |
Resorts fields list and moves $oField to $iPos, uses $this->aFieldArray for fields storage.
| object | $oField | field to be moved |
| integer | $iPos | new pos of the field |
Definition at line 299 of file selectlist_main.php.
| SelectList_Main::addField | ( | ) |
Adds a field to field array and stores object
Definition at line 218 of file selectlist_main.php.
| SelectList_Main::changeField | ( | ) |
Modifies field from field array's first elem. and stores object
Definition at line 254 of file selectlist_main.php.
| SelectList_Main::delFields | ( | ) |
Deletes field from field array and stores object
Definition at line 190 of file selectlist_main.php.
| SelectList_Main::parseFieldName | ( | $sInput | ) |
Parses field name from given string String format is: "someNr__@@someName__@@someTxt"
| string | $sInput | given string |
Definition at line 354 of file selectlist_main.php.
| SelectList_Main::render | ( | ) |
Executes parent method parent::render(), creates oxCategoryList object, passes it's data to Smarty engine and returns name of template file "selectlist_main.tpl".
Reimplemented from oxAdminDetails.
Definition at line 26 of file selectlist_main.php.
| SelectList_Main::save | ( | ) |
Saves selection list parameters changes.
Reimplemented from oxAdminView.
Definition at line 102 of file selectlist_main.php.
| SelectList_Main::saveinnlang | ( | ) |
Saves selection list parameters changes in different language (eg. english).
Definition at line 154 of file selectlist_main.php.
| SelectList_Main::$aFieldArray = null |
Keeps all act. fields to store
Definition at line 17 of file selectlist_main.php.