Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.7DR#2
-
Component/s: ICE-Components
-
Labels:None
-
Environment:InputRichText + disable
-
ICEsoft Forum Reference:
Description
Add the disabled attribute to the inputRichText component
Activity
| Field | Original Value | New Value |
|---|---|---|
| Priority | Major [ 3 ] | Minor [ 4 ] |
| Fix Version/s | 1.7 [ 10080 ] | |
| Assignee | Adnan Durrani [ adnan.durrani ] |
| Assignee Priority | P1 |
| Status | Open [ 1 ] | In Progress [ 3 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #15893 | Fri Feb 29 11:08:30 MST 2008 | adnan.durrani | Fix for |
| Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/inputrichtext/InputRichText.java
MODIFY
/icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/inputrichtext/InputRichTextRenderer.java
MODIFY
/icefaces/trunk/icefaces/component/src/com/icesoft/faces/component/inputrichtext/fckeditor_ext.js
|
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #15894 | Fri Feb 29 11:10:56 MST 2008 | adnan.durrani | new disable attribute added, related |
| Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/component-metadata/src/main/resources/conf/ice_cust_properties/cust-inputRichText-props.xml
|
| Status | In Progress [ 3 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Fix Version/s | 1.7RC1 [ 10123 ] | |
| Fix Version/s | 1.7 [ 10080 ] |
| Fix Version/s | 1.7 [ 10080 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |
| Assignee Priority | P1 | |
| Assignee | Adnan Durrani [ adnan.durrani ] |

According to the FCKEditor docs, the following snippet should disabled the FCKeditor, but apparently its not working with the version of FCKEdtior used by the ICEFaceas.
var oEditor = FCKeditorAPI.GetInstance('FCKeditor1');
oEditor.EditorDocument.body.disabled=true