there's something about the web…
Create a hyperlink in SproutCore
How can u put a hyperlink in a SproutCore?
Is not that hard
something like this:
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 | Print article | This entry was posted by narven on 30/08/2009 at 19:53, and is filed under SproutCore. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |