summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/controls/ja/SearchBox.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'demos/quickstart/protected/controls/ja/SearchBox.tpl')
-rw-r--r--demos/quickstart/protected/controls/ja/SearchBox.tpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/demos/quickstart/protected/controls/ja/SearchBox.tpl b/demos/quickstart/protected/controls/ja/SearchBox.tpl
new file mode 100644
index 00000000..092c8d4b
--- /dev/null
+++ b/demos/quickstart/protected/controls/ja/SearchBox.tpl
@@ -0,0 +1,3 @@
+<com:TLabel ForControl="search" Text="検索:" CssClass="searchLabel"/>
+<com:TTextBox ID="search" OnTextChanged="doSearch" CssClass="searchBox"/>
+<com:TButton ID="find" Text="検索" OnClick="doSearch" CssClass="searchButton"/> \ No newline at end of file