Show
Ignore:
Timestamp:
09/30/2007 08:10:04 PM (14 months ago)
Author:
xue
Message:

final fixes.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • tags/3.1.1/demos/quickstart/protected/pages/Controls/TabPanel.page

    r2075 r2290  
    11<com:TContent ID="body" > 
    22 
    3 <h1>TTabPanel</h1> 
     3<h1 id="106002">TTabPanel</h1> 
    44<com:DocLink ClassPath="System.Web.UI.WebControls.TTabPanel" /> 
    55 
    6 <p> 
     6<p id="530002" class="block-content"> 
    77<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. 
    88</p> 
    99 
    10 <p> 
     10<p id="530003" class="block-content"> 
    1111A <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: 
    1212</p> 
     
    1818</ul> 
    1919 
    20 <p> 
     20<p id="530004" class="block-content"> 
    2121If both <tt>ActiveViewIndex</tt> and <tt>ActiveViewID</tt> are set, the latter takes precedence. 
    2222</p> 
    2323 
    24 <p> 
     24<p id="530005" class="block-content"> 
    2525<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>: 
    2626</p> 
     
    3333</ul> 
    3434 
    35 <p> 
     35<p id="530006" class="block-content"> 
    3636To use TTabPanel, write a template like following: 
    3737</p> 
    3838 
    39 <com:TTextHighlighter Language="prado" CssClass="source"> 
     39<com:TTextHighlighter Language="prado" CssClass="source block-content" id="code_530114"> 
    4040 &lt;com:TTabPanel> 
    4141   &lt;com:TTabView Caption="View 1">