Help !! Tab Widget Problem in jquery - Seaside- Pharo smalltalk

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Help !! Tab Widget Problem in jquery - Seaside- Pharo smalltalk

varun isac

Hi,


I am using

Pharo Smalltalk -1.4image with latest seaside version loaded.

I have 

1)loaded the JQDeploymentLibrary,JQUiDeploymentLibrary in my project.

2)Used the sample code for the "Tab Widget " as explained in the "javascript/jquery-ui" example in seaside.


Instead of showing the Tab widget, i am seeing some bullet text,link. Any possible solution for this ? Help !!!!!



Attached is the screen shots of the tab widget i got and the tab widget i expected  !!!

Inline image 1



Inline image 2

Regards

Varun Isac


_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Help !! Tab Widget Problem in jquery - Seaside- Pharo smalltalk

Gastón Dall' Oglio
Hi Varun.

You need to load a library with a theme also, to load the proper css. You can use any of the ones in the package JQuery-Ui-Libraries, e.g. JQBaseTheme.
This is done in the method JQUiAllFunctionalTest>>updateRoot: instead to add this library to the aplication because you can chose a theme dynamically.

Regards.


2012/5/17 varun isac <[hidden email]>

Hi,


I am using

Pharo Smalltalk -1.4image with latest seaside version loaded.

I have 

1)loaded the JQDeploymentLibrary,JQUiDeploymentLibrary in my project.

2)Used the sample code for the "Tab Widget " as explained in the "javascript/jquery-ui" example in seaside.


Instead of showing the Tab widget, i am seeing some bullet text,link. Any possible solution for this ? Help !!!!!


Regards

Varun Isac


_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside



_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside