ICEfaces
  1. ICEfaces
  2. ICE-2385

Add the disabled attribute to the inputRichText component

    Details

    • Type: Improvement Improvement
    • Status: Closed
    • Priority: Minor Minor
    • Resolution: Fixed
    • Affects Version/s: 1.7DR#2
    • Fix Version/s: 1.7RC1, 1.7
    • Component/s: ICE-Components
    • Labels:
      None
    • Environment:
      InputRichText + disable

      Description

      Add the disabled attribute to the inputRichText component

        Activity

        Hide
        Adnan Durrani added a comment -

        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

        Show
        Adnan Durrani added a comment - 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
        Hide
        Adnan Durrani added a comment -

        I have downloaded the latest version of the FCKEditor 2.5.1, and tested the above snippet with the stock FCKEditor (without ICEfaces). It doesn't seem to have any effect.

        var oEditor = FCKeditorAPI.GetInstance('FCKeditor1');
        oEditor.EditorDocument.body.disabled=true

        Show
        Adnan Durrani added a comment - I have downloaded the latest version of the FCKEditor 2.5.1, and tested the above snippet with the stock FCKEditor (without ICEfaces). It doesn't seem to have any effect. var oEditor = FCKeditorAPI.GetInstance('FCKeditor1'); oEditor.EditorDocument.body.disabled=true
        Hide
        Adnan Durrani added a comment -

        revision 15893.
        new "disabled" attribute added.

        Show
        Adnan Durrani added a comment - revision 15893. new "disabled" attribute added.
        Hide
        Adnan Durrani added a comment -

        revision 15894. Meta-data added

        Show
        Adnan Durrani added a comment - revision 15894. Meta-data added

          People

          • Assignee:
            Unassigned
            Reporter:
            Adnan Durrani
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: