7. controllers

7.1. introduction

The Genro controllers receive inputs and initiate a response by making calls on model objects.

We emphasize that all the controllers can be attached to every Genro object

The controllers can be divided in two groups:

7.1.1. client-side controllers

A client-side controller works on the client through javascript; they are:

7.1.2. server-side controllers

A server-side controller works on the server thorugh Python; they are:

Table Of Contents

Previous topic

6.3.9. tree

Next topic

7.2.1. data

This Page