Namespace: coreutils

coreutils

coreutils namespace

Classes

AlternativeLoader
AssetVO
AttributeHelper
BrowserInfo
Destroyer
ExtendedMath
Fullscreen
LoaderDataBuilder
LocalStorage
Mixin
Notifications
ObjectHelper
PreloadJSHelper
PreloadJSLoaderBuilder
PropertyHelper
SessionStorage
SystemUtils
TimerHelper
UrlParser
VectorHelper
CountDown
GroupObserver
JSONStyleParser
LanguageStyler
LanguageVO
LoaderDataVO
LoaderEvent
LoaderFileVO
LoaderVO
Observer
Point
PropertyListVO
PropertyVO
Rect
Signal
StaticObserver
StyleVO
Ticker
TreeMaster
TreeNode
XllifParser

Mixins

SignalEmitter

Members


<static, readonly> AssetType :string

Types of assets
Type:
  • string
Properties:
Name Type Default Description
XML string xml
CSS string css
IMAGE string img
JPG string jpg
PNG string png
JSON string json
JSON_STYLE string json_style
JS string javascript
HTML string html
TEXT string txt
SOUND string sound

<static, readonly> Browsers :string

Browser types
Type:
  • string
Properties:
Name Type Default Description
UNKNOWN string unknown
IE string ie
FIREFOX string firefox
CHROME string chrome
SAFARI string safari

<static, readonly> LoaderType :string

Types of loaders
Type:
  • string
Properties:
Name Type Default Description
SINGLE string coreutils.LoaderType.SINGLE
QUEUE string coreutils.LoaderType.QUEUE
ALTERNATIVE string coreutils.LoaderType.ALTERNATIVE

<static, readonly> TimerEvent :string

Ticker and CountDown events
Type:
  • string
Properties:
Name Type Default Description
START string coreutils.TimerEvent.START
UPDATE string coreutils.TimerEvent.UPDATE
PAUSE string coreutils.TimerEvent.PAUSE
STOP string coreutils.TimerEvent.STOP
RESUME string coreutils.TimerEvent.RESUME
READY string coreutils.TimerEvent.READY