source: trunk/src/ajax/javascripts/edit_topic.js @ 26

Last change on this file since 26 was 26, checked in by lgiessmann, 16 years ago

added a license header to all files where the isidorus license is mentioned and referenced, in the ajax file there is also a reference to the MIT-license; an edit/create template for fragments is implemented in the ajax module, but it\'s really terrible and not really useable - this should be only the initial idea of realizing such a functionality\!

File size: 762 bytes
Line 
1//+-----------------------------------------------------------------------------
2//+  Isidorus
3//+  (c) 2008-2009 Marc Kuester, Christoph Ludwig, Lukas Giessmann
4//+
5//+  Isidorus is freely distributable under the LGPL license.
6//+  This ajax module uses the frameworks PrototypeJs and Scriptaculous, both
7//+  are distributed under the MIT license.
8//+  You can find a detailed description in trunk/docs/LGPL-LICENSE.txt and
9//+  in trunk/src/ajax/javascripts/external/MIT-LICENSE.txt
10//+-----------------------------------------------------------------------------
11
12
13// --- generates the page "edit topic"
14function makeEdit(topicPsi)
15{
16    if($("content").getElementsByClassName("fragment " + PAGES.edit).length === 0){
17        getAndBuildFragment(topicPsi);
18    }
19}
Note: See TracBrowser for help on using the repository browser.