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-import-export
view
adminhtml
templates
export
form
after.phtml
Go to the documentation of this file.
1
<?php
7
// @codingStandardsIgnoreFile
8
?>
9
<fieldset
class
=
"admin__fieldset"
id
=
"export_filter_container"
style=
"display:none;"
>
10
<legend
class
=
"admin__legend"
>
11
<span><?=
/* @escapeNotVerified */
__
(
'Entity Attributes'
) ?></span>
12
</legend>
13
<br />
14
<
form
id
=
"export_filter_form"
action=
"<?= /* @escapeNotVerified */ $block->getUrl('*/*/export') ?>"
method=
"post"
>
15
<input
name
=
"form_key"
type=
"hidden"
value
=
"<?= /* @escapeNotVerified */ $block->getFormKey() ?>"
/>
16
<div
id
=
"export_filter_grid_container"
><!-- --></div>
17
</
form
>
18
<button
class
=
"action- scalable"
type=
"button"
onclick=
"getFile();"
><span><?php
19
/* @escapeNotVerified */
echo
__
(
'Continue'
)
20
?></span></button>
21
</fieldset>
22
<script>
23
require([
'prototype'
],
function
(){
24
25
//<![CDATA[
26
$(
'entity'
).selectedIndex = 0;
// forced resetting entity selector after page refresh
27
//]]>
28
29
});
30
</script>
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
name