Search Wiki Using Sphinx
From In-Portal Developers Guide
There is no page titled "Version-skin-extension-functions". You can create this page.
Displaying 1-10 of 48 matches for query Version-skin-extension-functions retrieved in 0.001 sec with following stats:
- version found 12 times in 8 documents
- skin found 5 times in 3 documents
- extens found 2 times in 1 documents
- function found 125 times in 43 documents
... ' => 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/', ...
... );
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 также позволяет получать содержимое файлов, находящихся на удалённых ресурсах. Однако, в целях безопасности, на сервере может быть запрещена эта ...
... = Обсуждение_заявки
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
... во временную таблицу значение записи перед тем, как преступить к редактированию мультиязычного поля.
Вызывается из шаблона
in-edit\admin_templates\pages\pages_edit.tpl
core\admin_templates\skins\skin_edit.tpl
core\admin_templates\categories\categories_edit.tpl
in-commerce\admin_templates\products\products_edit.tpl
Вызывается из событий
Не вызывается из событий.
Входные параметры ...
... 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 = ...
Additional database time was 0.181 sec.
Result Page: | 1 | 2 | 3 | 4 | 5 |
Powered by Sphinx