Definition at line 31 of file templates/admin/addbook/import_doc/import_doc.php.
Public Member Functions | |
on_refresh ($event_args) | |
refresh the list after uploading a file | |
on_delete ($event_args) | |
delete an uploaded file | |
on_import ($event_args) | |
onRender () | |
add_uploaded_files_rs () | |
create and add the recordset 'uploaded_files' |
import_doc::on_refresh | ( | $ | event_args | ) |
refresh the list after uploading a file
Definition at line 34 of file templates/admin/addbook/import_doc/import_doc.php.
import_doc::on_delete | ( | $ | event_args | ) |
delete an uploaded file
Definition at line 40 of file templates/admin/addbook/import_doc/import_doc.php.
References $event_args, and shell().
import_doc::on_import | ( | $ | event_args | ) |
Definition at line 49 of file templates/admin/addbook/import_doc/import_doc.php.
References $book_id, $event_args, $lng, shell(), and T_().
import_doc::onRender | ( | ) |
Definition at line 87 of file templates/admin/addbook/import_doc/import_doc.php.
References add_uploaded_files_rs().
import_doc::add_uploaded_files_rs | ( | ) |
create and add the recordset 'uploaded_files'
Definition at line 93 of file templates/admin/addbook/import_doc/import_doc.php.
References $path, and shell().
Referenced by onRender().