cexpert
|
| Posted: 12/15/2004, 11:00 AM |
|
Is it normal that the onclick client event is not available in a textbox set
in an editable grid ?
when hardcoded in HTML mode, everything is OK, it is not a language
limitation, but a GUI one, is it ?
|
|
|
 |
peterr
Posts: 5971
|
| Posted: 12/15/2004, 1:02 PM |
|
That's correct. I think that JavaScript provides many more events than shown in CCS.
I even think that if you know JavaScript then it may be better not to use CCS events. Because CCS is not a client programming tool it may be good rather as a starting point for those who don't program in JavaScript and need some basic JS structure generated for them, or use client actions (especially validation), or would like to take advantage of the JavaScript functions included in "functions.js" (again validation).
However, if you utilize own or external JavaScript functions then go ahead and place them directly in the HTML, just like modifying the HTML layout.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
|