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
1
Alexandre Hoyau
| org. | This class manages the admin tools used in SILEX WYSIWYG in the repository : /trunk/org/silex/core/ToolsManager.as |
| Variables | |
| hasBeenShownAllready | |
| silex_ptr | silex_ptr reference to silex main Api object (core.Api) |
| toolsLanguage | toolsLanguage current language for the tools used to determine the tools config file nmae |
| toolsContainer_mc | |
| toolsToLoad_array | |
| tools_mcl | |
| Functions | |
| ToolsManager | Constructor initialize reference to org.silex.core.Api, tools_mcl and toolsToLoad_array |
| applicationResize | |
| loadToolboxes | |
| doLoadToolboxes | |
| listToolsFolderContentCbk | |
| continueLoadingProcess | |
| endLoadingProcess | |
| showToolboxes | |
| unloadToolboxes | |
| reloadTools | |
| getLatestSilexVersionCallback |
var hasBeenShownAllready: Boolean
silex_ptr reference to silex main Api object (core.Api)
private var silex_ptr: org.silex.core.Api
toolsLanguage current language for the tools used to determine the tools config file nmae
var toolsLanguage: String
var toolsContainer_mc: MovieClip
var toolsToLoad_array: Array
var tools_mcl: MovieClipLoader
Constructor initialize reference to org.silex.core.Api, tools_mcl and toolsToLoad_array
function ToolsManager( api: org.silex.core.Api )
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 )