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.

EventHandler:OnPreSaveAndOpenTranslator

From In-Portal Developers Guide

Jump to: navigation, search

OnPreSave события OnPreSave события
Статьи в этой категории

Событие вызывается при открытие окна переводчика (Translator) для мультиязычных полей. Сохраняет во временную таблицу значение записи перед тем, как преступить к редактированию мультиязычного поля.

Contents

Вызывается из шаблона

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

Вызывается из событий

Не вызывается из событий.

Входные параметры

название описание
event (object) Объект события.

Вызывает события

OnPreSave

Потенциальное применение

На данный момент - только то, которое следует из описания.

Ограничения

Ограничений нет.