Home
last modified time | relevance | path

Searched refs:replyEditForm (Results 1 – 2 of 2) sorted by relevance

/dports/www/ilias/ILIAS-5.4.25/Modules/Forum/classes/
H A Dclass.ilObjForumGUI.php42 private $replyEditForm; variable in ilObjForumGUI
1683 $this->replyEditForm = new ilPropertyFormGUI();
1684 $this->replyEditForm->setId('id_showreply');
1685 $this->replyEditForm->setTableWidth('100%');
1736 $this->replyEditForm->addItem($oSubjectGUI);
1790 $this->replyEditForm->addItem($oPostGUI);
1806 $this->replyEditForm->addItem($oFileUploadGUI);
1816 $this->replyEditForm->addItem($captcha);
1869 $this->replyEditForm->addItem($hidden_draft_id);
1912 if (null === $this->replyEditForm) {
[all …]
/dports/www/ilias6/ILIAS-6.14/Modules/Forum/classes/
H A Dclass.ilObjForumGUI.php59 private $replyEditForm; variable in ilObjForumGUI
1896 $this->replyEditForm->setId('id_showreply');
1897 $this->replyEditForm->setTableWidth('100%');
1917 $this->replyEditForm->setFormAction(
1922 $this->replyEditForm->setFormAction(
1927 $this->replyEditForm->setFormAction(
1961 $this->replyEditForm->addItem($oSubjectGUI);
2028 $this->replyEditForm->addItem($oPostGUI);
2054 $this->replyEditForm->addItem($captcha);
2162 if (null === $this->replyEditForm) {
[all …]