Pythonで画像のキャプションを斜体にする方法
キャプション フィールドにキャプションを入力すると、キャプションが自動的にイタリック体になるようにしたい
私のコードは次のとおりです:-
atapi.TextField('image_caption_text',
storage = atapi.AnnotationStorage(),
widget = atapi.RichWidget(
description = '',
label = _(u'label_image_caption',
default=u'Image Caption'),
rows = 5),
schemata='General',
),