The node data's attribute to save the node link's url.
Special: If the nodes's data can only use the 'url' attribute, and don't use the link to jump feature, you can modify this attribute to any nonexistent attribute.
Default: "url"
var setting = {
data: {
key: {
url: "xUrl"
}
}
};
......