In-Portal Developers Guide

This is a wiki-based Developers Guide for In-Portal Open Source CMS. The purpose of this guide is to provide advanced users, web developers and programmers with documentation on how to expand, customize and improve the functionality and the code the In-Portal software. Please consider contributing to our documentation writing effort.

Search Wiki Using Sphinx

From In-Portal Developers Guide

Jump to: navigation, search

There is no page titled "Version-extension-functions". You can create this page.

Displaying 1-10 of 47 matches for query Version-extension-functions retrieved in 0.001 sec with following stats:

  • version found 12 times in 8 documents
  • extens found 2 times in 1 documents
  • function found 125 times in 43 documents



... ); foreach ($error_map as $error_name => $error_codes) if (in_array($error_code, $error_codes)) return $error_name; return ''; function saveError($errno, $errstr, $errfile = '', $errline = '', $errcontext = '') $this->ProfilerData 'error_handling' 'begins' = memory_get_usage(); $errorType = $this->getErrorNameByCode($errno); if ( $ ...
... = fields_arr i .getAttribute('name'); var control = p_object.getControl('User' + field_name); if (control) control.innerHTML = fields_arr i .innerText; UserInfoManager.getControl = function(field_name) var field_mask = ''; return document.getElementById( field_mask.replace(' FIELD ', field_name) ); Следует обратить ...
... её аргумента. $file_contents = file_get_contents(WRITEABLE . '/user_files/sample.xml'); Получение удалённого файла Функция http://php.prod.intechnic.lv/manual/en/function.file-get-contents.php file_get_contents также позволяет получать содержимое файлов, находящихся на удалённых ресурсах. Однако, в целях безопасности, на сервере может быть запрещена эта ...
... ' => 14, ), 'Application.ReplacementTemplates' => Array ( ), 'Application.ModuleInfo' => Array ( 'In-Portal' => Array ( 'Name' => 'In-Portal', 'Path' => 'kernel/', 'Var' => 'm', 'Version' => '4.2.0', 'Loaded' => 1. 'LoadOrder' => 0 'TemplatePath' => '', 'RootCat' => 0. 'BuildDate' => 1054738405, ), 'Core' => Array ( 'Name' => 'Core', 'Path' => 'core/', ...
... = Обсуждение_заявки category = PAGECATEGORY format=, %PAGE% %TITLE% \n,, skipthispage = false ordermethod = category,sortkey redirects = include noresultsheader = нет статей if: extra extra version = version if: category Category: category if: sortkey sortkey PAGENAME
... text/javascript"> a_toolbar = new ToolBar(); a_toolbar.AddButton( new ToolBarButton( 'select', '', function() submit_event('area', ''); ) ); a_toolbar.AddButton( new ToolBarButton( 'cancel', '
... код для показа кнопки удаления записи. a_toolbar.AddButton( new ToolBarButton( 'delete', '', function() std_delete_items('demo'); ) ); код для показа разделителя между кнопками. a_toolbar.AddButton( new ToolBarSeparator('sep1') ); ...
... видимости не рекомендуется. Ниже приведён пример допустимого объявления метода класса: / Documentation Block Here / class Foo / Documentation Block Here / public function bar() // entire content of function // must be indented one tab Передача аргументов по ссылке разрешается только в объявлении функции: / ...
... классов под pseudo "SearchHelper". Для начала нужно создать класс наследник: class ESearchHelper extends kSearchHelper function getCustomFilterSearchClause(&$object, $field_name, $filter_type, $field_options) if ($field_name 'OptionField' && $filter_type 'options') extract( $this->getFieldInformation($object, $field_name) ); $field_value = ...
... у пользователя необходимых прав доступа для вызова данного события: / Метод связывающий события и права, необходимые для их выполнения. / function mapPermissions() parent::mapPermissions(); $permissions = Array ( 'OnQueryDependentXML' => Array ('self' => 'view'), ); $this->permMapping = array_merge($this->permMapping, $permissions); InfoBox ...

Additional database time was 0.321 sec.


Result Page:   1  2  3  4  5 
match any word match all words

Search in namespaces:

Powered by Sphinx