Improved tabs examples

print-window-tiddler
Jermolene 2014-07-25 08:49:58 +01:00
rodzic 8600445100
commit 7d435cf850
5 zmienionych plików z 24 dodań i 4 usunięć

Wyświetl plik

@ -24,11 +24,11 @@ Within the template the title of the current tab is available in the widget vari
Here are some examples of the tabs macro:
```
<<tabs "Docs WikiText Features RoadMap" "WikiText" "$:/state/tab1">>
<<tabs "SampleTabOne SampleTabTwo SampleTabThree SampleTabFour" "SampleTabThree" "$:/state/tab1">>
<<tabs "[tag[tips]]" "GoogleChromeTips" "$:/state/tab2" "tw-vertical">>
<<tabs "[tag[sampletab]]" "SampleTabTwo" "$:/state/tab2" "tw-vertical">>
```
<<tabs "Docs WikiText Features RoadMap" "WikiText" "$:/state/tab1">>
<<tabs "SampleTabOne SampleTabTwo SampleTabThree SampleTabFour" "SampleTabThree" "$:/state/tab1">>
<<tabs "[tag[tips]]" "GoogleChromeTips" "$:/state/tab2" "tw-vertical">>
<<tabs "[tag[sampletab]]" "SampleTabTwo" "$:/state/tab2" "tw-vertical">>

Wyświetl plik

@ -0,0 +1,5 @@
title: SampleTabFour
tags: sampletab
This is the fourth of our sample tabs.

Wyświetl plik

@ -0,0 +1,5 @@
title: SampleTabOne
tags: sampletab
This is the first of our sample tabs.

Wyświetl plik

@ -0,0 +1,5 @@
title: SampleTabThree
tags: sampletab
This is the third of our sample tabs.

Wyświetl plik

@ -0,0 +1,5 @@
title: SampleTabTwo
tags: sampletab
This is the second of our sample tabs.