I've created custom TinyMCE formats. In function I have something like this:
$style_formats = array(
array(
'title' => 'Akapit',
'block' => 'p',
'classes' => 'e-paragraph',
),
works fine, but Im trying to set one of the style as default. How can I do that?
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1742414615a4439497.html
评论列表(0条)