A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
landingPageID — Property in interface com.soma.interfaces.IConfig
Returns the id attribute of an XML page node, (landing page or default page instantiated by the PageManager).
LANGUAGE_CHANGED — Event in class com.soma.Soma
Indicates the language (string in the URL) has been changed.

Soma.getInstance().addEventListener(SomaEvent.LANGUAGE_CHANGED, eventHandler);
LANGUAGE_CHANGED — Constant static property in class com.soma.events.SomaEvent
Indicates when the Soma language URL string has been changed (see Soma class for more information).

Soma.getInstance().addEventListener(SomaEvent.LANGUAGE_CHANGED, eventHandler);
languageEnabled — Property in class com.soma.Soma
Whether or not the language is enabled.
lastkeyframelocation — Property in class com.soma.view.video.SomaVideo
Get the last key frame location, only available after that an event SomaVideoEvent.METADATA_UPDATE (or SomaVideoEvent.ORIGINAL_SIZE_UPDATED) has been dispatched.
lastkeyframetimestamp — Property in class com.soma.view.video.SomaVideo
Get the last keyframe timestamp, only available after that an event SomaVideoEvent.METADATA_UPDATE (or SomaVideoEvent.ORIGINAL_SIZE_UPDATED) has been dispatched.
LAYOUT_HEIGHT_MISSING — Constant static property in class com.soma.errors.CairngormMessage
layoutMask — Property in class com.soundstep.ui.layouts.CanvasUI
get the instance of the mask
LAYOUT_UNKNOWN — Constant static property in class com.soma.errors.CairngormMessage
LAYOUT_WIDTH_MISSING — Constant static property in class com.soma.errors.CairngormMessage
left — Property in class com.soundstep.ui.ElementUI
value between the left of the reference (stage or parent) and the ElementUI, Number or String
left — Property in class com.soundstep.ui.layouts.CanvasUI
left value (from the reference), Number or String
length — Property in class com.soma.loader.SomaLoader
get the length of the queue (number of items in the queue).
length — Property in class com.soma.loader.SomaLoaderEvent
Number of items to load.
lengthCache — Property in class com.soma.loader.SomaLoader
get the length of the cache (number of items cached).
library — Property in class com.soma.Soma
Get the global library.
library — Property in class com.soma.assets.NodeParser
Gets the library instance used.
Library — Class in package com.soma.assets

Author: Romuald Quantin - www.soundstep.com

Information:
Blog page - SomaUI
How does it work - Soma Protest
Project Host - Google Code
Documentation - Soma ASDOC
Class version: 2.0
Actionscript version: 3.0

Copyright:

The contents of this file are subject to the Mozilla Public License
Version 1.1 (the "License"); you may not use this file except in compliance
with the License.

Library() — Constructor in class com.soma.assets.Library
Creates an Library instance, Soma has a global library accessible using Soma.getInstance().library.
LIQUID_LAYOUT — Constant static property in class com.soma.Soma
Constant value used to defined that the layout of the site is a liquid user interface, the width and height of the main container is updated to fit the browser (Soma.getInstance().container).
LOADED — Event in class com.soma.Soma
Indicates when the XML Site Definition has been loaded.

Soma.getInstance().addEventListener(StyleSheetEvent.LOADED, eventHandler);
LOADED — Event in class com.soma.Soma
Indicates when the XML Site Definition has been loaded.

Soma.getInstance().addEventListener(ContentEvent.LOADED, eventHandler);
LOADED — Constant static property in class com.soma.events.ContentEvent
Indicates when the XML Site Definition has been loaded.

Soma.getInstance().addEventListener(ContentEvent.LOADED, eventHandler);
LOADED — Constant static property in class com.soma.events.StyleSheetEvent
Indicates when the StyleManager (Soma.getInstance().styles) has loaded a stylesheet.

Soma.getInstance().addEventListener(StyleSheetEvent.LOADED, eventHandler);
loader — Property in class com.soma.Soma
Get the global loader (used to load the stylesheet, the XML Site Definition and the assets in the pages).
loader — Property in class com.soma.assets.NodeParser
SomaLoader instance that will be used to load external assets.
loader — Property in class com.soma.loader.SomaLoaderEvent
SomaLoader instance that has dispatched the current event.
loader — Property in class com.soma.model.BackgroundManager
Get the SomaLoader instance used to load the backgrounds.
loader — Property in class com.soma.model.BaseManager
Get the SomaLoader instance used to load the backgrounds.
loader — Property in class com.soma.utils.BasicLoader
Get the Loader instance used to process the loading.
loader — Property in class com.soma.view.Page
SomaLoader instance used by the NodeParser instance to load external assets.
loaderContext — Property in class com.soma.loader.SomaLoader
LoaderContext used in the SomaLoader instance.
loaderContext — Property in class com.soma.view.Page
LoaderContext instance of the SomaLoader instance of the page (null by default).
loading — Property in class com.soma.loader.SomaLoader
ILoading instance used to display a loading progress.
loading — Property in class com.soma.loader.SomaLoaderEvent
ILoading instance used in the SomaLoader instance to show the progress.
loadingClassName — Property in interface com.soma.interfaces.IConfig
Returns the default loading class name.
loadingFromBinary — Property in class com.soma.loader.SomaLoaderItem
loadStyleSheet(id, url) — Method in class com.soma.model.StyleManager
Load a stylesheet and register it with an id.
LOG_ERRORS — Static property in class com.soma.loader.SomaLoader
Show or hide trace of internal errors.
LOG_ERRORS — Static property in class com.soma.view.video.SomaVideo
Indicates that the NetStatusEvent errors will be traced in the console (default true).
loop — Property in class com.soma.view.video.SomaVideo
Specifies whether the video will replay on its own when it reaches the end.
loop — Property in class com.soma.view.video.SomaVideoPlayer
Specifies whether the video will replay on its own when it reaches the end.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z