public:cs-cart
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| public:cs-cart [2014/02/22 20:09] – [Execution Path] squires | public:cs-cart [2014/03/03 05:34] (current) – squires | ||
|---|---|---|---|
| Line 28: | Line 28: | ||
| * determines all controllers that need to run, including addons and pre- and post-hooks | * determines all controllers that need to run, including addons and pre- and post-hooks | ||
| * calls fn_run_controller() for each | * calls fn_run_controller() for each | ||
| - | * calls $view-> | + | * calls $view-> |
| * since all the controllers have run at this time, all smarty variable assignments should be ready | * since all the controllers have run at this time, all smarty variable assignments should be ready | ||
| + | |||
| + | ==== Form Submission ==== | ||
| + | |||
| + | Javascript event ce.formpost_[form_name] is triggered after validation and before form is posted. Returning false will cancel the submission. | ||
| ===== User Interface ===== | ===== User Interface ===== | ||
| Line 48: | Line 52: | ||
| ' | ' | ||
| + | |||
| + | ==== Template Javascript ==== | ||
| + | |||
| + | For templates that are added to the page via ajax calls, embedded scripts are not executed. However, a ' | ||
| + | |||
| + | < | ||
| + | $.ceEvent(' | ||
| + | // code here | ||
| + | }); | ||
| + | </ | ||
| ===== Code / Addons ===== | ===== Code / Addons ===== | ||
public/cs-cart.1393099792.txt.gz · Last modified: 2014/02/22 20:09 by squires