CUI.JsonXmlElement(name, attrs) Constructor
Applies to: SharePoint Foundation 2010
Initializes a new instance of the CUI.JsonXmlElement class with the specified name and attributes.
var value = new JsonXmlElement(name, attrs);
Parameters
name
Type: String
The element name.
attrs
Type: Object
The attributes of the element, where the property names are the attribute names and the property values are the attribute values.