odoo/addons/website/models
Xavier Morel 90a9e522f3 [ADD] placeholder support on t-field
A placeholder is looked up:

1. in the field's options ("placeholder")
2. on the t-field node itself (@placeholder)
3. on the field's column (.placeholder)

The first one found is used as the @placeholder of the resulting node
(in-HTML), and displayed when the field is empty and unfocused.

If no placeholder is found, an empty field just gets a small padding
in order to be easier to see & focus.

bzr revid: xmo@openerp.com-20131218114901-xi3ye11x5pysq2a2
2013-12-18 12:49:01 +01:00
..
__init__.py [FIX] altered trunk routing stuff, bring website converters back in website 2013-11-15 14:26:26 +01:00
ir_http.py [IMP] allow to reset broken views in the 500 error page 2013-12-17 14:46:00 +01:00
ir_qweb.py [ADD] placeholder support on t-field 2013-12-18 12:49:01 +01:00
ir_rule.py [IMP] website: ir.rule: add the http secure session in the eval context for access rules evaluation. 2013-10-10 11:02:29 +02:00
ir_ui_view.py [FIX] change view section saving: only save view section *content* 2013-12-17 12:20:34 +01:00
test_models.py [FIX] move conversion code from ir.fields.converter into website.qweb structures 2013-10-09 15:31:12 +02:00
website.py [FIX] website: editable in context 2013-12-11 16:25:11 +01:00