Opened 17 years ago
Closed 17 years ago
#2228 closed New Feature (invalid)
Open FCK Editor with call to stored HTML as CLOB data in database
Reported by: | Dave Freyer | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
The ability to programmaticly extract stored HTML as CLOB data, then opening FCK editor to edit the HTML, then calling an Oracle stored procedure, or JAVA method to insert the edited HTML as a new CLOB is needed, and would sure go a long way to gain high use of FCK editor within the development community.
Change History (1)
comment:1 Changed 17 years ago by
Keywords: | Import / Export as HTML CLOB removed |
---|---|
Milestone: | FCKeditor 2.8 |
Resolution: | → invalid |
Status: | new → closed |
It's not the task of the editor to be a full CMS. It's a replacement for a <textarea> that allows to edit HTML, and you are the one that must handle the form, database, permissions...