Hi -
When using add:label: to add tabs, how can I put an anchor in as part of
the label?
When I follow the tabs example here:
http://demo.seaside.st/seaside/tests/jquery-ui/tabswidget I can change
this:
with: name
to
with: [ html render: request keywords.
html anchor
callback: [self session results removeKey: request];
with: [html span class: 'ui-icon ui-icon-circle-close']].
and I get a link that will close the tab when clicked. But add:label:
expects a string in the label: slot.
Thanks
Paul
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside