| 4 |
* $Id$ |
* $Id$ |
| 5 |
* |
* |
| 6 |
* $Log$ |
* $Log$ |
| 7 |
|
* Revision 1.7 2003/04/07 22:32:27 jonen |
| 8 |
|
* + minor changes related to new ecom 'chooser' |
| 9 |
|
* |
| 10 |
* Revision 1.6 2003/04/06 01:32:57 jonen |
* Revision 1.6 2003/04/06 01:32:57 jonen |
| 11 |
* + minor changes |
* + minor changes |
| 12 |
* |
* |
| 164 |
|
|
| 165 |
rules => array( |
rules => array( |
| 166 |
|
|
| 167 |
|
|
| 168 |
// get last page state |
// get last page state |
| 169 |
create_function('&$_in, &$_out', ' |
create_function('&$_in, &$_out', ' |
| 170 |
$requestTracker = mkObject("Application::Request::Tracker"); |
$requestTracker = mkObject("Application::Request::Tracker"); |
| 214 |
nav => array( |
nav => array( |
| 215 |
ecom_type => "nav", |
ecom_type => "nav", |
| 216 |
ecom_abstract_type => "list", |
ecom_abstract_type => "list", |
| 217 |
ecom_mode => "nav", |
ecom_mode => "link", |
| 218 |
ecom_data_locator_key => "rpc", |
ecom_data_locator_key => "rpc", |
| 219 |
), |
), |
| 220 |
chooser => array( |
chooser => array( |
| 221 |
ecom_type => "chooser", |
ecom_type => "nav", |
| 222 |
ecom_abstract_type => "list", |
ecom_abstract_type => "list", |
| 223 |
ecom_mode => "nav", |
ecom_mode => "link", |
| 224 |
ecom_data_locator_key => "rpc", |
ecom_data_locator_key => "rpc", |
| 225 |
), |
), |
| 226 |
); |
); |