Dale-Kurt Murray1424296097 Posted March 29, 2010 at 08:47 AM Share Posted March 29, 2010 at 08:47 AM I would like to create a modified version of the trialing map seen in the blogview. So far I have copied the code from listings_blogview.thtml <!-- BEGIN MAP --> <div id="gm_mapColumn"> <?php echo $this->renderControllwerView('geomaps','map_results',array('width'=>'300','height'=>'300')); ?> </div> <!-- END MAP --> and placed it in listings_tableview.thtml. Now I would like to duplication this Controller View and strip out the javascript to format it to work with my page format of the Table View. Where can I location the <?php echo $this->renderControllwerView('geomaps','map_results',array('width'=>'300','height'=>'300')); ?> to do this? Link to comment
Kristian Posted March 29, 2010 at 09:56 AM Share Posted March 29, 2010 at 09:56 AM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Dale-Kurt Murray1424296097 Posted March 29, 2010 at 04:44 PM Author Share Posted March 29, 2010 at 04:44 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Kristian Posted March 29, 2010 at 04:48 PM Share Posted March 29, 2010 at 04:48 PM This section is only visible with a valid subscription. If you have a valid subscription, please login. Link to comment
Recommended Posts