Changeset 758
- Timestamp:
- 02/22/07 19:31:04 (6 years ago)
- Files:
-
- 1 modified
-
trunk/XinhaCore.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/XinhaCore.js
r756 r758 1747 1747 this._framework.ed_cell.appendChild(textarea); 1748 1748 1749 1749 // if another editor is activated while this one is in text mode, toolbar is disabled 1750 Xinha.addDom0Event( 1751 this._textArea, 1752 'click', 1753 function() 1754 { 1755 if ( Xinha._currentlyActiveEditor != this) 1756 { 1757 editor.updateToolbar(); 1758 } 1759 return true; 1760 }); 1761 1750 1762 // Set up event listeners for saving the iframe content to the textarea 1751 1763 if ( textarea.form )
