diff options
Diffstat (limited to 'demos/quickstart/protected/pages/Tutorial/CurrencyConverter.page')
-rw-r--r-- | demos/quickstart/protected/pages/Tutorial/CurrencyConverter.page | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/demos/quickstart/protected/pages/Tutorial/CurrencyConverter.page b/demos/quickstart/protected/pages/Tutorial/CurrencyConverter.page index 7f552ae1..43e3bfe5 100644 --- a/demos/quickstart/protected/pages/Tutorial/CurrencyConverter.page +++ b/demos/quickstart/protected/pages/Tutorial/CurrencyConverter.page @@ -298,6 +298,9 @@ public function convert_clicked($sender, $param) </com:TTextHighlighter> <h1 id="16006">Improve User Experience With Active Controls</h1> + + <com:RequiresVersion Version="3.1a" /> + <p id="80073" class="block-content">In this simple application we may further improve the user experience by increasing the responsiveness of the application. One way to achieve a faster response is calculate and present the results without reloading |