diff options
| author | xue <> | 2006-04-27 13:13:17 +0000 | 
|---|---|---|
| committer | xue <> | 2006-04-27 13:13:17 +0000 | 
| commit | 1f63d5c05ba117e0158c02d5bc79fa1f38f8ce85 (patch) | |
| tree | a583561d32abb2e7ee400d8532d34d1acae96157 /demos/quickstart/protected | |
| parent | 8ab196ce6c2d5de323bdd8ebcc11a73814c0cdca (diff) | |
merge from 3.0 branch till 978.
Diffstat (limited to 'demos/quickstart/protected')
| -rw-r--r-- | demos/quickstart/protected/pages/Controls/Samples/TMultiView/Home.page | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/demos/quickstart/protected/pages/Controls/Samples/TMultiView/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TMultiView/Home.page index b0e2386d..7cc98ce6 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TMultiView/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TMultiView/Home.page @@ -5,8 +5,8 @@  <com:TMultiView ID="MultiView" ActiveViewIndex="0" OnActiveViewChanged="viewChanged">
    <com:TView ID="View1">
      <h2>View 1</h2>
 -    <p>Please enter a paragraph:</p>
 -    <com:THtmlArea ID="Memo" />
 +    <p>Please enter a memo:</p>
 +    <com:TTextBox ID="Memo" />
      <hr/>
      <com:TButton Text="View 2" CommandName="NextView" />
      <com:TButton Text="View 3" CommandName="SwitchViewIndex" CommandParameter="2" />
 | 
