turbo_helper.turbo_power¶
https://github.com/marcoroth/turbo_power-rails
Bring turbo_power to Django
Functions¶
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Module Contents¶
- turbo_helper.turbo_power.transform_attributes(attributes)¶
- turbo_helper.turbo_power.transform_key(key)¶
- turbo_helper.turbo_power.transform_value(value)¶
- turbo_helper.turbo_power.custom_action(action, target=None, content=None, **kwargs)¶
- turbo_helper.turbo_power.custom_action_all(action, targets=None, content=None, **kwargs)¶
- turbo_helper.turbo_power.graft(targets=None, parent=None, **attributes)¶
- turbo_helper.turbo_power.add_css_class(targets=None, classes='', **attributes)¶
- turbo_helper.turbo_power.dispatch_event(targets=None, name=None, detail=None, **attributes)¶
- turbo_helper.turbo_power.notification(title=None, **attributes)¶
- turbo_helper.turbo_power.redirect_to(url=None, turbo_action='advance', turbo_frame=None, **attributes)¶
- turbo_helper.turbo_power.turbo_frame_reload(target=None, **attributes)¶
- turbo_helper.turbo_power.turbo_frame_set_src(target=None, src=None, **attributes)¶