dojox/atom/io/model.Link (version 1.10)

Summary

Class container for 'link' types.

Usage

var foo = new model.Link(href,rel,hrefLang,title,type);
dojox/atom/io/model
Parameter Type Description
href undefined
rel undefined
hrefLang undefined
title undefined
type undefined

Method Summary

Methods

_getAttributeNames()
Defined by dojox/atom/io/model
Returns:Array
_postBuild()
Defined by dojox/atom/io/model
_saveAttributes(node)
Defined by dojox/atom/io/model
Parameter Type Description
node undefined
addAttribute(name,value)
Defined by dojox/atom/io/model
Parameter Type Description
name undefined
value undefined
addContent(content)
Defined by dojox/atom/io/model
Parameter Type Description
content undefined
buildFromDom(node)
Defined by dojox/atom/io/model

Function to do construction of the link data from the DOM node containing it.

Parameter Type Description
node undefined

The DOM node to process for link data.

getAttribute(name)
Defined by dojox/atom/io/model
Parameter Type Description
name undefined
Returns:undefined
toString()
Defined by dojox/atom/io/model

Function to construct string form of the link tag, which is an XML structure.

Returns:undefined
Error in the documentation? Can’t find what you are looking for? Let us know!