- Methods: All Methods Documented Methods Hide Methods
- Source: Display Source Hide Source
- Variables: Show Variables Hide Variables
Class ::xowiki::UploadFileIconified
::xowiki::UploadFileIconified create ... \Refinement of ::xowiki::UploadFile but returning content rended by a special renderer. There is e.g. such a renderer defined in xowf for the online exam.
[ -content_type content_type ] \
[ -file_name file_name ] \
[ -parent_object parent_object ] \
[ -tmpfile tmpfile ]
Defined in packages/xowiki/tcl/xowiki-uploader-procs.tcl
Class Relations
::nx::Class create ::xowiki::UploadFileIconified \ -superclass ::xowiki::UploadFileMethods (to be applied on instances)
store_file (scripted, public)
<instance of xowiki::UploadFileIconified> store_fileStore files and return a thumbnail rendering when successful.
- Testcases:
- No testcase defined.
set d [next] if {[dict get $d status_code] in {200 201}} { return [list status_code 201 message [${:parent_object} render_thumbnails $d]] } return {status_code 500 message "something wrong"}
- Methods: All Methods Documented Methods Hide Methods
- Source: Display Source Hide Source
- Variables: Show Variables Hide Variables