Procedural File: jsloader.inc
Source Location: Program_Root/ticatk/jsloader.inc
Classes:
Page Details:
Tags:
Includes:
TTK_JSLoader
void TTK_JSLoader ( $ttkpath, $widgets, [$startfile = "definter.html"], [$theme = "default"], [$recover = false], [$splashconfig = false] )
TicaTK JS Loader
Print out Javascript required to load TicaTK into the client browser
Tags:
Conflicts:
Parameters
-
string
$ttkpath
-
relative path to ticatk js files
-
string
$widgets
-
array of required widgets. Dependencies are defined into jsdep.inc
-
string
$startfile
-
url to load interface definition
-
string
$theme
-
theme name to use
-
boolean
$recover
-
recover interface
-
array
$splashconfig
-
Configure the Splash Screen array("LOADING_TEXT" => "...", "INIT_TEXT" => "...", "IMG" => "imgsrc", "IMG_W" => width, "IMG_H" => height)
[ Top ]