Changeset 1077
- Timestamp:
- 10/10/08 18:39:45 (5 years ago)
- Files:
-
- 1 modified
-
trunk/XinhaCore.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/XinhaCore.js
r1076 r1077 2384 2384 } 2385 2385 ); 2386 2387 2386 }; 2388 2387 … … 3021 3020 } 3022 3021 this.setEditorEvents(); 3022 3023 3024 // If this IFRAME had been configured for autofocus, we'll focus it now, 3025 // since everything needed to do so is now fully loaded. 3026 if ((typeof editor.config.autofocus != "undefined") && 3027 ((editor.config.autofocus == editor._textArea.id) || editor.config.autofocus)) 3028 { 3029 editor.activateEditor(); 3030 editor.focusEditor(); 3031 } 3023 3032 }; 3024 3033
