qx.Website Requirements¶
Here are the requirements for developing and deploying with qooxdoo qx.Website. You will usually include the qx.Website library on an HTML page and then write code that utilizes its API.
Browsers¶
Code written against the qx.Website API will run in all major web browsers, particularly:
Internet Explorer 8+ | |
Firefox 3.5+ | |
Opera 15+ | |
Safari 6+ | |
Chrome |
qx.Website widgets are currently experimental and will not work in all browsers.
Installation and Setup¶
Download the qx.Website component from qooxdoo's download page and place it in a suitable URI reachable from your development environment. Then include this URI with a <script> tag in the HTML page that you are developing.
<html>
<head>
<script src="<uri_of_qx.Website_download>"></script>
...
That's it, you are ready to start working against the qx.Website API.