diff options
author | ueyama <> | 2007-06-03 16:54:35 +0000 |
---|---|---|
committer | ueyama <> | 2007-06-03 16:54:35 +0000 |
commit | ed02f2fbc9680d5fba0a2b10f9c64aad5d1ecb47 (patch) | |
tree | 0f2636d6f63404162d99ff453ee5935535056695 /demos/quickstart/protected/controls/ja/SearchBox.tpl | |
parent | 615eb561dfc43bd11ba620c9465e18ac15e22131 (diff) |
Tranlates for Japanese by Shinya.K
Diffstat (limited to 'demos/quickstart/protected/controls/ja/SearchBox.tpl')
-rw-r--r-- | demos/quickstart/protected/controls/ja/SearchBox.tpl | 3 |
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 |