summaryrefslogtreecommitdiffstats
path: root/modules-expert-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'modules-expert-html.lsp')
-rw-r--r--modules-expert-html.lsp12
1 files changed, 12 insertions, 0 deletions
diff --git a/modules-expert-html.lsp b/modules-expert-html.lsp
new file mode 100644
index 0000000..9f15077
--- /dev/null
+++ b/modules-expert-html.lsp
@@ -0,0 +1,12 @@
+<% local form, viewlibrary, page_info, session = ... %>
+<% htmlviewfunctions = require("htmlviewfunctions") %>
+
+<% htmlviewfunctions.displaycommandresults({"reload"}, session) %>
+
+<% if viewlibrary and viewlibrary.dispatch_component then
+ viewlibrary.dispatch_component("edit")
+end %>
+
+<% if viewlibrary and viewlibrary.dispatch_component then
+ viewlibrary.dispatch_component("reload")
+end %>