mirror of
https://github.com/Django-LiveView/docs.git
synced 2024-11-10 02:45:42 +01:00
Add delete
This commit is contained in:
parent
c1a2c7b627
commit
17c1f715de
1
one.org
1
one.org
@ -228,6 +228,7 @@ await consumer.send_html(data)
|
|||||||
Optionally we can include others.
|
Optionally we can include others.
|
||||||
|
|
||||||
- ~append~: Default: false. If true, the HTML will be added, not replaced.
|
- ~append~: Default: false. If true, the HTML will be added, not replaced.
|
||||||
|
- ~delete~: Default: false. If true, the HTML will be deleted. `html` and `append` will be ignored. Only the selector will be used.
|
||||||
- ~scroll~: Default: false. If true, the page will be scrolled to the selector
|
- ~scroll~: Default: false. If true, the page will be scrolled to the selector
|
||||||
- ~scrollTop~: Default: false. If true, the page will be scrolled to the top.
|
- ~scrollTop~: Default: false. If true, the page will be scrolled to the top.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user