ローダーウィジェットをmagento 2に実装したいのですが、私のフォームにはボタンを1つ配置しました
<div style="display:inline; float:right; width:100%; margin-bottom:5px;">
<button style="" class="scalable go" type="submit" id="button1"><span>Do some action</span></button>
</div>
このボタンをクリックすると、url(frontName / Controller / Action)を呼び出します。このアクションの実行中に、ローダーウィジェットを表示したいと思います。
1
ウィジェットの初期化は、M2のdevdocsに記述されていますdevdocs.magento.com/guides/v2.0/frontend-dev-guide/javascript/...
—
アレックス