Rev 10587 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 10587 | Rev 11980 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | !! tabscript |
1 | !! tabscript |
2 | !! Adds a javascript to activate tabs and memorize last |
2 | !! Adds a javascript to activate tabs and memorize last selected tab in user browser. |
3 | !! INPUT : name of tag ID (it must be like #widget_$INPUT ) |
3 | !! INPUT : name of tag ID (it must be like #widget_$INPUT ) |
4 | 4 | ||
5 | !! NB : You must be sure your ID is unique in the whole site to avoid activating wrong previously selected tag. |
5 | !! NB : You must be sure your ID is unique in the whole site to avoid activating wrong previously selected tag. |
6 | 6 | ||
7 | !! Put this in your .phtml to use it (sample): |
7 | !! Put this in your .phtml to use it (sample): |