actions¶
-
class
zaguan.examples.colors.actions.ColorsControllerActions(controller)¶ Bases:
zaguan.actions.BaseActionControllerThsi are the actions for the colors controller.
-
document_ready()¶ Action excecuted when the document is ready.
-
log(data)¶ Action excecuted when ‘log’ is called and debug is True.
-
select_color(data)¶ Action excecuted when ‘select_color’ is called.
-