Closed (fixed)
Project:
FCKeditor - WYSIWYG HTML editor
Version:
master
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
31 Mar 2008 at 18:01 UTC
Updated:
31 Jul 2008 at 04:46 UTC
This fckeditor module is better than the htmlarea module in almost all ways, except that the htmlarea module allowed to exclude combinations of paths and ids using wildcards for every component. For instance, the following entries were valid:
node/*/edit.field[extra-items]
node/1155/edit.body
admin/settings/site-information.site-mission
It would be nice if fckeditor would allow this as well.
Comments
Comment #1
ufku commentedComment #2
wwalc commentedDownload the latest release, it is already implemented :-)
There are two separate textareas to enter fields and/or paths.
Comment #3
Jorrit commentedIf by latest release you mean 6.x-1.2-1, I don't think it is implemented. There is a text area for paths and a text area for id's, but my request is to have one textarea for path.id's, so you can exclude ids on certain paths only.
Comment #4
wwalc commentedOk, now I get it... sorry for misunderstanding. Sounds interesting.
Comment #5
Jorrit commentedWhat htmlarea did was concatenating the path and the id and just using a regular expression on that string, where * would match anything within that string. The problem is that the editor itself wasn't very good compared to FCKEditor (they used Xinha), so that's why I moved. If you install htmlarea you will see what I mean.
Comment #6
Jorrit commentedFixed in a future release (6.x-2.x)
Comment #7
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.