Add outerSync swap; WIP on htmax view engine module

This commit is contained in:
2026-06-14 17:23:41 -04:00
parent fa813ff0fe
commit c1441e0741
10 changed files with 404 additions and 113 deletions
+5
View File
@@ -49,6 +49,11 @@ module HxSwap =
[<Literal>]
let OuterMorph = "outerMorph"
/// <summary>Morph the outer HTML of the target to the new content, recreating all children</summary>
/// <remarks>This is used internally by the new history extension, but can be used by others if desired</remarks>
[<Literal>]
let OuterSync = "outerSync"
/// <summary>Replace the text content of the target without parsing the response as HTML</summary>
[<Literal>]
let TextContent = "textContent"