Platform  3.1
PHP API documentation
 All Data Structures Namespaces Files Functions Variables Pages
allviewjs.php
Go to the documentation of this file.
1 <?php
2 /*
3  * @author Anakeen
4  * @license http://creativecommons.org/licenses/by-nc-sa/2.0/fr/ Anakeen - licence CC
5  * @package FDL
6 */
7 /**
8  * concatenate js use to view documents
9  *
10  */
11 
12 require_once "FDL/viewdocjs.php";
13 /**
14  * All edit js scripts in one single file
15  *
16  * @param Action &$action current action
17  *
18  * @return void
19  */
21 {
22  $jurl = "WHAT/Layout";
23 
24  $statics = array(
25  "$jurl/AnchorPosition.js",
26  "FDL/Layout/common.js",
27  "FDC/Layout/inserthtml.js",
28  "$jurl/resizeimg.js",
29  "FDC/Layout/setparamu.js",
30  "WHAT/Layout/DHTMLapi.js",
31  "FDL/Layout/iframe.js",
32  "FDL/Layout/verifycomputedfiles.js",
33  "WHAT/Layout/geometry.js",
34  "WHAT/Layout/subwindow.js"
35  );
36 
37  $dynamics = array(
38  "FDL/Layout/viewdoc.js",
39  );
40 
41 
42  viewdocjs($action);
43  $action->lay->template = "";
44 
45  RessourcePacker::pack_js($action, $statics, $dynamics);
46 }
47 ?>
← centre documentaire © anakeen - published under CC License - Dynacase