Monotone-Parent: 306c67aefff450c0e8aa8363864e5f6c435a0b84

Monotone-Revision: 51512f2a3102841c13942d3e4e41185e38cd9b5d

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2010-04-13T14:18:27
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2010-04-13 14:18:27 +00:00
parent 0c7a54bb51
commit 62bc1e01f6
4 changed files with 69 additions and 51 deletions

View File

@@ -1,7 +1,8 @@
/* -*- Mode: java; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/* -*- Mode: java; tab-width: 2; c-label-minimum-indentation: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
Copyright (C) 2005 SKYRIX Software AG
Copyright (C) 2006-2010 Inverse
This file is part of OpenGroupware.org.
@@ -138,6 +139,10 @@ function onEditorSubmitClick(event) {
}
function initEditorForm() {
var tabsContainer = $("editorTabs");
var controller = new SOGoTabsController();
controller.attachToTabsContainer(tabsContainer);
displayNameChanged = ($("fn").value.length > 0);
$("fn").onkeydown = onFnKeyDown;
$("sn").onkeyup = onFnNewValue;