Added XSLTTemplate, functions that add it to transform area and documentation for that function #144

Merged
bema merged 2 commits from widlam/enhancement/issue#109 into master 2023-04-19 13:35:42 +02:00
Collaborator
No description provided.
widlam added 1 commit 2023-04-18 13:44:31 +02:00
widlam requested review from bema 2023-04-18 13:56:29 +02:00
bema requested changes 2023-04-18 14:10:27 +02:00
bema left a comment
Collaborator

I found two things to correct.

The "Insert default XSLT" still has "defaultXMLButton" id.

Regarding lines 55-58:
Putting "style" attribute in html tags should be avoided when styling of this tag isn't modified using JS. We have enough of that, there is no need to add more ;) There is defined div class "display-space-beetween" used to place the elements in the same way as you did. It's used in lines 19-42, you can model after that code. AFAIK, this is just flexbox with spacing set.

I found two things to correct. The "Insert default XSLT" still has "defaultXMLButton" id. Regarding lines 55-58: Putting "style" attribute in html tags should be avoided when styling of this tag isn't modified using JS. We have enough of that, there is no need to add more ;) There is defined div class "display-space-beetween" used to place the elements in the same way as you did. It's used in lines 19-42, you can model after that code. AFAIK, this is just flexbox with spacing set.
bema changed title from Added XSLTTemplate, functions that add it to transform area and documentation for that function to WIP: Added XSLTTemplate, functions that add it to transform area and documentation for that function 2023-04-18 14:11:35 +02:00
widlam added 1 commit 2023-04-19 08:47:47 +02:00
bema approved these changes 2023-04-19 13:35:25 +02:00
bema changed title from WIP: Added XSLTTemplate, functions that add it to transform area and documentation for that function to Added XSLTTemplate, functions that add it to transform area and documentation for that function 2023-04-19 13:35:31 +02:00
bema merged commit 093c8756b1 into master 2023-04-19 13:35:42 +02:00
bema deleted branch widlam/enhancement/issue#109 2023-04-19 13:35:44 +02:00
Sign in to join this conversation.
No description provided.