N°3541 Add event listener to enable/disable loading state for buttons block

This commit is contained in:
Stephen Abello
2022-02-07 14:53:09 +01:00
parent 1f95a4ee21
commit 3541a9e1db
4 changed files with 33 additions and 1 deletions

View File

@@ -31,6 +31,7 @@ class ButtonURL extends Button
{
// Overloaded constants
public const DEFAULT_HTML_TEMPLATE_REL_PATH = 'base/components/button/buttonurl';
public const REQUIRES_ANCESTORS_DEFAULT_JS_FILES = true;
// Specific constants
/** @var string ENUM_TARGET_BLANK */