[Seaside] Putting a link in the label while using jQuery tabs add:label:

Paul DeBruicker pdebruic at gmail.com
Thu Dec 17 19:01:22 UTC 2009


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


More information about the seaside mailing list