Moved rico.js to minsrc and is now part of rico_min.js. Files are now sent to the...
[infodrom/rico3] / examples / dotnet / widgets.aspx
index ed008c9..ead94d3 100644 (file)
@@ -1,10 +1,10 @@
-<%@ Page Language="VB" ResponseEncoding="iso-8859-1" Debug="true" validateRequest="false" %>\r
+<%@ Page Language="VB" ResponseEncoding="utf-8" Debug="true" validateRequest="false" %>\r
 <%@ Register TagPrefix="Rico" Assembly="Rico" NameSpace="Rico" %>\r
 \r
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">\r
 <html>\r
 <head>\r
-<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">\r
+<meta http-equiv="content-type" content="text/html; charset=utf-8">\r
 <title>Rico widgets styled user-selectable themes</title>\r
 \r
 <Rico:LoadClient checkQueryString='true' runat='server' />\r
@@ -32,17 +32,20 @@ function openWindow(btn) {
 <link href="../demo.css" type="text/css" rel="stylesheet" />\r
 <style type="text/css">\r
 #accExample {\r
-  width: 350px;\r
+  width: 25em;\r
 }\r
 #tabsExample {\r
-  width: 450px;\r
+  width: 25em;\r
+}\r
+body > div.ui-dialog {\r
+  font-size: 80%;\r
 }\r
 </style>\r
 \r
 </head>\r
 \r
 \r
-<body style="font-size:80%;">\r
+<body>\r
 \r
 <div id='explanation'>\r
 Base Library:\r
@@ -421,9 +424,9 @@ Department of Economic and Social Affairs of the United Nations Secretariat</a>
 <h2>Rico Calendar</h2>\r
 \r
 <table border='0' cellpadding='0' cellspacing='0'>\r
-<tr>\r
-<td id="ricoCal" style='position:relative;'></td>\r
-</tr>\r
+<tr><td>\r
+<div id="ricoCal" style='position:relative;'></div>\r
+</td></tr>\r
 </table>\r
 \r
 </body>\r