我使用IvoryCKEditorBundle(http://symfony.com/doc/master/bundles/IvoryCKEditorBundle/index.html)Symfony | CKEditor的佔位符
我不能找到一種方法,在buildform配置中添加一個佔位符。 這是行不通的:
->add('text', CKEditorType::class, array(
'attr' => array(
'placeholder' => 'Your text ...'
)
))
我該怎麼做?我必須在JQuery中做到這一點?
TY
你可以嘗試使用「佔位」 =>「您的文字...」直接attr的同一級別? – vibol
如果我在attr – Aximem