Fixed php examples and plugins so no warnings are given with the latest versions...
[infodrom/rico3] / examples / asp / widgets.asp
index d7939e3..91f3eea 100644 (file)
@@ -33,11 +33,6 @@ Rico.onLoad( function() {
   new Rico.TabbedPanel( 'tabsExample', {panelHeight:160});\r
   var cal=new Rico.CalendarControl("ricoCal",{position:'auto'});\r
   cal.selectNow();\r
-  cal.openPopup();\r
-  var links=Rico.select('#themeGallery a');\r
-  for (var i=0; i<links.length; i++) {\r
-    links[i].onclick=themeClick;\r
-  }\r
   dialog=new Rico.Window('',{height:'250px',width:'300px',overflow:'auto'}, 'GettysburgContent');\r
 });\r
 \r
@@ -58,6 +53,11 @@ function openWindow(btn) {
 div.ricoLG_cell {\r
   white-space:nowrap;\r
 }\r
+div.population_col1 .ricoLG_cell { text-align:right; }\r
+div.population_col2 .ricoLG_cell { text-align:right; }\r
+div.population_col3 .ricoLG_cell { text-align:right; }\r
+div.population_col4 .ricoLG_cell { text-align:right; }\r
+div.population_col5 .ricoLG_cell { text-align:right; }\r
 </style>\r
 \r
 </head>\r
@@ -85,7 +85,7 @@ The widgets are compatible with all base libraries and themes.
 <table class="ricoLiveGrid" id="population">\r
 <thead>\r
  <tr>  <td class='ricoFrozen'></td>  <td colspan=5>Population (thousands)</td> </tr>\r
- <tr>  <td class='ricoFrozen'>Country or area</td>  <td>1950</td>  <td>2009</td>  <td>2015</td>  <td>2025</td>  <td>2050</td> </tr>\r
+ <tr>  <th class='ricoFrozen'>Country or area</th>  <th>1950</th>  <th>2009</th>  <th>2015</th>  <th>2025</th>  <th>2050</th> </tr>\r
 </thead>\r
 </table>\r
 \r