mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:36 +01:00
Added et2_all.js
This commit is contained in:
parent
f9914e069c
commit
be34748b32
27
etemplate/js/et2_all.js
Normal file
27
etemplate/js/et2_all.js
Normal file
@ -0,0 +1,27 @@
|
||||
/**
|
||||
* eGroupWare eTemplate2 - JS file which contains the complete et2 module
|
||||
*
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @package etemplate
|
||||
* @subpackage api
|
||||
* @link http://www.egroupware.org
|
||||
* @author Andreas Stöckel
|
||||
* @copyright Stylite 2011
|
||||
* @version $Id$
|
||||
*/
|
||||
|
||||
/**
|
||||
* Only include the actual widget class files here, all other dependencies are
|
||||
* included in those files.
|
||||
*/
|
||||
|
||||
/*egw:uses
|
||||
et2_template;
|
||||
et2_grid;
|
||||
et2_box;
|
||||
// et2_tabs;
|
||||
et2_button;
|
||||
et2_description;
|
||||
et2_textbox;
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user