34 $this->
id =
"sahs_sco_quest";
35 $this->lng = $DIC->language();
36 $this->ctrl = $DIC->ctrl();
37 $this->
ui = $DIC->ui();
41 $this->
setTitle($this->lng->txt(
"sahs_questions"));
43 $this->
addColumn($this->lng->txt(
"page"));
44 $this->
addColumn($this->lng->txt(
"question"));
46 $this->
setFormAction($this->ctrl->getFormAction($a_parent_obj));
47 $this->
setRowTemplate(
"tpl.question_overview_row.html",
"Modules/Scorm2004/Editor");
59 $ctrl->setParameterByClass(
"ilscorm2004pagenodegui",
"obj_id", $a_set[
"page"][
"obj_id"]);
60 $link =
$ui->factory()->link()->standard(
61 $a_set[
"page"][
"title"],
62 $ctrl->getLinkTargetByClass(
"ilscorm2004pagenodegui",
"edit")
64 $tpl->setVariable(
"PAGE",
$ui->renderer()->render($link));
setTitle($a_title, $a_icon=0, $a_icon_alt=0)
Set title and title icon.
fillRow($a_set)
Fill table row.
setRowTemplate($a_template, $a_template_dir="")
Set row template.
setFormAction($a_form_action, $a_multipart=false)
Set Form action parameter.
__construct(Container $dic, ilPlugin $plugin)
addColumn( $a_text, $a_sort_field="", $a_width="", $a_is_checkbox_action_column=false, $a_class="", $a_tooltip="", $a_tooltip_with_html=false)
Add a column to the header.
__construct($a_parent_obj, $a_parent_cmd)
Constructor.
static _getTitle($a_q_id)
Returns the title of a question.