- Timestamp:
- 09/30/2007 08:10:04 PM (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
tags/3.1.1/demos/quickstart/protected/pages/Controls/TabPanel.page
r2075 r2290 1 1 <com:TContent ID="body" > 2 2 3 <h1 >TTabPanel</h1>3 <h1 id="106002">TTabPanel</h1> 4 4 <com:DocLink ClassPath="System.Web.UI.WebControls.TTabPanel" /> 5 5 6 <p >6 <p id="530002" class="block-content"> 7 7 <tt>TTabPanel</tt> displays a tabbed panel. Users can click on the tab bar to switching among different tab views. Each tab view is an independent panel that can contain arbitrary content. 8 8 </p> 9 9 10 <p >10 <p id="530003" class="block-content"> 11 11 A <tt>TTabPanel</tt> control consists of one or several <tt>TTabView</tt> controls representing the possible tab views. At any time, only one tab view is visible (active), which is specified by any of the following properties: 12 12 </p> … … 18 18 </ul> 19 19 20 <p >20 <p id="530004" class="block-content"> 21 21 If both <tt>ActiveViewIndex</tt> and <tt>ActiveViewID</tt> are set, the latter takes precedence. 22 22 </p> 23 23 24 <p >24 <p id="530005" class="block-content"> 25 25 <tt>TTabPanel</tt> uses CSS to specify the appearance of the tab bar and panel. By default, an embedded CSS file will be published which contains the default CSS for <tt>TTabPanel</tt>. You may also use your own CSS file by specifying the <tt>CssUrl</tt> property. The following properties specify the CSS classes used for elements in a <tt>TTabPanel</tt>: 26 26 </p> … … 33 33 </ul> 34 34 35 <p >35 <p id="530006" class="block-content"> 36 36 To use TTabPanel, write a template like following: 37 37 </p> 38 38 39 <com:TTextHighlighter Language="prado" CssClass="source ">39 <com:TTextHighlighter Language="prado" CssClass="source block-content" id="code_530114"> 40 40 <com:TTabPanel> 41 41 <com:TTabView Caption="View 1">
