datatip.js revision b8536d4d0d76ef6fa6779f434d574d0474baa0c8
{
}
/**
* Reference to the layout strategy used for displaying child items.
*/
{
value:"LayerStack",
//needs a setter
{
}
},
graph: {
lazyAdd: false,
getter: function()
{
return this._graph;
},
{
return val;
}
}
};
/**
* Need to refactor to augment Attribute
*/
{
GUID:"yuidataTip",
/**
* Reference to corresponding Actionscript class.
*/
AS_CLASS: "DataTip",
_graph: null,
_getArgs: function()
{
}
});