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 "Mergehistory-no-source". You can create this page.

Displaying 1-10 of 72 matches for query Mergehistory-no-source retrieved in 0.001 sec with following stats:

  • mergehistori found 0 times in 0 documents
  • no found 20 times in 5 documents
  • sourc found 1006 times in 71 documents



... ()) $this->Application->Debugger->appendTrace(); trigger_error('Field "' . $name . '" doesn\'t exist in prefix ' . $this->getPrefixSpecial() . '', E_USER_WARNING); return 'NO SUCH FIELD'; В функцию trigger_error передаётся название поля, значение которого пытались получить, и префикс, в объекте которого произошла ошибка. ...
... тэга Исправление ошибки Надо всегда внимательно писать название тэга, название префикса. 14. Ошибка в название тэга при использование метода processAggregatedTag
... Для появления пустой опции на форме редактирования следует передать значение "1" в параметр "'''has_empty'''" блоку, использующемуся для отображения dropdown, напр. - ConfigProperty use_phrases boolean ...
... to. - ConfigProperty pass_category bool Whether to pass through or not the current Section when Permissions check fails (returned FALSE) and user will be redirected to "no permissions" template. - ConfigProperty no_group_perm_template string In case if user successfully passed Logged In check, however does NOT belong to a specified User Group, then redirect user to specified ...
... переданных динамически подключённому шаблону или параметров, которые были инициализированы с помощью доступного во всех тэгах параметра result_to_var (см. ниже)). Пример использования: The value is: < ...
... ' => 'grid_checkbox_td'), 'Title' => Array( 'title'=>'la_col_Title'), 'Image' => Array( 'title'=>'la_col_Image', 'data_block' => 'image_td'), 'Date' => Array( 'title'=>'la_col_Date', 'filter_block' => 'grid_date_range_filter') ), ), ) Default - это название списка, которое нужно указывать при вызове блоков grid, search_main_toolbar < ...
... FROM '.TABLE_PREFIX.'ConfigurationValues WHERE VariableName = \'InstallFinished\''); // RIGHT $sql = 'SELECT VariableValue FROM '.TABLE_PREFIX.'ConfigurationValues WHERE VariableName = "InstallFinished"'; $installed = $this->Conn->GetOne($sql); Возвращаемое из функции значение не должно быть заключено в скобки, т.к. это может ухудшить читабельность кода. Это также приведёт к ошибке ...
... что часто забывают делать. Настройка конфигурационных файлов Конфигурационный файл главного префикса Префикс: '''city'''. Файл: '''city_config.php'''. $config = Array ( 'Prefix' => 'city', 'ItemClass' => Array ('class' => 'kDBItem', 'file' => '', 'build_event' => 'OnItemBuild'), 'ListClass' => Array ('class' => 'kDBList', 'file ...
... задать любые параметры для тага TagProcessor:SectionTitle SectionTitle , кроме cut_first cut_first , который уже задан внутри этого блока. Настройка 'TitlePresets' => Array ( 'title_preset_name' => Array ( 'new_status_labels' => Array (), 'edit_status_labels' => Array (), 'new_titlefield' => Array (), 'prefixes' => Array (), 'tag_params' => Array (), ...
... $edit_picker_helper =& $this->Application->recallObject('EditPickerHelper'); / @var $edit_picker_helper EditPickerHelper / $edit_picker_helper->LoadValues($event, 'OptionId', 'sample-prefix-child.OptionId'); В TagProcessor:About обработчике тегов (TagProcessor) переписать метод TagProcessor:PrepareListElementParams PrepareListElementParams , который будет ...

Additional database time was 0.288 sec.


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

Search in namespaces:

Powered by Sphinx