You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

core.page.html 5.0 KiB

14 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <title>page Package &mdash; WNFramework v1.8 documentation</title>
  7. <link rel="stylesheet" href="_static/default.css" type="text/css" />
  8. <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
  9. <script type="text/javascript">
  10. var DOCUMENTATION_OPTIONS = {
  11. URL_ROOT: '',
  12. VERSION: '1.8',
  13. COLLAPSE_INDEX: false,
  14. FILE_SUFFIX: '.html',
  15. HAS_SOURCE: true
  16. };
  17. </script>
  18. <script type="text/javascript" src="_static/jquery.js"></script>
  19. <script type="text/javascript" src="_static/underscore.js"></script>
  20. <script type="text/javascript" src="_static/doctools.js"></script>
  21. <link rel="top" title="WNFramework v1.8 documentation" href="index.html" />
  22. <link rel="up" title="core Package" href="core.html" />
  23. <link rel="next" title="webnotes Package" href="webnotes.html" />
  24. <link rel="prev" title="system_console Package" href="core.doctype.system_console.html" />
  25. </head>
  26. <body>
  27. <div class="related">
  28. <h3>Navigation</h3>
  29. <ul>
  30. <li class="right" style="margin-right: 10px">
  31. <a href="genindex.html" title="General Index"
  32. accesskey="I">index</a></li>
  33. <li class="right" >
  34. <a href="py-modindex.html" title="Python Module Index"
  35. >modules</a> |</li>
  36. <li class="right" >
  37. <a href="webnotes.html" title="webnotes Package"
  38. accesskey="N">next</a> |</li>
  39. <li class="right" >
  40. <a href="core.doctype.system_console.html" title="system_console Package"
  41. accesskey="P">previous</a> |</li>
  42. <li><a href="index.html">WNFramework v1.8 documentation</a> &raquo;</li>
  43. <li><a href="core.html" accesskey="U">core Package</a> &raquo;</li>
  44. </ul>
  45. </div>
  46. <div class="document">
  47. <div class="documentwrapper">
  48. <div class="bodywrapper">
  49. <div class="body">
  50. <div class="section" id="page-package">
  51. <h1>page Package<a class="headerlink" href="#page-package" title="Permalink to this headline">¶</a></h1>
  52. <div class="section" id="subpackages">
  53. <h2>Subpackages<a class="headerlink" href="#subpackages" title="Permalink to this headline">¶</a></h2>
  54. <div class="toctree-wrapper compound">
  55. <ul class="simple">
  56. </ul>
  57. </div>
  58. </div>
  59. </div>
  60. </div>
  61. </div>
  62. </div>
  63. <div class="sphinxsidebar">
  64. <div class="sphinxsidebarwrapper">
  65. <p class="logo"><a href="index.html">
  66. <img class="logo" src="_static/wnflogo200.gif" alt="Logo"/>
  67. </a></p>
  68. <h3><a href="index.html">Table Of Contents</a></h3>
  69. <ul>
  70. <li><a class="reference internal" href="#">page Package</a><ul>
  71. <li><a class="reference internal" href="#subpackages">Subpackages</a><ul>
  72. </ul>
  73. </li>
  74. </ul>
  75. </li>
  76. </ul>
  77. <h4>Previous topic</h4>
  78. <p class="topless"><a href="core.doctype.system_console.html"
  79. title="previous chapter">system_console Package</a></p>
  80. <h4>Next topic</h4>
  81. <p class="topless"><a href="webnotes.html"
  82. title="next chapter">webnotes Package</a></p>
  83. <h3>This Page</h3>
  84. <ul class="this-page-menu">
  85. <li><a href="_sources/core.page.txt"
  86. rel="nofollow">Show Source</a></li>
  87. </ul>
  88. <div id="searchbox" style="display: none">
  89. <h3>Quick search</h3>
  90. <form class="search" action="search.html" method="get">
  91. <input type="text" name="q" size="18" />
  92. <input type="submit" value="Go" />
  93. <input type="hidden" name="check_keywords" value="yes" />
  94. <input type="hidden" name="area" value="default" />
  95. </form>
  96. <p class="searchtip" style="font-size: 90%">
  97. Enter search terms or a module, class or function name.
  98. </p>
  99. </div>
  100. <script type="text/javascript">$('#searchbox').show(0);</script>
  101. </div>
  102. </div>
  103. <div class="clearer"></div>
  104. </div>
  105. <div class="related">
  106. <h3>Navigation</h3>
  107. <ul>
  108. <li class="right" style="margin-right: 10px">
  109. <a href="genindex.html" title="General Index"
  110. >index</a></li>
  111. <li class="right" >
  112. <a href="py-modindex.html" title="Python Module Index"
  113. >modules</a> |</li>
  114. <li class="right" >
  115. <a href="webnotes.html" title="webnotes Package"
  116. >next</a> |</li>
  117. <li class="right" >
  118. <a href="core.doctype.system_console.html" title="system_console Package"
  119. >previous</a> |</li>
  120. <li><a href="index.html">WNFramework v1.8 documentation</a> &raquo;</li>
  121. <li><a href="core.html" >core Package</a> &raquo;</li>
  122. </ul>
  123. </div>
  124. <div class="footer">
  125. &copy; Copyright 2011, Rushabh Mehta, Web Notes Technologies.
  126. Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.7.
  127. </div>
  128. </body>
  129. </html>