Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Go to the source code of this file.
Functions | |
registerUserRole (grid, element, checked) | |
roleRowClick (grid, event) | |
rolesRowInit (grid, row) | |
Variables | |
$myBlock = $block->getLayout()->getBlock('user.roles.grid') | |
warning = false | |
userRoles = $H(<?= $myBlock->getSelectedRoles(true) ?>) | |
value = userRoles.toQueryString() | |
<?=$myBlock-> | getJsObjectName () ?>.rows.each(function(row) |
endif | |
$editBlock = $block->getLayout()->getBlock('adminhtml.user.edit') | |
registerUserRole | ( | grid | , |
element | , | ||
checked | |||
) |
Definition at line 24 of file roles_grid_js.phtml.
roleRowClick | ( | grid | , |
event | |||
) |
Definition at line 35 of file roles_grid_js.phtml.
rolesRowInit | ( | grid | , |
row | |||
) |
Definition at line 59 of file roles_grid_js.phtml.
$editBlock = $block->getLayout()->getBlock('adminhtml.user.edit') |
Definition at line 75 of file roles_grid_js.phtml.
$myBlock = $block->getLayout()->getBlock('user.roles.grid') |
Copyright © Magento, Inc. All rights reserved. See COPYING.txt for license details.
Definition at line 16 of file roles_grid_js.phtml.
if (is_object( $editBlock)) endif |
Definition at line 70 of file roles_grid_js.phtml.
<?= $myBlock-> getJsObjectName() ?>.rows.each(function(row) |
Definition at line 69 of file roles_grid_js.phtml.
userRoles = $H(<?= $myBlock->getSelectedRoles(true) ?>) |
Definition at line 20 of file roles_grid_js.phtml.
value = userRoles.toQueryString() |
Definition at line 22 of file roles_grid_js.phtml.
warning = false |
Definition at line 19 of file roles_grid_js.phtml.