<div class="vcenter">
<gwc-label id="label" content="Tab 변경 이벤트"></gwc-label>
<gwc-tab id="tab" selected-tab=4>
<tabs>
<tab title="텍스트">
<div class="vcenter">
<h2>안녕하세요. GWC 라이브러리입니다.</h2>
<gwc-button id="button1" title="다운로드"></gwc-button>
</div>
</tab>
<tab title="툴버튼">
<div class="center">
<gwc-toolbutton class="toolbutton09" icon="images/icon2.png"></gwc-toolbutton>
<gwc-toolbutton icon="images/icon3.png"></gwc-toolbutton>
<gwc-toolbutton icon="images/icon1.png"></gwc-toolbutton>
</div>
</tab>
<tab title="탭1">
<div class="vcenter">
<div>
<gwc-checkbox title="사과"></gwc-checkbox>
<gwc-checkbox title="토마토"></gwc-checkbox>
<gwc-checkbox title="귤"></gwc-checkbox>
<gwc-checkbox title="당근"></gwc-checkbox>
<gwc-checkbox title="바나나"></gwc-checkbox>
</div>
<gwc-slider label="볼륨" unit="dB" to-fixed=1 min=0 max=100 value=45></gwc-slider>
</div>
</tab>
<tab title="탭2">
<div class="vcenter">
<gwc-radiogroup>
<items>
<item>CSS</item>
<item>JS</item>
<item>HTML</item>
</items>
</gwc-radiogroup>
<div>
<gwc-label content="DOWNLOADING" outline-type="concave"></gwc-label><gwc-progress auto="true"></gwc-progress>
</div>
</div>
</tab>
<tab title="수직스크롤뷰">
<div class="vcenter">
<gwc-vscrollview>
<content>
<p>01. 인간은 말이 아닌 행위로 정의된다.</p>
<p>02. 인간은 말이 아닌 행위로 정의된다.</p>
<p>03. 인간은 말이 아닌 행위로 정의된다.</p>
<p>04. 인간은 말이 아닌 행위로 정의된다.</p>
<p>05. 인간은 말이 아닌 행위로 정의된다.</p>
<p>06. 인간은 말이 아닌 행위로 정의된다.</p>
<p>07. 인간은 말이 아닌 행위로 정의된다.</p>
<p>08. 인간은 말이 아닌 행위로 정의된다.</p>
<p>09. 인간은 말이 아닌 행위로 정의된다.</p>
<p>10. 인간은 말이 아닌 행위로 정의된다.</p>
<p>11. 인간은 말이 아닌 행위로 정의된다.</p>
<p>12. 인간은 말이 아닌 행위로 정의된다.</p>
<p>13. 인간은 말이 아닌 행위로 정의된다.</p>
<p>14. 인간은 말이 아닌 행위로 정의된다.</p>
<p>15. 인간은 말이 아닌 행위로 정의된다.</p>
<p>16. 인간은 말이 아닌 행위로 정의된다.</p>
<p>17. 인간은 말이 아닌 행위로 정의된다.</p>
<p>18. 인간은 말이 아닌 행위로 정의된다.</p>
<p>19. 인간은 말이 아닌 행위로 정의된다.</p>
<p>20. 인간은 말이 아닌 행위로 정의된다.</p>
</content>
</gwc-vscrollview>
</div>
</tab>
</tabs>
</gwc-tab>
<gwc-button id="button2" title="세번째 탭으로 변경"></gwc-button>
</div>