File tree 1 file changed +26
-11
lines changed
resources/fileTemplates/internal
1 file changed +26
-11
lines changed Original file line number Diff line number Diff line change 5
5
*/
6
6
-->
7
7
< html lang ="en ">
8
- < body >
9
- < p face ="verdana " size ="-1 ">
10
- The < a href ="https://devdocs.magento.com/guides/v2.3/ui_comp_guide/components/ui-listing-grid.html "> Form component</ a > configuration.
11
- </ p >
12
-
13
- < table width ="100% " border ="0 " cellpadding ="5 " cellspacing ="0 " style ="border-collapse: collapse ">
14
- < tr >
15
- < td colspan ="3 "> < font face ="verdana " size ="-1 "> Template's predefined variables:</ font > </ td >
16
- </ tr >
17
- </ table >
18
- </ body >
8
+ < body >
9
+ < table width ="100% " border ="0 " cellpadding ="5 " cellspacing ="0 " style ="border-collapse: collapse ">
10
+ < tr >
11
+ < td >
12
+ < font face ="verdana " size ="-1 ">
13
+ A Magento 2 < a href ="https://devdocs.magento.com/guides/v2.4/ui_comp_guide/components/ui-form.html "> UI Component Form</ a > can have buttons to perform actions on the form such as "Back" or "Save" for example.
14
+ </ font > < br >
15
+ </ td >
16
+ </ tr >
17
+ </ table >
18
+ < table width ="100% " border ="0 " cellpadding ="5 " cellspacing ="0 " style ="border-collapse: collapse ">
19
+ < tr >
20
+ < td colspan ="3 "> < font face ="verdana " size ="-1 "> Predefined variables will take the following values:</ font > </ td >
21
+ </ tr >
22
+ < tr >
23
+ < td valign ="top "> < nobr > < font face ="verdana " size ="-2 "> < b > ${NAMESPACE}</ b > </ font > </ nobr > </ td >
24
+ < td width ="10 "> </ td >
25
+ < td width ="100% " valign ="top "> < font face ="verdana " size ="-1 "> Namespace for the UI Component Form button class</ font > </ td >
26
+ </ tr >
27
+ < tr >
28
+ < td valign ="top "> < nobr > < font face ="verdana " size ="-2 "> < b > ${CLASS_NAME}</ b > </ font > </ nobr > </ td >
29
+ < td width ="10 "> </ td >
30
+ < td width ="100% " valign ="top "> < font face ="verdana " size ="-1 "> Class name for the UI Component Form button class</ font > </ td >
31
+ </ tr >
32
+ </ table >
33
+ </ body >
19
34
</ html >
You can’t perform that action at this time.
0 commit comments