summaryrefslogtreecommitdiff
path: root/demos/blog-tutorial/protected/pages/Day1/id/CreateContact.page
diff options
context:
space:
mode:
authorkabayan <>2007-09-14 21:11:42 +0000
committerkabayan <>2007-09-14 21:11:42 +0000
commit7f671b818300ccf529e8a8143cd108a56fc56eb1 (patch)
tree4750ae7061d9e1914864dbe8da161e84191c2d96 /demos/blog-tutorial/protected/pages/Day1/id/CreateContact.page
parenta245fb8b08c48f6f2c725783088f6808dd037543 (diff)
Indonesian, correction on typos and untranslated part.
Diffstat (limited to 'demos/blog-tutorial/protected/pages/Day1/id/CreateContact.page')
-rw-r--r--demos/blog-tutorial/protected/pages/Day1/id/CreateContact.page2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/blog-tutorial/protected/pages/Day1/id/CreateContact.page b/demos/blog-tutorial/protected/pages/Day1/id/CreateContact.page
index 664363d0..65be6417 100644
--- a/demos/blog-tutorial/protected/pages/Day1/id/CreateContact.page
+++ b/demos/blog-tutorial/protected/pages/Day1/id/CreateContact.page
@@ -134,7 +134,7 @@ Menulis template dengan editor teks biasa dapat membosankan dan tidak intuitif u
Sekarang kita membuat kelas halaman <tt>Contact.php</tt>. Alasan kita membutuhkan kelas halaman adalah karena kita perlu merespon umpan balik yang dikirimkan oleh pengguna.
<p>
-Notice in the template we have the following line. The template essentially states that when a user clicks on the button, it should call the <tt>submitButtonClicked()</tt> method. Here <tt>OnClick</tt> is the name of the user click event, and the method must be defined in the page class.
+Perhatikan dalam template kita mempunyai baris berikut. Template secara esensi menyatakan bahwa saat pengguna mengklik tombol, ia harus memanggil metode <tt>submitButtonClicked()</tt>. Di sini <tt>OnClick</tt> adalah nama dari event yang diklik pengguna, dan metode harus didefinisikan dalam kelas halaman.
</p>
<com:TTextHighlighter CssClass="source" Language="prado">