Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
module-backend
view
adminhtml
templates
dashboard
totalbar
refreshstatistics.phtml
Go to the documentation of this file.
1
<?php
6
?>
7
<div
class
=
"page-actions"
>
8
<div
class
=
"page-actions-inner"
>
9
<div
class
=
"page-actions-buttons"
>
10
<?=
$block
->getChildHtml() ?>
11
12
<
form
class
=
"action-element"
13
action=
"<?= $block->escapeUrl($block->getUrl('*/*/refreshStatistics')) ?>"
14
method=
"post"
>
15
<input
16
name
=
"form_key"
17
type=
"hidden"
18
value
=
"<?= $block->escapeHtmlAttr($block->getFormKey()) ?>"
/>
19
<button
20
class
=
"action-primary"
21
type=
"submit"
22
title=
"<?= $block->escapeHtmlAttr(__('Reload Data')) ?>"
>
23
<?=
$block
->escapeHtml(
__
(
'Reload Data'
)) ?>
24
</button>
25
</
form
>
26
</div>
27
</div>
28
</div>
value
$block setTitle( 'CMS Block Title') -> setIdentifier('fixture_block') ->setContent('< h1 >Fixture Block Title</h1 >< a href=" store url</a><p> Config value
Definition:
block.php:9
__
__()
Definition:
__.php:13
form
jquery extjs ext tree mage adminhtml form
Definition:
tree.phtml:41
$block
$block
Definition:
block.php:8
name