Skip to content

Commit 7b1252f

Browse files
committed
Add DOM tab docs
1 parent d7742fd commit 7b1252f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/documents/modules/tab.html.eco

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ themes : ['Default']
671671
<tr>
672672
<td>cacheType <div class="ui horizontal label">2.2</div></td>
673673
<td>response</td>
674-
<td>Can be set to either <code>response</code> or <code>html</code>. Response will cache the original response on load, this way callbacks always receive the same content. Using `html` will cache the resulting html after all callbacks, making sure any changes to content are preserved.</td>
674+
<td>Can be set to either <code>response</code>, <code>DOM</code> or <code>html</code>. Using <code>DOM</code> will cache the a clone of the DOM tree, preserving all events as they existed on render. <code>response</code> will cache the original response on load, this way callbacks always receive the same content. Using <code>html</code> will cache the resulting html after all callbacks, making sure any changes to content are preserved.</td>
675675
</tr>
676676
<tr>
677677
<td>cache</td>

0 commit comments

Comments
 (0)