This topic has not yet been rated - Rate this topic

DOMSettableTokenList object

The same as DOMTokenList, except that it allows the underlying string to be directly changed.

Internet Explorer 10

Syntax


var myUnderlyingString = myTokenList.value;

DOM Information

Inheritance Hierarchy

 DOMTokenList
   DOMSettableTokenList

Members

The DOMSettableTokenList object has these types of members:

Properties

The DOMSettableTokenList object has these properties.

PropertyDescription

value

Returns the underlying string. Can be set, to change the underlying string.

 

Remarks

someTokenList.value returns the underlying string and can be set (to change the underlying string).

 

 

Send comments about this topic to Microsoft

Build date: 11/27/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.