diff options
author | Maverick | 2016-06-08 16:18:27 +0530 |
---|---|---|
committer | Maverick | 2016-06-08 16:18:27 +0530 |
commit | 29017aaad3c22aa757b3ef67378b9a8b00129bf0 (patch) | |
tree | 6d8f5d8e5b55fd50c999cb2fb712b3904807b3cc | |
parent | fa68d3caeb1cb35a7e74b113a73634761e0214e5 (diff) | |
download | xcos-on-web-29017aaad3c22aa757b3ef67378b9a8b00129bf0.tar.gz xcos-on-web-29017aaad3c22aa757b3ef67378b9a8b00129bf0.tar.bz2 xcos-on-web-29017aaad3c22aa757b3ef67378b9a8b00129bf0.zip |
Integrated the XSL transformation with the HTML file
-rw-r--r-- | index.html | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -528,7 +528,8 @@ }); /* Maverick - Reference: http://www.w3schools.com/xsl/xsl_client.asp*/ + Reference: http://www.w3schools.com/xsl/xsl_client.asp + */ editor.addAction('exportXcos', function(editor,cell) { //Mind the 3 parameters. |