26 Module implementing functions to prepare an HTML documentation view. |
26 Module implementing functions to prepare an HTML documentation view. |
27 </p> |
27 </p> |
28 <h3>Global Attributes</h3> |
28 <h3>Global Attributes</h3> |
29 |
29 |
30 <table> |
30 <table> |
31 <tr><td>None</td></tr> |
31 <tr><td>_stylesheetsCache</td></tr> |
32 </table> |
32 </table> |
33 <h3>Classes</h3> |
33 <h3>Classes</h3> |
34 |
34 |
35 <table> |
35 <table> |
36 <tr><td>None</td></tr> |
36 <tr><td>None</td></tr> |
37 </table> |
37 </table> |
38 <h3>Functions</h3> |
38 <h3>Functions</h3> |
39 |
39 |
40 <table> |
40 <table> |
41 |
41 |
|
42 <tr> |
|
43 <td><a href="#_stylesheet">_stylesheet</a></td> |
|
44 <td>Function to get the stylesheet matching the desktop environment.</td> |
|
45 </tr> |
42 <tr> |
46 <tr> |
43 <td><a href="#prepareDocumentationViewerHtmlDocWarningDocument">prepareDocumentationViewerHtmlDocWarningDocument</a></td> |
47 <td><a href="#prepareDocumentationViewerHtmlDocWarningDocument">prepareDocumentationViewerHtmlDocWarningDocument</a></td> |
44 <td>Public function to prepare a HTML warning document.</td> |
48 <td>Public function to prepare a HTML warning document.</td> |
45 </tr> |
49 </tr> |
46 <tr> |
50 <tr> |
50 <tr> |
54 <tr> |
51 <td><a href="#prepareDocumentationViewerHtmlWarningDocument">prepareDocumentationViewerHtmlWarningDocument</a></td> |
55 <td><a href="#prepareDocumentationViewerHtmlWarningDocument">prepareDocumentationViewerHtmlWarningDocument</a></td> |
52 <td>Public function to prepare a HTML warning document.</td> |
56 <td>Public function to prepare a HTML warning document.</td> |
53 </tr> |
57 </tr> |
54 </table> |
58 </table> |
|
59 <hr /> |
|
60 <hr /> |
|
61 <a NAME="_stylesheet" ID="_stylesheet"></a> |
|
62 <h2>_stylesheet</h2> |
|
63 <b>_stylesheet</b>(<i></i>) |
|
64 |
|
65 <p> |
|
66 Function to get the stylesheet matching the desktop environment. |
|
67 </p> |
|
68 <dl> |
|
69 <dt>Returns:</dt> |
|
70 <dd> |
|
71 stylesheet |
|
72 </dd> |
|
73 </dl> |
|
74 <dl> |
|
75 <dt>Return Type:</dt> |
|
76 <dd> |
|
77 str |
|
78 </dd> |
|
79 </dl> |
|
80 <div align="right"><a href="#top">Up</a></div> |
55 <hr /> |
81 <hr /> |
56 <hr /> |
82 <hr /> |
57 <a NAME="prepareDocumentationViewerHtmlDocWarningDocument" ID="prepareDocumentationViewerHtmlDocWarningDocument"></a> |
83 <a NAME="prepareDocumentationViewerHtmlDocWarningDocument" ID="prepareDocumentationViewerHtmlDocWarningDocument"></a> |
58 <h2>prepareDocumentationViewerHtmlDocWarningDocument</h2> |
84 <h2>prepareDocumentationViewerHtmlDocWarningDocument</h2> |
59 <b>prepareDocumentationViewerHtmlDocWarningDocument</b>(<i>text</i>) |
85 <b>prepareDocumentationViewerHtmlDocWarningDocument</b>(<i>text</i>) |