List of browser kinds for which information is available in the ContentFlowGlobal.Browser
object.
A generic event handler that is invoked when an event occured.
A callback function that is invoked when a keydown event is triggered within the content flow gallery.
Where ever you can use a position keyword you can also use an integer for an exact position. A sanity check will be done automatically.
A relative position for an item.
An RGB hex string in the format #RRGGBB
. where R
, G
, and B
are each hex digit 0...F
.
An map with the name of an add-on as the key and the add-on object as the value.
Information about the current browser environment. For each browser, the value is true
when the current browser
is of that kind, and false
otherwise.
A list of ContentFlow
instances that are currently active.
Loads and executes the given JavaScript file.
URL to a JavaScript file.
Loads and executes the given JavaScript files.
Base URL to use
List of JavaScript files, relative to the given basePath
.
Loads and applies the given CSS file.
URL to a CSS file.
Loads and applies the given CSS files.
Base URL to use
List of CSS files, relative to the given basePath
.
Finds the configuration of a given add-on.
Name of an add-on.
The configuration of the given add-on.
Sets the configuration of an add-on to a given value.
Name of an add-on.
New configuration to set.
Generated using TypeDoc
The object with global settings for the content flow gallery. Stores, for example, a list of all current content flow instances.