Several fixes to Rico3.net.
[infodrom/rico3] / examples / dotnet / widgetsRTL.aspx
index b68dbed..b176d1e 100644 (file)
@@ -18,7 +18,6 @@ Rico.onLoad( function() {
   new Rico.TabbedPanel( 'tabsExample', {panelHeight:160});
   var cal=new Rico.CalendarControl("ricoCal",{position:'auto'});
   cal.selectNow();
-  cal.openPopup();
   dialog=new Rico.Window('',{height:'250px',width:'300px',overflow:'auto'}, 'dialog');
 });