Subversion-Projekte lars-tiefland.content-management

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

function call_editor(Feldname,properties)
{
        editor=window.open
        (
                "../editor/editor.php?properties="+properties,Feldname,
                "height=400, width=750, location=no, menubar=no, resizable=yes, scrollbars=no, status=no, toolbar=no"
        );
}