By silverd43 on
This tutorial is very useful since jQuery UI is now included in Drupal core. If you want to see this tutorial, please visit my Drupal tutorial website.
This tutorial is very useful since jQuery UI is now included in Drupal core. If you want to see this tutorial, please visit my Drupal tutorial website.
Comments
I have also posted a code
I have also posted a code example for jQuery UI Dialog's.
http://dansilvercentral.com/tutorial-add-jquery-ui-popup-drupal-7
This is probably useful but for newbies...
We newbies really need to know where that little bit of PHP should go! It is a common problem in many examples. The code is great - but when starting out with a mountain to climb our steps are small!
That depends....
Matthew,
That is going to depend on just what you are trying to add tabs to. In this example the author is explaining how to add tabs to a simple piece of content using the PHP filter, so the code provided would be inserted in the body field using the PHP filter input type. You could use a variation on this method to add tabs to all content of a particular content-type by providing your own content-type specific template. There are loads of different possibilities, which is why sometimes instructions seem vague.
This links down, heres its
This links down, heres its contents:
Works Perfectly
Thanks Thomas Ash
ReggieW
Thank you!
Thank you!
be carefull with li links
By using
I had some problems. jquery tabs adds 3 new containers with the webpage itself and don't use the standard div's to build the tabs. I must use full url in li like this :
to correct the behavior. @see http://stackoverflow.com/questions/13837304/jquery-ui-non-ajax-tab-loadi... for more informations.
http://www.sabugo.ch
http://www.titouille.ch
This is great! Just what I
This is great! Just what I needed. Thank you.