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-catalog
view
adminhtml
templates
product
edit
tabs
child_tab.phtml
Go to the documentation of this file.
1
<?php
7
// @codingStandardsIgnoreFile
8
10
?>
11
<div
class
=
"fieldset-wrapper admin__collapsible-block-wrapper"
data-tab=
"<?= /* @noEscape */ $block->getTabId() ?>"
12
id
=
"<?= /* @noEscape */ $block->getTabId() ?>-wrapper"
data-
mage
-init=
'{"collapsible":{
13
"active": <?= /* @noEscape */ $block->isTabOpened() ? '
true
' : '
false
' ?>,
14
"openedState": "_show",
15
"closedState": "_hide",
16
"animate": 200,
17
"collapsible": true
18
}}'
19
>
20
<div
class
=
"fieldset-wrapper-title"
data-role=
"title"
>
21
<strong
class
=
"admin__collapsible-title"
data-role=
"trigger"
>
22
<span><?=
/* @noEscape */
$block
->getTitle() ?></span>
23
</strong>
24
</div>
25
<div
class
=
"fieldset-wrapper-content"
data-role=
"content"
id
=
"<?= /* @noEscape */ $block->getTabId() ?>-content"
>
26
<?=
/* @noEscape */
$block
->getContent() ?>
27
</div>
28
</div>
mage
if( $form)() ?>< script > require(['jquery' mage mage
Definition:
save.phtml:15
$block
$block
Definition:
block.php:8