doc/book/en/B000-development.en.txt
author Sylvain Thénault <sylvain.thenault@logilab.fr>
Mon, 21 Dec 2009 19:18:49 +0100
changeset 4156 1bbb0ee42c8e
parent 2393 6190852af97f
permissions -rw-r--r--
drop form_field_name/form_field_id methods from form object, in favor of field.input_name(form) / field.dom_id(form)

.. -*- coding: utf-8 -*-

=====================
Part II - Development
=====================

This part is about developing web applications with the *CubicWeb* framework.

.. toctree::
   :maxdepth: 1

   B0-data-model.en.txt
   B1-web-interface.en.txt
   B2-repository-customization.en.txt
   B3-test.en.txt
   B4-advanced.en.txt