Subversion-Projekte lars-tiefland.content-management

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
function call_editor(Feldname,properties)
2
{
3
	editor=window.open
4
	(
5
		"../editor/editor.php?properties="+properties,Feldname,
6
		"height=400, width=750, location=no, menubar=no, resizable=yes, scrollbars=no, status=no, toolbar=no"
7
	);
8
}