开发者

how to add hyperlink to particular node of tree in ext js

how to add hyperlink to a particular node of tree in extjs can i add hyperlink an开发者_运维百科d how??


Use the href config attribute on the node:

{
  text: "Go to example.com",
  leaf: true,
  href: "http://example.com"
}
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜