From 306263bc44609d55c798e6bbef9accea0a0ff2aa Mon Sep 17 00:00:00 2001 From: Michaelyin Date: Wed, 17 Jan 2024 17:39:52 +0800 Subject: [PATCH] update --- docs/source/extend-turbo-stream.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/source/extend-turbo-stream.md b/docs/source/extend-turbo-stream.md index d28e94f..560a282 100644 --- a/docs/source/extend-turbo-stream.md +++ b/docs/source/extend-turbo-stream.md @@ -60,3 +60,14 @@ and it can generate HTML snippet like this And registering the action handler on the frontend side, we can add css class on server side, without writing Javascript code. Now "django-turbo-helper" already contains some `turbo_power` actions, please check the source code and test cases for more details. + +| Turbo Power Actions | +|---------------------| +| graft | +| morph | +| add_css_class | +| dispatch_event | +| notification | +| redirect_to | +| turbo_frame_reload | +| turbo_frame_set_src |