docs-htmx - HTMX Helper Functions for MC-ORG
Provides HTMX helper functions and interaction patterns for form submissions, delete confirmations, and dynamic content updates.
Tags
Updated: 2026-03-20Capabilities
Typical Inputs
Typical Outputs
What this skill does
- add HTTP method attribute
- add target selector
- add swap strategy
- add trigger event
- add URL update
- include extra inputs
- set out-of-band swap
- set error target
- add confirmation dialog
- add extension
- send redirect response
- send bad request response
- send not found response
Inputs
- HTML tag
- request URL
- target selector
- swap strategy
- trigger event
- form inputs
Outputs
- HTML fragment
- redirect response
- error response
Requirements
- Kotlin HTML DSL
- HTMX library
- Ktor application
