Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
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>
$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
jquery extjs ext tree mage adminhtml form
Definition: tree.phtml:41