web/ui/api.js
@@ -187,6 +187,17 @@ }); } function fm_export_html() { var m = '?c=de.uhilger.filecms.api.HtmlExportService&m=exportHtml'; m = m + '&p=' + pfad; var u = '../svc' + m; fm_get(u, "text", function(resp) { $('.system-out').empty(); $('.system-out').append('Rueckmeldung vom HTML-Export: ' + resp); fm_fusszeile_zeigen(); }); } /* ------------------- Dateiinhalte --------------------- */ function fm_save_file(saveFileName, method, callback) {