'Post', * 'InputName' => 'thread', * 'InputID' => $ThreadID, * 'ForumID' => $ForumID, * 'TextareaCols' => 90 * )); * * Note that InputName and InputID are the only required variables. * They're used to construct the $_POST. * * e.g., * * * * Globals are required as this template is included within a * function scope. * * To add a "Subscribe" box for non-forum pages (like artist/collage/... * comments), add a key 'SubscribeBox' to the array passed to View::parse. * * e.g., * View::parse('generic/reply/quickreply.php', array( * 'InputTitle' => 'Comment', * 'InputName' => 'groupid', * 'InputID' => $GroupID, * 'TextareaCols' => 65, * 'SubscribeBox' => true * )); */ global $HeavyInfo, $UserSubscriptions, $ThreadInfo, $Document; if (G::$LoggedUser['DisablePosting']) { return; } /* if (!isset($TextareaCols)) { $TextareaCols = 70; } */ /* if (!isset($TextareaRows)) { $TextareaRows = 8; } */ if (!isset($InputAction)) { $InputAction = 'reply'; } if (!isset($InputTitle)) { $InputTitle = 'Comment'; } ?>

method="post" onsubmit="quickpostform.submit_button.disabled = true;" data-autosave-text="quickpost" >
getID() $ReplyText = new TEXTAREA_PREVIEW( $Name = 'body', $ID = 'quickpost', $Value = '', /* $Preview = false, $Buttons = false, $Buffer = true, $ExtraAttributes = [ 'tabindex="1"', 'onkeyup="resize(\'quickpost\')"', ] */ ); ?> getBuffer()?>
tabindex="2" /> tabindex="2" />