39 require_once
"include/document_library_tabs.inc";
58 $form->button(
"Import Metadata...",
"document_library_metadata_import?document_library_id={$document_library_id}");
62 $form->button(
"Download ZIP Archive",
63 "new BackgroundProcess('Creating ZIP Archive', '/action/document/zip_library?document_library_id={$document_library_id}', ".
64 "{onComplete: function() { window.location.href = '/action/document/zip_library_download?document_library_id={$document_library_id}'; } });".
65 "return false;",
false,
true);
74 $tabs->queryString =
"document_library_id=".$form->data->document_library_id;
75 redirect(
"/admin/document_library_permissions?document_library_id={$form->data->document_library_id}");
84 <div
style=
"clear:left; border: solid 1px #000; width: 100%; margin: 0; padding: 4px;">
91 $mgr->deleteDocumentLibrary();
92 redirect(
"/admin/document_libraries");
if(! $document_library_id) $library
The DocumentManager class provides the core API and management functions for uploading documents and ...
static createLibraryObj()
static buildDocumentLibraryForm($library)
static createLibrary($form)
static using()
Import the datamodels, views and manifest for the specified component(s).
static usingFile()
Uses the specified framework file(s) from the framework directory.
$method
Pull out a simple reference to the request method.
documentLibraryTabs($key)