Subversion Repositories Applications.papyrus

Rev

Rev 521 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 521 Rev 875
Line 1... Line 1...
1
<!--
1
<!--
2
 * FCKeditor - The text editor for internet
2
 * FCKeditor - The text editor for internet
3
 * Copyright (C) 2003-2005 Frederico Caldeira Knabben
3
 * Copyright (C) 2003-2006 Frederico Caldeira Knabben
4
 * 
4
 * 
5
 * Licensed under the terms of the GNU Lesser General Public License:
5
 * Licensed under the terms of the GNU Lesser General Public License:
6
 * 		http://www.opensource.org/licenses/lgpl-license.php
6
 * 		http://www.opensource.org/licenses/lgpl-license.php
7
 * 
7
 * 
8
 * For further information visit:
8
 * For further information visit:
Line 37... Line 37...
37
 
37
 
38
function InsertSmiley( url )
38
function InsertSmiley( url )
39
{
39
{
40
	var oImg = oEditor.FCK.CreateElement( 'IMG' ) ;
40
	var oImg = oEditor.FCK.CreateElement( 'IMG' ) ;
-
 
41
	oImg.src = url ;
Line 41... Line 42...
41
	oImg.src = url ;
42
	oImg.setAttribute( '_fcksavedurl', url ) ;
42
 
43
 
Line 43... Line 44...
43
	window.parent.Cancel() ;
44
	window.parent.Cancel() ;