Subversion Repositories Applications.papyrus

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
431 ddelon 1
/*
2
 * FCKeditor - The text editor for internet
3
 * Copyright (C) 2003-2005 Frederico Caldeira Knabben
4
 *
5
 * Licensed under the terms of the GNU Lesser General Public License:
6
 * 		http://www.opensource.org/licenses/lgpl-license.php
7
 *
8
 * For further information visit:
9
 * 		http://www.fckeditor.net/
10
 *
11
 * File Name: dialogue.js
12
 * 	Scripts for the fck_universalkey.html page.
13
 *
14
 * File Authors:
15
 * 		Michel Staelens (michel.staelens@wanadoo.fr)
16
 * 		Bernadette Cierzniak
17
 * 		Abdul-Aziz Al-Oraij (top7up@hotmail.com)
18
 * 		Frederico Caldeira Knabben (fredck@fckeditor.net)
19
 */
20
 
21
function afficher(txt)
22
{
23
	document.getElementById( 'uni_area' ).value = txt ;
24
}
25
 
26
function rechercher()
27
{
28
	return document.getElementById( 'uni_area' ).value ;
29
}