tplPreview
Last updated Apr 6th, 2019 | Page history | Improve this page | Report an issue
QuipReply's tplPreview Chunk¶
The Chunk for QuipReply's &tplPreview parameter. It is displayed when a user is previewing their soon-to-be-posted comment.
Default Value¶
<div class="quip-comment quip-preview" id="quip-comment-preview-box-[[+idprefix]]">
<div class="quip-comment-right">
[[+gravatarUrl:notempty=`<img src="[[+gravatarUrl]]" class="quip-avatar" alt="" />`]]
</div>
<p class="quip-comment-meta">
<span class="quip-comment-author">[[+username]]:</span><br />
<span class="quip-comment-createdon">[[+createdon]]</span>
</p>
<div class="quip-comment-body"><p>[[+comment]]</p></div>
<br class="clear" />
</div>