2012-12-17 159 views
-5

圖像斜體的標題我怎樣才能使圖像斜體的蟒蛇我怎樣才能讓在Plone

我自動希望以斜體格式字幕的字幕時,我在標題字段中輸入標題

我的代碼是: -

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', 
    ), 

回答

4

由於字幕後呈現爲HTML:使用CSS樣式的圖片標題。