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 "Revdelete-hide-name". You can create this page.

Displaying 1-10 of 46 matches for query Revdelete-hide-name retrieved in 0.001 sec with following stats:

  • revdelet found 0 times in 0 documents
  • hide found 0 times in 0 documents
  • name found 322 times in 47 documents



... ёме на уровне Kernel'а и для полноценной работы которых не требуется вносить какие-либо модификации в код. Тэг m_DefineElement Обязательные параметры: name Описание: Парный тэг, отмечает начало декларации блочного элемента. Технически допустима декларация неограниченного количества вложенных блочных элементов, однако использование такого стиля программирования является ...
... . Это будет показано на ниже приведённом примере. include_test.tpl PARAM: index.tpl // выведет PARAM: default_value2 // выведет PARAM: given_value
... ParseBlock function PrintList($params) $list =& $this->GetList($params); $list->Query(); $o = ''; $list->GoFirst(); $block_params = $this->prepareTagParams($params); $block_params 'name' = $this->SelectParam($params, 'render_as,block'); while ( $list->EOL()) $o.= $this->Application->ParseBlock($block_params, 1); $list->GoNext(); return $o;
... a_toolbar.DisableButton('prev'); Grids 'area' .SetDependantToolbarButtons( new Array('edit','delete') );
... Надо всегда внимательно писать название тэга, название префикса. 14. Ошибка в название тэга при использование метода processAggregatedTag
... Fields и происходит работа с опциями полей foreach ($grid_config as $field => $options) $i++; // установка параметров блока $block_params = Array(); // имя блока $block_params 'name' = $force_block ? $force_block : (isset($options $mode.'_block' ) ? $options $mode.'_block' : $def_block); // название поля $block_params 'field' = $field; // устанавливает значения sort_field, ...
... params)) return $output; $sql = 'SELECT ... FROM ... WHERE'; $records = $this->Conn->GetCol($sql); $pass_params = $this->prepareTagParams($params); $pass_params 'name' = $params 'render_as' ; foreach ($records as $record) $pass_params 'value' = $record; $output .= $this->Application->ParseBlock($pass_params); return $output; ...
... ($params && is_string($params)) if (preg_match('/( ^.: ) . 0,1 ( ^: ):(. )/', $params, $regs)) $prefix = $regs 1 ; $special = $regs 2 ; if($prefix) $this->Init($prefix,$special); $this->Name = $regs 3 ; else trigger_error('Invalid event string '.$params.' should be prefix .special :OnEvent ', E_USER_ERROR); В функцию trigger_error передаётся ...
... $user UsersItem / $user_id = $this->Application->GetVar('UserId'); $user->Load($user_id); $result = ''; foreach ($user->Fields as $field_name => $field_options) $result .= '' . $user->GetField($field_name) . ''; echo '' . $result . ''; $event->status = erSTOP; Следует обратить внимание на то, что результат ...
... specified as well as login_template login_template , then the following template will be used: in Admin Console - no_permission.tpl; on Front-End - template name specified in Configuration K4:Configuration NoPermissionTemplate NoPermissionTemplate . InfoBox This tag also accepts ALL parameters that cab be specified for m_CheckPermission m_CheckPermission tag. - ...

Additional database time was 0.180 sec.


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

Search in namespaces:

Powered by Sphinx