mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-22 14:52:44 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user