#3660 closed New Feature (fixed)
Add separate NAME parameter in taglib
Reported by: | David Webb | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | FCKeditor.Java 2.6 |
Component: | Server : Java | Version: | |
Keywords: | Java Taglib Review+ | Cc: | David Webb |
Description (last modified by )
Add the ability to create a NAME parameter in the FCKEditor Taglib in addition to the instanceName (which is the ID and NAME currently).
I am attaching the patches for the TLD and the 2 java files that need modofication for this feature.
Reference Topic: [http://www.fckeditor.net/forums/viewtopic.php?f=5&t=14048&p=36740#p36740 ]
Attachments (2)
Change History (12)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
Keywords: | Review? added; Java Taglib removed |
---|
comment:3 Changed 16 years ago by
Keywords: | Java Taglib added |
---|
My bad on the individual patches...Uploading 3660.patch which will include all 3 files. You can delete all other attachments if you want to. Thanks.
Changed 16 years ago by
Attachment: | 3660.patch added |
---|
comment:5 Changed 16 years ago by
Please try the newest 2.5-beta-1 release. You can define your own connector which should provide the option you are looking for.
comment:7 Changed 15 years ago by
Keywords: | Review- added; Review? removed |
---|---|
Milestone: | → FCKeditor.Java 2.6 |
Counter is not thread-safe. This will emerge in 2.6 in a slightly modified version.
comment:8 Changed 15 years ago by
Description: | modified (diff) |
---|---|
Status: | new → assigned |
comment:9 Changed 15 years ago by
Keywords: | Review+ added; Review- removed |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Modified patch applied in [4598].
comment:10 Changed 15 years ago by
Description: | modified (diff) |
---|
The auto-id function was not applied because the original patch was not thread-safe and it's not that valueable for the vast majority to impose synchronization.
Please attach the patch as-is and do not compress in with proprietary formats. See here for more information.