<?xml version="1.0" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="/themes/default/main.xsl"?>
<html xmlns:wg="http://www.be-o.com/widgets">
<head>
	<title>Showcase</title>

	<script type="text/javascript">
	<![CDATA[
		function show(url,p)
		{
			ajax.update('col-2','/showcase/widget/'+url,p);
		}
	]]>
	</script>
</head>
<body>
	<div id="title" class="product">
		<div class="wrapper">
			<h1>BeoWidgets Show Case</h1>
			<img src="/img/beowidgets.png" style="float:right;margin: 25px"/>
		</div>
	</div>
	<div id="page">
		<div class="wrapper">
			<div id="col-1">
				<ul class="vmenu">
					<li>
						<a href="javascript:show('welcome.ajax.php');">
							Welcome
						</a>
					</li>
					<li>
						<a href="javascript:show('buttons-simple.ajax.php');">
							Buttons
						</a>
					</li>
					<li>
						<a href="javascript:show('editors-simple.ajax.php');">
							Editors
						</a>
					</li>
					<li>
						<a href="javascript:show('editgrid-simple.ajax.php');">
							EditGrid
						</a>
					</li>
					<li>
						<a href="javascript:show('windows-msg.ajax.php');">
							Windows
						</a>
					</li>
					<li>
						<a href="javascript:show('rich-edit-tinymce.ajax.php');">
							Rich Editor
						</a>
					</li>
					<li>
						<a href="javascript:show('tabs-other.ajax.php');">
							Tabs &amp; Other
						</a>
					</li>
				</ul>
				Supported Browsers &#38; OS<br/>
				<img src="/img/os-browsers.png"/>
				<br/>
				<input type="checkbox" onclick="Widget.toggle($('console-container'))"/>
				Debug<br/>
			</div>
			<div id="col-2"><!--
	/**
	 * @author Vladan Popovic (vladanpopovic@be-o.com)
	 * @package widget
	 * @version 2.0
	 * @example usage of complex editors
	 *
	 */
-->
<html xmlns:wg="http://www.be-o.com/widgets">
	<head></head>
	<body>
		<h2>UI Components For an Interactive Web</h2>
		<p class="intro">
			BeoWidgets is a <strong>light</strong> and <strong>extensible</strong>
			library of components built around the <strong>XML/XSLT</strong>,
			<strong>CSS</strong> &#38; <strong>Javascript</strong> architecture.
			It's <strong>interactive</strong> and it <strong>optimizes</strong>
			exchanges with the server to make the user experience more natural.
		</p>
		<p>
			The library contains in it's default distribution the following
			components:
			<ol>
				<li>
					<strong>Ajax</strong> calls, updates and XSLT transformations
				</li>
				<li>Standard &#38; extended <strong>Buttons</strong></li>
				<li>
					Standard, extended &#38; complexe inline
					<strong>Input Editors</strong>
				</li>
				<li>
					<strong>Grids</strong> that support <strong>editing</strong>,
					<strong>grouping</strong>, <strong>col/row freezing</strong>,
					<strong>navigation like in a spreadsheet</strong> and much more..
				</li>
				<li><strong>Dialogs</strong></li>
				<li>Popular <strong>Rich Editors</strong> are integrated</li>
			</ol>
		</p>
		<p>
			We decided to present the library as it is, although it still has a
			significant amount of bugs and some core features are still missing.
			It will at least give you a feel for the architecture and its
			advantages.
		</p>
		<p>
			There is no download available yet, but the library will be available
			free of charge under the <strong>GNU license agreement</strong>.
		</p>
		<p>
			I hope that you will enjoy testing these components and please feel
			free to send us your suggestions and questions.
		</p>
	</body>
</html>

</div>
		</div>
	</div>
</body>
</html>