English 中文(简体)
如何在Joomla定制CKEditor的风格菜单?
原标题:How to customize the CKEditor s Styles menu in Joomla?

在Joomla网站上,我使科索沃广播公司成为违约文本编辑。 我想界定一些习俗,这些习俗将体现在面貌上。 我已经找到了documentation,其中描述了应如何开展工作,但我无法说明如何在我的Joomla网站上落实这一点。

根据这些文件,我试图通过增加我自己的定义来掩饰这一缺省风格,但这没有效果。

我也试图创造新的风格,并给编辑添加这一内容,但这也没有效果。 我只能找到一个或两个地点:CKEDITOR.addStylesSet config.etsCombo_ Formats。 Set = 缺省出现在法典中,但编辑这些档案没有效力,因为有些其他法典在这些档案中推翻了该信。

问题回答

joomla部分(If与Joomla 1.6合作)有点).。 我怀有同样的错误,gged倒了这个错误,以发现它们使用的工具比在工具上说的多倍。

They say: "This file should exist in the plugins/editors/ckeditor/styles folder"

实际发生的情况是,PHP代码在以下地点对档案存在进行检查:

plugins/editors/ckeditor/ckeditor/styles

之后,使用其标注的夹载实际档案

这似乎是造成错误的法典:

if (file_exists(dirname(__FILE__).DS. ckeditor .DS. styles .DS.$style_file))

不管怎么说,这只字眼确实存在。 你们应该建立这一机制,并将档案放在其中,绕过生存检查。

备有“模板”档案的同类材料......





相关问题
cross platform issues in webpages

I am developing some basic html pages, i am setting colors of text usimg color code #e7eddf it seems fine in windows but seems different in mac. Can you explain me why its happening and also ...

How to create breadcumb for custom component in Joomla?

I have a custom component in which I want to have a breadcumb to help the user navigate the previous page visits. The basic feature in my component is to show our product releases. The workflow is: ...

Preloading images

i ve a navigation bar like the one below..for each it changes the background color on mouseover and mouseout and there is a lag to load those images which looks awful :( i wanna know how to preload ...

Joomla conditional menu item

I d like to create a menu item in Joomla that points to one article when the user is logged out, and a different article when the user is logged in. I tried creating two menu items, and make them ...

unable to connect to database on AWS

actually I have my website build with Joomla hosted on hostmonster but all Joomla website need a database support to run this database is on AWS configuration files need to be updated for that I ...

How can you test if you re on the homepage in Joomla?

I m working on a Joomla site, and I need the front page to look slightly different from the rest of the pages, but not enough to warrant the use of two themes (it s a pain to have to update two ...

How to get the current Joomla username?

I m trying to get the current Joomla username. I was able to get it by using $user =& JFactory::getUser(); echo $user->username; But now I ve installed Joomla on my local server and it doesn ...