Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
edit.phtml
Go to the documentation of this file.
1 <?php
6 ?>
7 <form action="<?= /* @escapeNotVerified */ $block->getSaveUrl() ?>" method="post" id="design-edit-form">
8  <?= $block->getBlockHtml('formkey') ?>
9 </form>
10 <script>
11 require([
12  "jquery",
13  "mage/mage"
14 ], function($){
15 
16  $('#design-edit-form').mage('form').mage('validation');
17 
18 });
19 </script>
if( $form)() ?>< script > require(['jquery' mage mage
Definition: save.phtml:15
jquery extjs ext tree mage adminhtml form
Definition: tree.phtml:41
$block
Definition: block.php:8