I want to give a caption like this to Enyo button. www.google.com should be underlined. How to give a combination of normal and underlined text as enyo button’s caption? Please help.
kind: "Button",
caption: "Go to www.google.com",
onclick: "btnGoTo",
Why not use:
{tag: "a", attributes: { href: "http://www.google.com"; }, content: "Go to www.google.com" }
See: http://forums.enyojs.com/discussion/421/anchor-tag