mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-29 16:36:11 +08:00
Automatic Update (#1489)
* [create-pull-request] automated change * Update z2ui5_cl_app_debugtool_js.clas.abap --------- Co-authored-by: oblomov-dev <oblomov-dev@users.noreply.github.com> Co-authored-by: oblomov-dev <102328295+oblomov-dev@users.noreply.github.com>
This commit is contained in:
parent
b3fb42a15a
commit
1012283880
|
@ -23,6 +23,7 @@ CLASS z2ui5_cl_app_debugtool_js IMPLEMENTATION.
|
|||
`` && |\n| &&
|
||||
` return Control.extend("z2ui5.cc.DebugTool", {` && |\n| &&
|
||||
`` && |\n| &&
|
||||
` //printerXML` && |\n| &&
|
||||
` prettifyXml: function (sourceXml) {` && |\n| &&
|
||||
` const xmlDoc = new DOMParser().parseFromString(sourceXml, 'application/xml');` && |\n| &&
|
||||
` var sParse = ``<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform">` && |\n| &&
|
||||
|
|
|
@ -26,7 +26,7 @@ CLASS z2ui5_cl_app_debugtool_xml IMPLEMENTATION.
|
|||
` xmlns:ce="sap.ui.codeeditor"` &&
|
||||
`>` &&
|
||||
` <Dialog` &&
|
||||
` title="abap2UI5 - Debug Tool"` &&
|
||||
` title="abap2UI5 - DebugTool"` &&
|
||||
` stretch="true"` &&
|
||||
` >` &&
|
||||
` <IconTabHeader` &&
|
||||
|
|
Loading…
Reference in New Issue
Block a user