Changeset 15140

Show
Ignore:
Timestamp:
09/05/08 03:13:17 (10 months ago)
Author:
bill
Message:

Fixes #7592: Can't save textarea edit box if others on page have been activated first.
!strict

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dijit/trunk/InlineEditBox.js

    r14803 r15140  
    7979        //              The text that gets displayed when there is no value (so that the user has a place to click to edit) 
    8080        noValueIndicator: "<span style='font-family: wingdings; text-decoration: underline;'>&nbsp;&nbsp;&nbsp;&nbsp;&#x270d;&nbsp;&nbsp;&nbsp;&nbsp;</span>", 
     81 
     82        constructor: function(){ 
     83                this.editorParams = {}; 
     84        }, 
    8185 
    8286        postMixInProperties: function(){