Log updates
[beagleboard.org.git] / code / .docs / prototype_Global / function_app.properties.html
blob73f2ae960a1104dc790f981b9b90cf463a6c4374
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
2 <html>
4 <head>
5 <title></title>
6 <style type="text/css">
8 body, p, td, th, li {
9 font-family: verdana, sans-serif;
10 font-size: 10pt;
13 big.top {
14 font-size: 18pt;
15 font-weight: bold;
18 big {
19 font-size: 13pt;
20 font-weight: bold;
23 a {
24 font-weight:bold;
25 color: #cc3333;
26 text-decoration:none;
28 a:hover {
29 text-decoration:underline;
32 .navig {
33 font-size: 9px;
34 text-decoration: none;
35 font-weight:normal;
38 li {
39 padding-bottom: 5px;
43 .mainbox {
44 border-color:#999999;
45 padding-top:5px;
46 padding-bottom:5px;
47 border-bottom-width:1px;
48 border-bottom-style:dotted;
51 .headline {
52 font-weight:bold;
53 background:#dfdfdf;
54 border-color:#999999;
55 padding-top:5px;
56 padding-bottom:5px;
59 </style>
60 </head>
62 <body>
64 <table width="90%" border="0" cellspacing="1" cellpadding="5">
65 <tr>
66 <td class="headline">
67 <big><tt>Global.app.properties&nbsp;()</tt></big><br>
68 </td>
69 </tr>
71 <tr>
72 <td class="mainbox">
73 *** S K I N S ****<br><br>
75 <ul>
82 </ul>
83 </td>
84 </tr>
85 </table>
87 <table width="90%" border="0" cellspacing="1" cellpadding="5">
88 <tr>
89 <td>Sourcecode in helmaTools.zip/Global/helma.Inspector.js:
90 <pre><font color="#aaaaaa">304:</font> HopObject.prototype[ (app.properties['inspectorAction'] || 'inspector') +'_action' ] = function() {
91 <font color="#aaaaaa">305:</font> if (!helma.auth('inspector'))
92 <font color="#aaaaaa">306:</font> res.abort();
93 <font color="#aaaaaa">307:</font> if (typeof helma == <font color="#9999aa">&quot;undefined&quot;</font> || !helma.Inspector) {
94 <font color="#aaaaaa">308:</font> res.write(<font color="#9999aa">&quot;Could not create instance of helma.Inspector &quot;</font>);
95 <font color="#aaaaaa">309:</font> res.write(<font color="#9999aa">&quot;(probably due to missing helmaLib v4.0+)&quot;</font>);
96 <font color="#aaaaaa">310:</font> return;
97 <font color="#aaaaaa">311:</font> }
98 <font color="#aaaaaa">312:</font> var inspector = new helma.Inspector(this);
99 <font color="#aaaaaa">313:</font> inspector.action();
100 <font color="#aaaaaa">314:</font> return;
101 <font color="#aaaaaa">315:</font> }
102 </pre>
103 </td>
104 </tr>
106 </table>
112 </body>
113 </html>