Problems with your Small View navigation sample:<div class="selected"><yml:a params="tab1.php" replace="tabs">Tab1</yml:a></div>
<div><yml:a params="tab2.php" insert="tabs">Tab2</yml:a></div>
<div><yml:a params="tab3.php" insert="tabs">Tab3</yml:a></div>
1) I learn if you don't specific the view="YahooFullView", any yml:a on Small View will go to Yahoo Full View
2) I discover <yml:a params="tabs/smallTab2.php" insert="tabs">Tab2</yml:a> go to /YahooFullViews/tabs/smallTab2.php
But if I do this
<yml:a params="tab2.php" insert="tabs">Tab2</yml:a>
Then
go to /YahooFullViews/tab2.php
Logic is correct but it won't work because Small View couldn't figure out the full url path.
Even developer is given the Application URL on Canvas View. It wouldn't look up the correct directory
http://gibson.mediamachines.com/yahoo/xyz.phpQuestions:Where do you place additional Small View smallTab1.php, smallTab2.php, smallTab3.php on your sample? in directory structure?
Where do you place additional Full View other than the Canvas View URL? in directory structure?