开发者

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

开发者 https://www.devze.com 2022-12-26 09:16 出处:网络
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:

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

精彩评论

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