com.woltlab.wcf.form.user.memo.form
Shows the user memo edit form.
AbstractPage | --AbstractForm | --CaptchaForm | --MessageForm | --UserMemoEditForm
| Type | Name |
|---|---|
mixed |
$action |
mixed |
$delete |
mixed |
$deletedMemos |
mixed |
$folderAdd |
mixed |
$folderID |
mixed |
$folderRename |
mixed |
$folders |
mixed |
$folderTitle |
mixed |
$folderTitles |
mixed |
$maxLength |
mixed |
$memo |
mixed |
$memoEntries |
mixed |
$memoID |
mixed |
$memoIDArray |
mixed |
$memoPreview |
mixed |
$permissionType |
mixed |
$showAttachments |
mixed |
$showPoll |
mixed |
$showSettings |
mixed |
$showSignatureSetting |
mixed |
$templateName |
| Return | Name |
|---|---|
void |
assignVariables()
|
void |
readData()
|
void |
readFormParameters()
|
void |
readParameters()
|
void |
save()
|
void |
show()
|
void |
submit()
|
void |
validate()
|
public mixed $action = ''
Redefinition of: AbstractPage::$action: Value of the given action parameter.
public mixed $delete = false
public mixed $deletedMemos = 0
public mixed $folderAdd = false
public mixed $folderID = 0
public mixed $folderRename = false
public mixed $folders = array()
public mixed $folderTitle = ''
public mixed $folderTitles = array()
public mixed $maxLength = null
public mixed $memo
public mixed $memoEntries = array()
public mixed $memoID = 0
public mixed $memoIDArray = array()
public mixed $memoPreview = ''
public mixed $permissionType = null
Redefinition of: MessageForm::$permissionType
public mixed $showAttachments = false
Redefinition of: MessageForm::$showAttachments
public mixed $showPoll = false
Redefinition of: MessageForm::$showPoll
public mixed $showSettings = false
Redefinition of: MessageForm::$showSettings
public mixed $showSignatureSetting = false
Redefinition of: MessageForm::$showSignatureSetting
public mixed $templateName = 'userMemoEdit'
Redefinition of: AbstractPage::$templateName: Name of the template for the called page.
MessageForm::$activeTab, MessageForm::$defaultSmileys, MessageForm::$enableBBCodes, MessageForm::$enableHtml, MessageForm::$enableSmilies, MessageForm::$maxTextLength, MessageForm::$messageTable, MessageForm::$parseURL, MessageForm::$showSignature, MessageForm::$showSmilies, MessageForm::$smileyCategories, MessageForm::$subject, MessageForm::$text, MessageForm::$useCaptcha, MessageForm::$wysiwygBBCodes, MessageForm::$wysiwygEditorHeight, MessageForm::$wysiwygEditorMode
CaptchaForm::$captcha, CaptchaForm::$captchaID, CaptchaForm::$captchaString
AbstractForm::$errorField, AbstractForm::$errorType
public void assignVariables()
Redefinition of: MessageForm::assignVariables()
public void readData()
Redefinition of: MessageForm::readData()
public void readFormParameters()
Redefinition of: MessageForm::readFormParameters()
public void readParameters()
Redefinition of: CaptchaForm::readParameters()
public void save()
Redefinition of: MessageForm::save()
public void show()
Redefinition of: MessageForm::show()
public void submit()
Redefinition of: AbstractForm::submit()
public void validate()
Redefinition of: MessageForm::validate()
MessageForm::assignVariables(), MessageForm::doFloodControl(), MessageForm::getOptions(), MessageForm::readData(), MessageForm::readFormParameters(), MessageForm::save(), MessageForm::saveOptions(), MessageForm::show(), MessageForm::validate(), MessageForm::validateSubject(), MessageForm::validateText()
CaptchaForm::assignVariables(), CaptchaForm::readData(), CaptchaForm::readFormParameters(), CaptchaForm::readParameters(), CaptchaForm::save(), CaptchaForm::validate(), CaptchaForm::validateCaptcha()
AbstractForm::assignVariables(), AbstractForm::readData(), AbstractForm::readFormParameters(), AbstractForm::save(), AbstractForm::saved(), AbstractForm::submit(), AbstractForm::validate()
AbstractPage::__construct(), AbstractPage::assignVariables(), AbstractPage::readData(), AbstractPage::readParameters(), AbstractPage::show()