[ Index ]
 

Code source de PRADO 3.0.6

Accédez au Source d'autres logiciels libresSoutenez Angelica Josefina !

title

Body

[fermer]

/demos/quickstart/protected/pages/Controls/Samples/TMultiView/ -> Home.page (source)

   1  <com:TContent ID="body">
   2  
   3  <h1>TMultiView Samples</h1>
   4  
   5  <com:TMultiView ID="MultiView" ActiveViewIndex="0" OnActiveViewChanged="viewChanged">
   6    <com:TView ID="View1">
   7      <h2>View 1</h2>
   8      <p>Please enter a memo:</p>
   9      <com:TTextBox ID="Memo" />
  10      <hr/>
  11      <com:TButton Text="View 2" CommandName="NextView" />
  12      <com:TButton Text="View 3" CommandName="SwitchViewIndex" CommandParameter="2" />
  13    </com:TView>
  14    <com:TView>
  15      <h2>View 2</h2>
  16      <p>Please choose a color:</p>
  17      <com:TDropDownList ID="DropDownList">
  18        <com:TListItem Value="Red" />
  19        <com:TListItem Value="Blue" />
  20        <com:TListItem Value="Green" />
  21      </com:TDropDownList>
  22      <hr/>
  23      <com:TButton Text="View 1" CommandName="PreviousView" />
  24      <com:TButton Text="View 3" CommandName="NextView" />
  25    </com:TView>
  26    <com:TView>
  27      <h2>View 3</h2>
  28      <com:TLabel ID="Result1" />
  29      <br/>
  30      <com:TLabel ID="Result2" />
  31      <hr/>
  32      <com:TButton Text="View 1" CommandName="SwitchViewID" CommandParameter="View1" />
  33      <com:TButton Text="View 2" CommandName="PreviousView" />
  34    </com:TView>
  35  </com:TMultiView>
  36  
  37  </com:TContent>


Généré le : Sun Feb 25 21:07:04 2007 par Balluche grâce à PHPXref 0.7