Quip.QuipReply.tplPreview

Skip to end of metadata
Go to start of metadata


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>

See Also

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.