如何在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',
),