there's something about the web…
SproutCore
Create a hyperlink in SproutCore
Aug 30th
How can u put a hyperlink in a SproutCore?
Is not that hard
something like this:
More >
labelAuthorHomepage: SC.LabelView.design({
layout: {centerY: 0, height: 18, left: 20, right: 20},
textAlign: SC.ALIGN_RIGHT,
value: 'www.narvenblog.com',
escapeHTML: NO
})
just use a sc.labelview and pass the value as an html hyperlink tag