Charly
|
| Posted: 11/12/2002, 3:16 PM |
|
Hi,
My intention is to test predefined functions of CCS (Validate Entry,Maximum Length, etc...), but if i add a new Event (for a textbox) and i want to see the generated code the window messages show me this:
Generating "Default"
Error: Empty ID for "(null)" block
Error: Error occurred while generating the "Default" page. (1)
In fact if i review the html code, between the labels <script></script> exist a call for the function "functions.js".Also the CCS Help talk about a file "functions.js", Where is it ??
Thanks.
|
|
|
 |
Nicole
|
| Posted: 11/14/2002, 6:29 AM |
|
Charly,
Functions.js file is generated by CCS and stores javasript functions which as usual used for validation or other client side events (e.g. set focus). It is located into the same folder as the rest generated files.
As for error you got could you provide more details what event and what way you added for textbox field?
In any case you can contact CCS support about this problem (http://support.codecharge.com/)
|
|
|
 |
|