• opening tag: {'qltab title="Tab title"}
  • new opening tag: {'qltab title="Another tab title"}
  • end tag: {'/qltabs}
  • Activate special tab via url

add tab ids in url as follows

http://yourlink.com/index.php/some-link?qltab=qltab0-1

http://yourlink.com/index.php/some-link?qltab=qltab0-2,qltab1-3

find out id of tab:

        either via firebug
        or via sourcecode
        or via thinking
            qltab0-1 means first tab cluster (1=0+1), therein the first tab (1)
            qltab1-3 means second tab cluster (2=1+1), therein the third tab (3)
            so counting of first number starts with 0, maybe I fix that someday:-)