4require_once(
"Services/Table/classes/class.ilTable2GUI.php");
 
    5require_once(
"Services/Preview/classes/class.ilPreviewRenderer.php");
 
    6require_once(
"Services/Preview/classes/class.ilFilePreviewRenderer.php");
 
   29                parent::__construct($a_parent_obj, $a_parent_cmd);
 
   32                $this->
setRowTemplate(
"tpl.renderer_row.html", 
"Services/Preview");
 
   38                $this->
setTitle($lng->txt(
"loaded_preview_renderers"));
 
   42                $this->
addColumn($lng->txt(
"renderer_supported_repo_types"));
 
   43                $this->
addColumn($lng->txt(
"renderer_supported_file_types"));
 
   54                $name = $renderer->getName();
 
   55                $type = 
$lng->txt(
"renderer_type_" . ($renderer->isPlugin() ? 
"plugin" : 
"builtin"));
 
   57                $repo_types = array();
 
   58                foreach ($renderer->getSupportedRepositoryTypes() as $repo_type)
 
   59                        $repo_types[] = 
$lng->txt($repo_type);
 
   65                        $file_types = implode(
", ", $renderer->getSupportedFileFormats());
 
   69                $this->tpl->setVariable(
"TXT_NAME", $name);
 
   70                $this->tpl->setVariable(
"TXT_TYPE", $type);
 
   71                $this->tpl->setVariable(
"TXT_REPO_TYPES", implode(
", ", $repo_types));
 
   72                $this->tpl->setVariable(
"TXT_FILE_TYPES", $file_types);
 
Abstract parent class for all file preview renderer classes.
Displays an overview of all loaded preview renderers.
fillRow($renderer)
Standard Version of Fill Row.
__construct($a_parent_obj, $a_parent_cmd)
Creates a new ilRendererTableGUI instance.
addColumn($a_text, $a_sort_field="", $a_width="", $a_is_checkbox_action_column=false, $a_class="", $a_tooltip="")
Add a column to the header.
setEnableHeader($a_enableheader)
Set Enable Header.
setExternalSorting($a_val)
Set external sorting.
setTitle($a_title, $a_icon=0, $a_icon_alt=0)
Set title and title icon.
setEnableTitle($a_enabletitle)
Set Enable Title.
setRowTemplate($a_template, $a_template_dir="")
Set row template.
disable($a_module_name)
diesables particular modules of table
setLimit($a_limit=0, $a_default_limit=0)
set max.