PageRenderTime 25ms CodeModel.GetById 22ms RepoModel.GetById 0ms app.codeStats 0ms

/qooxdoo-2.1.1-sdk/documentation/manual/pages/getting_started.html

https://bitbucket.org/vegansk/test_qooxdoo
HTML | 340 lines | 318 code | 17 blank | 5 comment | 0 complexity | 306fd7ea984bddf7fa9a20903fb5e78e MD5 | raw file
  1. <!doctype html>
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>Getting Started &mdash; qooxdoo 2.1.1 documentation</title>
  6. <link rel="stylesheet" href="../_static/theme.css" type="text/css" />
  7. <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
  8. <link rel="stylesheet" href="../_static/copies/reset.css" type="text/css" />
  9. <link rel="stylesheet" href="../_static/copies/base.css" type="text/css" />
  10. <link rel="stylesheet" href="../_static/copies/layout.css" type="text/css" />
  11. <script type="text/javascript">
  12. var DOCUMENTATION_OPTIONS = {
  13. URL_ROOT: '../',
  14. VERSION: '2.1.1',
  15. COLLAPSE_INDEX: false,
  16. FILE_SUFFIX: '.html',
  17. HAS_SOURCE: true
  18. };
  19. </script>
  20. <script type="text/javascript" src="../_static/copies/html5shiv.js"></script>
  21. <script type="text/javascript" src="../_static/copies/q.js"></script>
  22. <script type="text/javascript" src="../_static/copies/q.placeholder.js"></script>
  23. <script type="text/javascript" src="../_static/copies/q.sticky.js"></script>
  24. <script type="text/javascript" src="../_static/copies/application.js"></script>
  25. <script type="text/javascript" src="../_static/jquery.js"></script>
  26. <script type="text/javascript" src="../_static/underscore.js"></script>
  27. <script type="text/javascript" src="../_static/doctools.js"></script>
  28. <link rel="top" title="qooxdoo 2.1.1 documentation" href="../index.html" />
  29. <link rel="up" title="Introduction" href="introduction.html" />
  30. <link rel="next" title="qx.Website Requirements" href="website/requirements.html" />
  31. <link rel="prev" title="Architectural Overview" href="introduction/architecture.html" />
  32. <link rel="shortcut icon" href="http://resources.qooxdoo.org/images/qx-favicon.png" />
  33. </head>
  34. <body>
  35. <div id="main-wrapper" class="sphinx">
  36. <div id="header-wrapper">
  37. <section id="header">
  38. <h1><a href="http://qooxdoo.org/">qooxdoo</a></h1>
  39. <nav>
  40. <ul>
  41. <!--
  42. <li>
  43. <a class="" href="http://qooxdoo.org/">home</a>
  44. </li>
  45. -->
  46. <li>
  47. <a href="http://news.qooxdoo.org">blog</a>
  48. </li>
  49. <li>
  50. <a class="" href="http://qooxdoo.org/demos">demos</a>
  51. </li>
  52. <li>
  53. <a class="" href="http://qooxdoo.org/downloads">downloads</a>
  54. </li>
  55. <li>
  56. <a class="active" href="http://qooxdoo.org/docs">docs</a>
  57. </li>
  58. <li>
  59. <a class="" href="http://qooxdoo.org/community">community</a>
  60. </li>
  61. </ul>
  62. </nav>
  63. <script type="template" id="search-options-template">
  64. <select>
  65. <option value="site">Site</option>
  66. <option value="manual">Manual</option>
  67. <option value="blog">Blog</option>
  68. <option value="bugs">Bugs</option>
  69. </select>
  70. </script>
  71. <script type="template" id="search-site-template">
  72. <form action="http://qooxdoo.org/" id="search-form">
  73. <input type="hidden" name="do" value="search">
  74. <input type="search" name="id" placeholder="Search"></input>
  75. </form>
  76. </script>
  77. <script type="template" id="search-blog-template">
  78. <form method="get" id="searchform" action="http://news.qooxdoo.org/" id="search-form">
  79. <input type="search" class="field" name="s" id="s" placeholder="Search">
  80. </form>
  81. </script>
  82. <script type="template" id="search-manual-template">
  83. <form action="../search.html" id="search-form">
  84. <input type="search" name="q" placeholder="Search"></input>
  85. </form>
  86. </script>
  87. <script type="template" id="search-bugs-template">
  88. <form action="http://bugs.qooxdoo.org/buglist.cgi" id="search-form">
  89. <input type="search" name="quicksearch" placeholder="Search"></input>
  90. </form>
  91. </script>
  92. <div id="search">
  93. </div>
  94. </section>
  95. <div class="decoration"></div>
  96. </div>
  97. <section id="main">
  98. <section id="breadcrumb">
  99. <a href="http://qooxdoo.org">Home</a> &raquo;
  100. <a href="../index.html">Manual (v2.1.1)</a>
  101. &raquo;
  102. <a href="introduction.html" accesskey="U">Introduction</a>
  103. &raquo;
  104. <a href="">Getting Started</a>
  105. </section>
  106. <section id="content">
  107. <div class="body">
  108. <div class="section" id="getting-started">
  109. <h1>Getting Started<a class="headerlink" href="#getting-started" title="Permalink to this headline"></a></h1>
  110. <p>This section provides you with resources that help you pick the qooxdoo package for your needs, set it up on your local machine and get started with writing your own code.</p>
  111. <div class="section" id="qx-website">
  112. <h2>qx.Website<a class="headerlink" href="#qx-website" title="Permalink to this headline"></a></h2>
  113. <p><a class="reference internal" href="website.html"><em>qx.Website</em></a> is a low-level package that you deploy as a single <em>.js</em> file, like you would with many other JavaScript libraries. Its contents encompasses DOM and BOM abstractions, cross-browser event handling, a selector engine, and a stripped-down version of the qooxdoo <a class="reference internal" href="core.html"><em>class system</em></a>. It does not include any UI widgets. It is suitable if you basically want to manipulate DOM elements on a page.</p>
  114. <div class="toctree-wrapper compound">
  115. <ul>
  116. <li class="toctree-l1"><a class="reference internal" href="website/requirements.html">Requirements</a></li>
  117. <li class="toctree-l1"><a class="reference internal" href="website/getting_started.html">Getting Started</a></li>
  118. </ul>
  119. </div>
  120. </div>
  121. <div class="section" id="qx-desktop">
  122. <h2>qx.Desktop<a class="headerlink" href="#qx-desktop" title="Permalink to this headline"></a></h2>
  123. <p><a class="reference internal" href="desktop.html"><em>qx.Desktop</em></a> contains the full scope of qooxdoo classes and infrastructure, like the class system, low-level DOM/BOM layers, a theming system, and a rich set of UI widgets and controls. It is available through the <a class="reference internal" href="tool/sdk/sdk_introduction.html"><em>SDK</em></a>. It allows you to create desktop-like, interactive web applications.</p>
  124. <div class="toctree-wrapper compound">
  125. <ul>
  126. <li class="toctree-l1"><a class="reference internal" href="desktop/requirements.html">Requirements</a></li>
  127. <li class="toctree-l1"><a class="reference internal" href="desktop/getting_started.html">Getting Started</a></li>
  128. </ul>
  129. </div>
  130. </div>
  131. <div class="section" id="qx-mobile">
  132. <h2>qx.Mobile<a class="headerlink" href="#qx-mobile" title="Permalink to this headline"></a></h2>
  133. <p><a class="reference internal" href="mobile.html"><em>qx.Mobile</em></a> is used to develop applications for mobile platforms, like iOS and Android.It provides specific UI elements and theming capabilities suitable for mobile devices. Like the qx.Desktop component it is available through the <a class="reference internal" href="tool/sdk/sdk_introduction.html"><em>SDK</em></a>.</p>
  134. <div class="toctree-wrapper compound">
  135. <ul>
  136. <li class="toctree-l1"><a class="reference internal" href="mobile/requirements.html">Requirements</a></li>
  137. <li class="toctree-l1"><a class="reference internal" href="mobile/getting_started.html">Getting Started</a></li>
  138. </ul>
  139. </div>
  140. </div>
  141. <div class="section" id="qx-server">
  142. <h2>qx.Server<a class="headerlink" href="#qx-server" title="Permalink to this headline"></a></h2>
  143. <p><a class="reference internal" href="server.html"><em>qx.Server</em></a> is a library suitable for all environments that do not provide a DOM, such as Node.js and Rhino. But you can also use it to program Webworkers. With no dependencies to external APIs (like a global <em>window</em> object), you get the infrastructure of qooxdoo's classes, mixins, properties, custom events and data binding.</p>
  144. <div class="toctree-wrapper compound">
  145. <ul>
  146. <li class="toctree-l1"><a class="reference internal" href="server/requirements.html">Requirements</a></li>
  147. <li class="toctree-l1"><a class="reference internal" href="server/getting_started.html">Getting Started</a></li>
  148. </ul>
  149. </div>
  150. </div>
  151. <div class="section" id="others">
  152. <h2>Others<a class="headerlink" href="#others" title="Permalink to this headline"></a></h2>
  153. <ul class="simple">
  154. <li>You can find some community made <a class="reference external" href="http://vimeo.com/channels/qooxdoo">tutorial videos on vimeo</a>.</li>
  155. </ul>
  156. </div>
  157. </div>
  158. </div>
  159. <div class="bottom-nav">
  160. <a class="prev" href="introduction/architecture.html"
  161. title="previous chapter">« Architectural Overview</a>
  162. <span class="separator">|</span>
  163. <a class="next" href="website/requirements.html"
  164. title="next chapter">qx.Website Requirements »</a>
  165. </div>
  166. </section>
  167. <section id="sidebar">
  168. <div class="sphinxsidebar">
  169. <div class="sphinxsidebarwrapper">
  170. <ul>
  171. <li><a class="reference internal" href="#">Getting Started</a><ul>
  172. <li><a class="reference internal" href="#qx-website">qx.Website</a><ul>
  173. </ul>
  174. </li>
  175. <li><a class="reference internal" href="#qx-desktop">qx.Desktop</a><ul>
  176. </ul>
  177. </li>
  178. <li><a class="reference internal" href="#qx-mobile">qx.Mobile</a><ul>
  179. </ul>
  180. </li>
  181. <li><a class="reference internal" href="#qx-server">qx.Server</a><ul>
  182. </ul>
  183. </li>
  184. <li><a class="reference internal" href="#others">Others</a></li>
  185. </ul>
  186. </li>
  187. </ul>
  188. <h4>» Next topic</h4>
  189. <p class="topless"><a href="website/requirements.html"
  190. title="next chapter">qx.Website Requirements</a></p>
  191. <h4>« Previous topic</h4>
  192. <p class="topless"><a href="introduction/architecture.html"
  193. title="previous chapter">Architectural Overview</a></p>
  194. <div id="searchbox" style="display: none">
  195. <h3>Quick search</h3>
  196. <form class="search" action="../search.html" method="get">
  197. <input type="text" name="q" />
  198. <input type="submit" value="Go" />
  199. <input type="hidden" name="check_keywords" value="yes" />
  200. <input type="hidden" name="area" value="default" />
  201. </form>
  202. <p class="searchtip" style="font-size: 90%">
  203. Enter search terms or a module, class or function name.
  204. </p>
  205. </div>
  206. <script type="text/javascript">
  207. // $('#searchbox').show(0);
  208. </script>
  209. </div>
  210. </div>
  211. </section>
  212. </section>
  213. </div>
  214. <div id="footer-wrapper">
  215. <footer id="footer">
  216. <div id="supported-by">
  217. <a href="http://1and1.com">
  218. <img src="http://resources.qooxdoo.org/images/1and1.png">
  219. </a>
  220. <p class="claim">
  221. Brought to you by <a href="http://1and1.com">1&amp;1</a>, one of the world's leading web hosts
  222. </p>
  223. <p class="legal">
  224. © 1&amp;1 Internet AG<br>
  225. <a href="http://qooxdoo.org/legal">Legal notice</a>
  226. </a>
  227. </div>
  228. <div id="sitemap">
  229. <div>
  230. <h3><a href="http://qooxdoo.org/">Home</a></h3>
  231. <ul>
  232. <li>
  233. <a href="http://qooxdoo.org/demos">Demos</a>
  234. </li>
  235. <li>
  236. <a href="http://qooxdoo.org/download">Download</a>
  237. </li>
  238. <li>
  239. <a href="http://news.qooxdoo.org">Blog</a>
  240. </li>
  241. <li>
  242. <a href="http://bugs.qooxdoo.org">Bugs</a>
  243. </li>
  244. <li>
  245. <a href="http://qooxdoo.org/license">License</a>
  246. </li>
  247. </ul>
  248. </div>
  249. <div>
  250. <h3><a href="http://qooxdoo.org/docs">Docs</a></h3>
  251. <ul>
  252. <li>
  253. <a href="http://manual.qooxdoo.org/2.1.1/pages/introduction/about.html">About</a>
  254. </li>
  255. <li>
  256. <a href="http://manual.qooxdoo.org/2.1.1/pages/getting_started.html">Getting Started</a>
  257. </li>
  258. <li>
  259. <a href="http://manual.qooxdoo.org/2.1.1/pages/website.html">Website</a>
  260. </li>
  261. <li>
  262. <a href="http://manual.qooxdoo.org/2.1.1/pages/mobile.html">Mobile</a>
  263. </li>
  264. <li>
  265. <a href="http://manual.qooxdoo.org/2.1.1/pages/desktop.html">Desktop</a>
  266. </li>
  267. <li>
  268. <a href="http://manual.qooxdoo.org/2.1.1/pages/server.html">Server</a>
  269. </li>
  270. </ul>
  271. </div>
  272. <div>
  273. <h3><a href="http://qooxdoo.org/community">Community</a></h3>
  274. <ul>
  275. <li>
  276. <a href="http://qooxdoo.org/community/contribution">Get Involved</a>
  277. </li>
  278. <li>
  279. <a href="http://qooxdoo.org/community/mailing_lists">Mailing List</a>
  280. </li>
  281. <li>
  282. <a href="http://qooxdoo.org/community/real_life_examples">Real Life Examples</a>
  283. </li>
  284. <li>
  285. <a href="http://qooxdoo.org/community/events">Events</a>
  286. </li>
  287. <li>
  288. <a href="http://qooxdoo.org/community/jobs_services">Jobs &amp; Services</a>
  289. </li>
  290. <li>
  291. <a href="http://qooxdoo.org/contrib">Contributions</a>
  292. </li>
  293. </ul>
  294. </div>
  295. </div>
  296. <div id="meta">
  297. <div class="social">
  298. <a href="http://twitter.com/qooxdoo">
  299. <img src="http://resources.qooxdoo.org/images/twitter.png">
  300. </a>
  301. <a href="https://www.facebook.com/pages/qooxdoo/187101324711780">
  302. <img src="http://resources.qooxdoo.org/images/facebook.png">
  303. </a>
  304. <a href="http://feeds.feedburner.com/qooxdoo/news/content">
  305. <img src="http://resources.qooxdoo.org/images/feed.png">
  306. </a>
  307. </div>
  308. <div class="notice">
  309. <p class="source">
  310. <strong>
  311. <a href="../_sources/pages/getting_started.txt" rel="nofollow">Show Source</a>
  312. </strong>
  313. </p>
  314. <p class="page">
  315. &copy; Copyright 2011-2012, qooxdoo developers.
  316. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.1.3.
  317. </p>
  318. </div>
  319. </div>
  320. </footer>
  321. </div>
  322. </body>
  323. </html>