+ +
+

pyams_content.component.illustration package

+ +
+

Submodules

+
+
+

pyams_content.component.illustration.paragraph module

+
+
+class pyams_content.component.illustration.paragraph.Illustration
+

Bases: pyams_content.component.illustration.Illustration, pyams_content.component.paragraph.BaseParagraph

+

Illustration class

+
+
+icon_class = 'fa-file-image-o'
+
+ +
+
+icon_hint = 'Illustration'
+
+ +
+ +
+
+class pyams_content.component.illustration.paragraph.IllustrationFactory
+

Bases: object

+

Illustration paragraph factory

+
+
+content_type
+

alias of Illustration

+
+ +
+
+name = 'Illustration'
+
+ +
+ +
+
+class pyams_content.component.illustration.paragraph.IllustrationParagraphContentChecker(context)
+

Bases: pyams_content.component.illustration.IllustrationContentChecker

+

Illustration paragraph content checker

+
+
+label
+
+ +
+ +
+
+

Module contents

+
+
+class pyams_content.component.illustration.Illustration
+

Bases: persistent.Persistent, zope.container.contained.Contained

+

Illustration persistent class

+
+
+alt_title
+

Computed attributes based on schema fields

+

Field properties provide default values, data validation and error messages +based on data found in field meta-data.

+

Note that FieldProperties cannot be used with slots. They can only +be used for attributes stored in instance dictionaries.

+
+ +
+
+author
+

Computed attributes based on schema fields

+

Field properties provide default values, data validation and error messages +based on data found in field meta-data.

+

Note that FieldProperties cannot be used with slots. They can only +be used for attributes stored in instance dictionaries.

+
+ +
+
+data
+
+ +
+
+description
+

Computed attributes based on schema fields

+

Field properties provide default values, data validation and error messages +based on data found in field meta-data.

+

Note that FieldProperties cannot be used with slots. They can only +be used for attributes stored in instance dictionaries.

+
+ +
+
+filename
+

Computed attributes based on schema fields

+

Field properties provide default values, data validation and error messages +based on data found in field meta-data.

+

Note that FieldProperties cannot be used with slots. They can only +be used for attributes stored in instance dictionaries.

+
+ +
+
+language
+

Computed attributes based on schema fields

+

Field properties provide default values, data validation and error messages +based on data found in field meta-data.

+

Note that FieldProperties cannot be used with slots. They can only +be used for attributes stored in instance dictionaries.

+
+ +
+
+renderer
+

Computed attributes based on schema fields

+

Field properties provide default values, data validation and error messages +based on data found in field meta-data.

+

Note that FieldProperties cannot be used with slots. They can only +be used for attributes stored in instance dictionaries.

+
+ +
+
+title
+

Computed attributes based on schema fields

+

Field properties provide default values, data validation and error messages +based on data found in field meta-data.

+

Note that FieldProperties cannot be used with slots. They can only +be used for attributes stored in instance dictionaries.

+
+ +
+ +
+
+class pyams_content.component.illustration.IllustrationContentChecker(context)
+

Bases: pyams_content.features.checker.BaseContentChecker

+

Illustration content checker

+
+
+inner_check(request)
+
+ +
+
+label = 'Illustration'
+
+ +
+
+weight = 40
+
+ +
+ +
+
+class pyams_content.component.illustration.IllustrationNamespace(context)
+

Bases: pyams_utils.adapter.ContextAdapter

+

++illustration++ namespace adapter

+
+
+traverse(name, furtherpath=None)
+
+ +
+ +
+
+class pyams_content.component.illustration.IllustrationRendererVocabulary(context=None)
+

Bases: zope.schema.vocabulary.SimpleVocabulary

+

Illustration renderer utilities vocabulary

+
+ +
+
+class pyams_content.component.illustration.IllustrationSublocations(context)
+

Bases: pyams_utils.adapter.ContextAdapter

+

Illustration sub-locations adapter

+
+
+sublocations()
+
+ +
+ +
+
+pyams_content.component.illustration.IllustrationTargetContentChecker(context)
+

Illustration target content checker

+
+ +
+
+pyams_content.component.illustration.handle_added_illustration(event)
+

Handle added illustration

+
+ +
+
+pyams_content.component.illustration.handle_modified_illustration(event)
+

Handle modified illustration

+
+ +
+
+pyams_content.component.illustration.illustration_factory(context)
+

Illustration factory

+
+ +
+
+pyams_content.component.illustration.update_illustration_properties(illustration)
+

Update missing file properties

+
+ +
+
+ + +