src/source/dev_guide/howto-adapter.rst
branchdoc-dc
changeset 117 1293a07cacb4
parent 111 097b0c025eec
equal deleted inserted replaced
116:e5c638fbb217 117:1293a07cacb4
    18 specific instance attribute (*__annotations__*). Any adapter can then use this dictionary to store it's own
    18 specific instance attribute (*__annotations__*). Any adapter can then use this dictionary to store it's own
    19 informations, using it's own namespace as dictionary key.
    19 informations, using it's own namespace as dictionary key.
    20 
    20 
    21 ZODB browser allows you to display existing annotations:
    21 ZODB browser allows you to display existing annotations:
    22 
    22 
    23 .. image:: _static/annotations-1.png
    23 .. image:: ../_static/annotations-1.png
    24 
    24 
    25 This example displays several annotations, each using it's own namespace:
    25 This example displays several annotations, each using it's own namespace:
    26 
    26 
    27 .. image:: _static/annotations-2.png
    27 .. image:: ../_static/annotations-2.png
    28 
    28 
    29 
    29 
    30 Designing interfaces
    30 Designing interfaces
    31 ++++++++++++++++++++
    31 ++++++++++++++++++++
    32 
    32