org.silex.ui.ToolsManager

mx.core.UIObject
org.silex.ui.ToolsManager

This class manages the admin tools used in SILEX WYSIWYG in the repository : /trunk/org/silex/core/ToolsManager.as

Version

1

Author

Alexandre Hoyau

Summary
org.silex.ui.ToolsManagerThis class manages the admin tools used in SILEX WYSIWYG in the repository : /trunk/org/silex/core/ToolsManager.as
Variables
hasBeenShownAllready
silex_ptrsilex_ptr reference to silex main Api object (core.Api)
toolsLanguagetoolsLanguage current language for the tools used to determine the tools config file nmae
toolsContainer_mc
toolsToLoad_array
tools_mcl
Functions
ToolsManagerConstructor initialize reference to org.silex.core.Api, tools_mcl and toolsToLoad_array
applicationResize
loadToolboxes
doLoadToolboxes
listToolsFolderContentCbk
continueLoadingProcess
endLoadingProcess
showToolboxes
unloadToolboxes
reloadTools
getLatestSilexVersionCallback

Variables

hasBeenShownAllready

var hasBeenShownAllready: Boolean

silex_ptr

private var silex_ptr: org.silex.core.Api

silex_ptr reference to silex main Api object (core.Api)

toolsLanguage

var toolsLanguage: String

toolsLanguage current language for the tools used to determine the tools config file nmae

toolsContainer_mc

var toolsContainer_mc: MovieClip

toolsToLoad_array

var toolsToLoad_array: Array

tools_mcl

var tools_mcl: MovieClipLoader

Functions

ToolsManager

function ToolsManager(api: org.silex.core.Api)

Constructor initialize reference to org.silex.core.Api, tools_mcl and toolsToLoad_array

applicationResize

function applicationResize()

loadToolboxes

function loadToolboxes(toolsLanguage_str: String)

doLoadToolboxes

function doLoadToolboxes(result: Array)

listToolsFolderContentCbk

function listToolsFolderContentCbk(folderContent_array: Array)

continueLoadingProcess

function continueLoadingProcess()

endLoadingProcess

function endLoadingProcess()

showToolboxes

function showToolboxes(val)

unloadToolboxes

function unloadToolboxes()

reloadTools

function reloadTools(toolsLanguage_str: String)

getLatestSilexVersionCallback

function getLatestSilexVersionCallback(version: String)
var hasBeenShownAllready: Boolean
private var silex_ptr: org.silex.core.Api
silex_ptr reference to silex main Api object (core.Api)
var toolsLanguage: String
toolsLanguage current language for the tools used to determine the tools config file nmae
var toolsContainer_mc: MovieClip
var toolsToLoad_array: Array
var tools_mcl: MovieClipLoader
function ToolsManager(api: org.silex.core.Api)
Constructor initialize reference to org.silex.core.Api, tools_mcl and toolsToLoad_array
function applicationResize()
function loadToolboxes(toolsLanguage_str: String)
function doLoadToolboxes(result: Array)
function listToolsFolderContentCbk(folderContent_array: Array)
function continueLoadingProcess()
function endLoadingProcess()
function showToolboxes(val)
function unloadToolboxes()
function reloadTools(toolsLanguage_str: String)
function getLatestSilexVersionCallback(version: String)