From: WoltLab GmbH Date: Mon, 31 Oct 2022 10:00:44 +0000 (+0000) Subject: Deployed ecb5a764 to 6.0 with MkDocs 1.4.1 and mike 1.1.2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a3b42131631246cdf89b6f2a2b351a7d7c7df7a3;p=GitHub%2FWoltLab%2Fwoltlab.github.io.git Deployed ecb5a764 to 6.0 with MkDocs 1.4.1 and mike 1.1.2 --- diff --git a/6.0/migration/wsc55/dialogs/index.html b/6.0/migration/wsc55/dialogs/index.html index a5bf5eda..01933ef4 100644 --- a/6.0/migration/wsc55/dialogs/index.html +++ b/6.0/migration/wsc55/dialogs/index.html @@ -2874,8 +2874,8 @@ We do recommend that you use the new dialog API exclusively for new components a

The legacy API relied on implicit callbacks to initialize dialogs and to handle the entire lifecycle. The _dialogSetup() method was complex, offered subpar auto completition support and generally became very bloated when utilizing the events.

source#

-

The source of a dialog is provided directly through the fluent API of dialogFactory() which provides methods to spawn dialogs using elements, HTML strings or completely empty.

-

The major change is the removal of the AJAX support as the content source, you should use dboAction() instead and then create the dialog.

+

The source of a dialog is provided directly through the fluent API of dialogFactory() which provides methods to spawn dialogs using elements, HTML strings or completely empty.

+

The major change is the removal of the AJAX support as the content source, you should use dboAction() instead and then create the dialog.

options.onSetup(content: HTMLElement)#

You can now access the content element directly, because everything happens in-place.

1
@@ -3074,7 +3074,7 @@ Please see the explanation on the four different 
   
     
       Last update:
-      2022-10-11
+      2022-10-31
     
   
 
diff --git a/6.0/sitemap.xml.gz b/6.0/sitemap.xml.gz index feb0f83c..f1d3d186 100644 Binary files a/6.0/sitemap.xml.gz and b/6.0/sitemap.xml.gz differ