Tab Widget in jquery - Seaside- Pharo smalltalk

307 Views Asked by At

Using a Pharo Smalltalk version 1.4 image with the latest seaside version loaded, I have:

  1. loaded JQDeploymentLibrary and JQUiDeploymentLibrary in my project.
  2. used the sample code for the "Tab Widget" from Seaside's "javascript/jquery-ui" example.

Instead of showing the Tab widget, I am seeing some bullet text,link. Has anyone faced a similar problem? Any suggestions for a solution?

1

There are 1 best solutions below

0
On BEST ANSWER

You likely missed to add the CSS theme. Add JQBaseTheme or one of the many subclasses to the libraries of your application.