Timemap.js v.2.0.1

Class TimeMap.params.ExtendedDataParam

Extends:
TimeMap.params.OptionParam
Defined in:
kml.js

Class for parameters loaded from KML ExtendedData elements

Constructor

TimeMap.params.ExtendedDataParam(paramName, tagName)

Fields

Field
Inherited from TimeMap.params.Param
paramName :{String}
String name of this param
Inherited from TimeMap.params.OptionParam
set
Set the state value in the opts object of a TimeMap or TimeMapItem
Inherited from TimeMap.params.Param
String name of the source element, if different

Methods

Method
Inherited from TimeMap.params.Param
Parse a state value from a string
Inherited from TimeMap.params.OptionParam
get(o)
Get the current state value from the opts object of a TimeMap or TimeMapItem
Inherited from TimeMap.params.Param
Get the current value as a string
Inherited from TimeMap.params.OptionParam
setConfig(config, value)
Set a new value on a config object for TimeMap.init() or a particular item
setConfigKML(config, node)
Set a config object based on an ExtendedData element
Inherited from TimeMap.params.Param
setConfigXML(config, node)
Set a config object based on an XML tag
Inherited from TimeMap.params.Param
setString(o, s)
Set the current state value from a string
Inherited from TimeMap.params.Param
toString(value)
Serialize a state value as a string
Class Detail
TimeMap.params.ExtendedDataParam(paramName, tagName)
Parameters (optional)
paramName {String} String name of the parameter
tagName {String} Tag name, if different
Method Details
setConfigKML(config, node)
Set a config object based on an ExtendedData element
Parameters (optional)
config {Object} Config object to modify
node {XML NodeList} Parent node to look for tags in
©2010 Nick Rabinowitz
Documentation generated by JsDoc Toolkit 2.3.2 on Sat Aug 06 2011 13:40:08 GMT-0700 (PDT)