Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-yin committed Jan 17, 2024
1 parent 21cb6ad commit 306263b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/source/extend-turbo-stream.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |

0 comments on commit 306263b

Please sign in to comment.