Changeset 13577
- Timestamp:
- 05/05/08 13:31:37 (7 months ago)
- Files:
-
- 1 modified
-
branches/1.1/dijit/_editor/RichText.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.1/dijit/_editor/RichText.js
r13552 r13577 1240 1240 this._preDomFilterContent(node); 1241 1241 } 1242 1243 if(!this.isLoaded){ 1244 // try again after the editor is finished loading 1245 this.onLoadDeferred.addCallback(dojo.hitch(this, function(){ 1246 this.setValue(html); 1247 })); 1248 } 1249 1242 1250 this.onDisplayChanged(); 1243 1251 },