Difference between revisions of "User:Kulik"

From CEGUI Wiki - Crazy Eddie's GUI System (Open Source)
Jump to: navigation, search
Line 1: Line 1:
 
<tabs>
 
<tabs>
<ul>
+
<tab title="C++">
<li>[[#tabs-1|C++]]</li>
+
<source lang="cpp">void test(){}</source>
<li>[[#tabs-2|Python]]</li>
+
</tab>
</ul>
+
<tab title="Python">
<div id="tabs-1">
+
<source lang="python">def test(self)</source>
<source lang="cpp">void test(){}</source>
+
</tab>
</div>
+
<div id="tabs-2">
+
<source lang="python">def test(self)</source>
+
</div>
+
</tabs>
+
 
+
Multiple instances test.
+
 
+
<tabs>
+
<ul>
+
<li>[[#tabs2-1|C++]]</li>
+
<li>[[#tabs2-2|Python]]</li>
+
</ul>
+
<div id="tabs2-1">
+
<source lang="cpp">void test(){}</source>
+
</div>
+
<div id="tabs2-2">
+
<source lang="python">def test(self)</source>
+
</div>
+
 
</tabs>
 
</tabs>

Revision as of 18:58, 12 March 2011

<tabs> <tab title="C++">

void test(){}

</tab> <tab title="Python">

def test(self)

</tab> </tabs>