Lines Matching refs:replyEditForm

59     private $replyEditForm;  variable in ilObjForumGUI
1895 $this->replyEditForm = new ilPropertyFormGUI();
1896 $this->replyEditForm->setId('id_showreply');
1897 $this->replyEditForm->setTableWidth('100%');
1917 $this->replyEditForm->setFormAction(
1922 $this->replyEditForm->setFormAction(
1927 $this->replyEditForm->setFormAction(
1935 $this->replyEditForm->setTitle($this->lng->txt('forums_your_reply'));
1937 $this->replyEditForm->setTitle($this->lng->txt('forums_edit_draft'));
1939 $this->replyEditForm->setTitle($this->lng->txt('forums_edit_post'));
1950 $this->replyEditForm->addItem($oAnonymousNameGUI);
1961 $this->replyEditForm->addItem($oSubjectGUI);
2028 $this->replyEditForm->addItem($oPostGUI);
2038 $this->replyEditForm->addItem($oNotificationGUI);
2044 $this->replyEditForm->addItem($oFileUploadGUI);
2054 $this->replyEditForm->addItem($captcha);
2065 $this->replyEditForm->addItem($oExistingAttachmentsGUI);
2075 $this->replyEditForm->addItem($draftInfoGUI);
2082 $this->replyEditForm->addItem($draftInfoGUI);
2103 $this->replyEditForm->addItem($oExistingAttachmentsGUI);
2108 $this->replyEditForm->addCommandButton('saveTopLevelPost', $this->lng->txt('create'));
2110 $this->replyEditForm->addCommandButton('publishDraft', $this->lng->txt('publish'));
2112 $this->replyEditForm->addCommandButton('savePost', $this->lng->txt('save'));
2119 $this->replyEditForm->addItem($hidden_draft_id);
2130 … $this->replyEditForm->addCommandButton('quotePost', $this->lng->txt('forum_add_quote'));
2140 $this->decorateWithAutosave($this->replyEditForm);
2144 … $this->replyEditForm->addCommandButton('updateDraft', $this->lng->txt('save_message'));
2146 … $this->replyEditForm->addCommandButton('saveTopLevelDraft', $this->lng->txt('save_message'));
2148 … $this->replyEditForm->addCommandButton('saveAsDraft', $this->lng->txt('save_message'));
2154 $this->replyEditForm->addCommandButton($cancel_cmd, $this->lng->txt('cancel'));
2162 if (null === $this->replyEditForm) {
2166 return $this->replyEditForm;