
Robert Fields
|
| Posted: 03/02/2002, 10:49 PM |
|
I've been working code charge for a few weeks now. Don't have a lot of time,
but I'm finally getting a sense of how to put custom code into Form and Page
events, understanding where these events fall in the scheme of CodeCharge
page structure ... but I don't understand what modules are for, or how they
fit into the whole picture ..... can anyone explain and perhaps direct me to
an example ?
Thank you in advance !
-Robert
|
|
|
 |
Alexey Alexapolsky
|
| Posted: 03/04/2002, 1:36 AM |
|
Think of modules as of global events.
Events are :
1) Global functions : Here you can define global function to be used
throughout your application.
Or add some code that will be called each time from Common.(asp,php etc.)
file.
2) Common : here you can modify standard CC functions
3) Custom connection,custom authentification - self explanatory
4) Open any page : each time CC page is opened this code is executed.
--
Alex
CodeCharge Developer
"Robert Fields" <studio99@pacbell.net> wrote in message
news:a5sh1k$30s$1@news.codecharge.com...
> I've been working code charge for a few weeks now. Don't have a lot of
time,
> but I'm finally getting a sense of how to put custom code into Form and
Page
> events, understanding where these events fall in the scheme of CodeCharge
> page structure ... but I don't understand what modules are for, or how
they
> fit into the whole picture ..... can anyone explain and perhaps direct me
to
> an example ?
>
> Thank you in advance !
>
> -Robert
>
>
|
|
|
 |
|

|