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 "OnPreSaveAndGoToTab". You can create this page.

Displaying 1-3 of 3 matches for query OnPreSaveAndGoToTab retrieved in 0.000 sec with following stats:

  • onpresaveandgototab found 7 times in 3 documents



... ="php"> / Saves edited item in temp table and goes to passed tabs, by redirecting to it with OnPreSave event @param kEvent $event / function OnPreSaveAndGoToTab(&$event) $event->CallSubEvent('OnPreSave'); if ($event->status erSUCCESS) $area_id = $this->Application->GetVar('area_id'); if (is_numeric($area_id)) $event->SetRedirectParam('area_id', $area_id); $ ...
... TranslatorEventHandler::OnChangeLanguage kDBEventHandler::OnSave kDBEventHandler::OnPreSaveAndGo kDBEventHandler::OnPreSaveAndGoToTab kDBEventHandler::OnPreSavePopup kDBEventHandler::OnPreSaveAndOpenTranslator kDBEventHandler::OnPreSaveAndChangeLanguage CurrenciesEventHandler:: ...
NotFinished toc category = OnPreSave события sortkey = 005.001 Событие сохраняет редактируемый объект и переходит на переданный таб. Вызывается из шаблона Все шаблоны, которые задействованы в редактировании объектов и позволяют осуществлять переход с таба на таб. Вызывается из событий Из других событий не ...

Additional database time was 0.052 sec.

match any word match all words

Search in namespaces:

Powered by Sphinx