* @author Alexander Ebert
* @copyright 2001-2019 WoltLab GmbH
* @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ * @deprecated 6.1 Use `WoltLabSuite/Core/Component/Popover` instead
*/
import * as Ajax from "../Ajax";
* popover.setContent('com.example.bar.foo', objectId, htmlTemplateString);
* }
* });
+ *
+ * @deprecated 6.1 Use `WoltLabSuite/Core/Component/Popover` instead
*/
export function init(options: PopoverOptions): void {
getControllerPopover().init(options);
* @author Alexander Ebert
* @copyright 2001-2019 WoltLab GmbH
* @license GNU Lesser General Public License <http://opensource.org/licenses/lgpl-license.php>
+ * @deprecated 6.1 Use `WoltLabSuite/Core/Component/Popover` instead
*/
define(["require", "exports", "tslib", "../Ajax", "../Dom/Change/Listener", "../Dom/Util", "../Environment", "../Ui/Alignment"], function (require, exports, tslib_1, Ajax, Listener_1, Util_1, Environment, UiAlignment) {
"use strict";
* popover.setContent('com.example.bar.foo', objectId, htmlTemplateString);
* }
* });
+ *
+ * @deprecated 6.1 Use `WoltLabSuite/Core/Component/Popover` instead
*/
function init(options) {
getControllerPopover().init(options);