Changeset 258
- Timestamp:
- 2007-04-17 14:24:50 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/_source/internals/fcktoolbarset.js
r132 r258 71 71 // Create the IFRAME that will hold the toolbar inside the target element. 72 72 var eToolbarIFrame = FCKTools.GetElementDocument( eToolbarTarget ).createElement( 'iframe' ) ; 73 eToolbarIFrame.src = 'javascript:void(0)' ; 73 74 eToolbarIFrame.frameBorder = 0 ; 74 75 eToolbarIFrame.width = '100%' ;