--- nfo/php/libs/org.netfrag.app/WebExplorer/MVC.php 2003/04/07 22:32:27 1.7 +++ nfo/php/libs/org.netfrag.app/WebExplorer/MVC.php 2003/04/08 17:53:08 1.8 @@ -1,9 +1,12 @@ "; + //print Dumper($_out[options][ecoms]); //print "ds: " . $_in[ecom_data_source_key] . "
"; /* @@ -252,6 +258,23 @@ } */ $_out[options][main][ecom_data_source_key] = $_in[ecom_data_source_key]; + + + // 2003-04-07 - enhanced + // now activates a special ecom-component - a "RemoteAction" - replacing + // the "content"-ecom instead of displaying an empty page / overriding any + // view reached by "normal dispatching" + + $_out[options][ecoms][phase_startup] = array( + ecom_type => "call", + ecom_abstract_type => "auto", + ecom_mode => "link", + ecom_data_locator_key => "rpc", + // new attributes/properties/arguments that control further / trigger different DataFlow: + ecom_call_method => "selectSource", + ecom_call_args => $_in[ecom_data_source_key] + ); + } '),