thomashan / zkgrails

Automatically exported from code.google.com/p/zkgrails
0 stars 0 forks source link

Alternate syntax for Id selector #309

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Per discussion here:

https://groups.google.com/d/topic/zk-grails-user/wYNamHF1-hM/discussion

Original issue reported on code.google.com by chanwit on 15 Feb 2013 at 9:16

GoogleCodeExporter commented 8 years ago
A simplest form this to help express $("#submit") as $submit, which is cleaner 
but still preserve dynamic UI selection. Unlike UI injection in ZK, $submit 
will be evaluated everytime we refer to it.

For example,

$submit.on("click", {
  $text.value = $namel.val()
})

Original comment by chanwit on 15 Feb 2013 at 9:19

GoogleCodeExporter commented 8 years ago

Original comment by chanwit on 28 Apr 2013 at 7:26

GoogleCodeExporter commented 8 years ago

Original comment by chanwit on 31 Jul 2013 at 9:51

GoogleCodeExporter commented 8 years ago

Original comment by chanwit on 6 Nov 2013 at 6:44

GoogleCodeExporter commented 8 years ago

Original comment by chanwit on 6 Nov 2013 at 6:45

GoogleCodeExporter commented 8 years ago

Original comment by chanwit on 27 Dec 2013 at 8:29

GoogleCodeExporter commented 8 years ago

Original comment by chanwit on 19 Jan 2014 at 8:00

GoogleCodeExporter commented 8 years ago

Original comment by chanwit on 4 Nov 2014 at 4:00