xowiki::Page instproc www-clipboard-export (public)

 <instance of xowiki::Page[i]> www-clipboard-export

Defined in /var/www/openacs.org/packages/xowiki/tcl/xowiki-www-procs.tcl

This web-callable method exports the content of the clipboard in form of an xowiki dump. Then clear the clipboard and stop the script.

Testcases:
No testcase defined.
Source code:
set clipboard [::xowiki::clipboard get]
::xowiki::exporter export $clipboard
ns_conn close
::xowiki::clipboard clear
ad_script_abort
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: