Ignore:
Timestamp:
3 Jul 2015, 10:24:13 (9 years ago)
Author:
Henrik Bettermann
Message:

Extend interfaces (for future documentation).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.ikoba/trunk/src/waeup/ikoba/documents/document.py

    r12444 r13135  
    233233    """A file id chooser for :class:`Document` objects.
    234234
    235     `context` is an :class:`Document` instance.
     235    `context` is a :class:`Document` instance.
    236236
    237237    The delivered file_id contains the file id marker for
     
    267267        *Example:*
    268268
    269         For document with id 'd123'
    270         with attr ``'nice_image.jpeg'`` this chooser would create:
    271 
    272           ``'__file-document__nice_image_d123.jpeg'``
     269        For document with id ``d123`` and
     270        with attr ``nice_image.jpeg`` this chooser would create:
     271
     272          ``__file-document__nice_image_d123.jpeg``
    273273
    274274        meaning that the nice image of this document would be
Note: See TracChangeset for help on using the changeset viewer.