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-url-rewrite
view
adminhtml
templates
categories.phtml
Go to the documentation of this file.
1
<?php
7
// @codingStandardsIgnoreFile
8
10
?>
11
<fieldset
class
=
"admin__fieldset"
data-
ui
-
id
=
"category-selector"
>
12
<legend
class
=
"admin__legend"
><span><?=
$block
->escapeHtml(
__
(
'Select Category'
)) ?></span></legend>
13
<div
class
=
"content content-category-tree"
>
14
<input type=
"hidden"
name
=
"categories"
id
=
"product_categories"
value
=
""
/>
15
<?php
if
(
$block
->getRoot()): ?>
16
<div
class
=
"jstree-default"
></div>
17
<?php
endif
; ?>
18
</div>
19
</fieldset>
20
<?php
if
(
$block
->getRoot()): ?>
21
<script type=
"text/x-magento-init"
>
22
{
23
".jstree-default"
: {
24
"categoryTree"
: {
25
"data"
: <?php
/* @noEscape */
26
echo $this->helper(
'Magento\Framework\Json\Helper\Data'
)->jsonEncode(
$block
->getTreeArray()); ?>,
27
"url"
:
"<?php /* @noEscape */
28
echo $block->escapeUrl($block->getLoadTreeUrl()); ?>"
29
}
30
}
31
}
32
33
</script>
34
<?php
endif
; ?>
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
$block
$block
Definition:
block.php:8
ui
jquery ui
Definition:
tree.phtml:41
name
endif
if($block->getRoot()) if($block->getRoot()) endif
Definition:
categories.phtml:20