Log updates
[beagleboard.org.git] / code / .docs / prototype_Global / main.html
blobee908a7d2faae2c022ef565f8940322e810ea7a0
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>Prototype Global</tt></big><br>
69 </td>
70 </tr>
71 </table>
73 <a class="navig" href="#actions">ACTIONS</a> |
74 <a class="navig" href="#functions">FUNCTIONS</a> |
75 <a class="navig" href="#macros">MACROS</a> |
76 <a class="navig" href="#skins">SKINS</a> |
77 <a class="navig" href="#typeproperties">TYPE.PROPERTIES</a>
79 <br/><br/>
82 <table width="90%" border="0" cellspacing="1" cellpadding="5">
83 <tr>
84 <td class="mainbox">
86 <ul>
91 </ul>
92 </td>
93 </tr>
94 </table>
96 <table width="90%" border="0" cellspacing="1" cellpadding="3">
100 <tr><td class='headline'>Functions<a name='functions'><!-- --></a></td></tr><tr><td>
101 <a href="../prototype_Global/function_Date.prototype.diff.html" target="main"><a target="main" href="../prototype_Global/function_Date.prototype.diff.html">Date.prototype.diff(dateObj)</a></a><br/>
102 returns the difference between this and another
103 date object in milliseconds
104 </td></tr>
106 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
107 <a href="../prototype_Global/function_Date.prototype.equals.html" target="main"><a target="main" href="../prototype_Global/function_Date.prototype.equals.html">Date.prototype.equals(date,&nbsp;extend)</a></a><br/>
108 checks if a date object equals another date object
109 </td></tr>
111 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
112 <a href="../prototype_Global/function_Date.prototype.format.html" target="main"><a target="main" href="../prototype_Global/function_Date.prototype.format.html">Date.prototype.format(format,&nbsp;locale,&nbsp;timezone)</a></a><br/>
113 Format a Date to a string.
114 For details on the format pattern, see
115 http://java.sun.com/j2se/1.4.2/docs/api/java/text/SimpleDateFormat.html
116 </td></tr>
118 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
119 <a href="../prototype_Global/function_Date.prototype.getAge.html" target="main"><a target="main" href="../prototype_Global/function_Date.prototype.getAge.html">Date.prototype.getAge(param)</a></a><br/>
120 return the past timespan between this Date object and
121 the current Date or a different Date object
122 </td></tr>
124 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
125 <a href="../prototype_Global/function_Date.prototype.getExpiry.html" target="main"><a target="main" href="../prototype_Global/function_Date.prototype.getExpiry.html">Date.prototype.getExpiry(param)</a></a><br/>
126 return the future timespan between this Date object and
127 the current Date or a different Date object
128 </td></tr>
130 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
131 <a href="../prototype_Global/function_Date.prototype.getTimespan.html" target="main"><a target="main" href="../prototype_Global/function_Date.prototype.getTimespan.html">Date.prototype.getTimespan(param)</a></a><br/>
132 return the timespan to current date/time or a different Date object
133 </td></tr>
135 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
136 <a href="../prototype_Global/function_Date.prototype.toLocalTime.html" target="main"><a target="main" href="../prototype_Global/function_Date.prototype.toLocalTime.html">Date.prototype.toLocalTime()</a></a><br/>
137 set the date/time to local time by adding
138 the timezone offset
139 </td></tr>
141 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
142 <a href="../prototype_Global/function_Date.prototype.toUtc.html" target="main"><a target="main" href="../prototype_Global/function_Date.prototype.toUtc.html">Date.prototype.toUtc()</a></a><br/>
143 set the date/time to UTC by subtracting
144 the timezone offset
145 </td></tr>
147 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
148 <a href="../prototype_Global/function_HtmlSelect.html" target="main"><a target="main" href="../prototype_Global/function_HtmlSelect.html">HtmlSelect(attributes,&nbsp;children,&nbsp;selectedValue,&nbsp;firstLine)</a></a><br/>
149 Select list
150 </td></tr>
152 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
153 <a href="../prototype_Global/function_HtmlTextarea.html" target="main"><a target="main" href="../prototype_Global/function_HtmlTextarea.html">HtmlTextarea(attributes,&nbsp;children)</a></a><br/>
154 Html textarea
155 </td></tr>
157 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
158 <a href="../prototype_Global/function_HtmlTextarea.prototype.initValueProperty.html" target="main"><a target="main" href="../prototype_Global/function_HtmlTextarea.prototype.initValueProperty.html">HtmlTextarea.prototype.initValueProperty()</a></a><br/>
159 Set up this Textarea's value property.
160 </td></tr>
162 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
163 <a href="../prototype_Global/function_HtmlTextarea.prototype.processValueProperty.html" target="main"><a target="main" href="../prototype_Global/function_HtmlTextarea.prototype.processValueProperty.html">HtmlTextarea.prototype.processValueProperty()</a></a><br/>
164 Process this Textarea's value property.
165 </td></tr>
167 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
168 <a href="../prototype_Global/function_MarkupElement.html" target="main"><a target="main" href="../prototype_Global/function_MarkupElement.html">MarkupElement(name,&nbsp;attributes,&nbsp;children)</a></a><br/>
169 Element constructor. Takes a name,
170 a map of attributes and an array of child
171 elements as arguments.
172 </td></tr>
174 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
175 <a href="../prototype_Global/function_MarkupElement.prototype.add.html" target="main"><a target="main" href="../prototype_Global/function_MarkupElement.prototype.add.html">MarkupElement.prototype.add(child)</a></a><br/>
176 Add a new child element
177 </td></tr>
179 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
180 <a href="../prototype_Global/function_MarkupElement.prototype.firstChild.html" target="main"><a target="main" href="../prototype_Global/function_MarkupElement.prototype.firstChild.html">MarkupElement.prototype.firstChild()</a></a><br/>
182 </td></tr>
184 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
185 <a href="../prototype_Global/function_MarkupElement.prototype.initValueProperty.html" target="main"><a target="main" href="../prototype_Global/function_MarkupElement.prototype.initValueProperty.html">MarkupElement.prototype.initValueProperty()</a></a><br/>
186 Set up this Element's value property.
187 </td></tr>
189 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
190 <a href="../prototype_Global/function_MarkupElement.prototype.lastChild.html" target="main"><a target="main" href="../prototype_Global/function_MarkupElement.prototype.lastChild.html">MarkupElement.prototype.lastChild()</a></a><br/>
192 </td></tr>
194 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
195 <a href="../prototype_Global/function_MarkupElement.prototype.populate.html" target="main"><a target="main" href="../prototype_Global/function_MarkupElement.prototype.populate.html">MarkupElement.prototype.populate(obj)</a></a><br/>
196 Recursively populate this object and its child objects,
197 reading values from the argument object.
198 </td></tr>
200 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
201 <a href="../prototype_Global/function_MarkupElement.prototype.processValueProperty.html" target="main"><a target="main" href="../prototype_Global/function_MarkupElement.prototype.processValueProperty.html">MarkupElement.prototype.processValueProperty()</a></a><br/>
202 Process this Element's value property.
203 </td></tr>
205 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
206 <a href="../prototype_Global/function_MarkupElement.prototype.render.html" target="main"><a target="main" href="../prototype_Global/function_MarkupElement.prototype.render.html">MarkupElement.prototype.render(writer)</a></a><br/>
207 Render the element to the response buffer.
208 </td></tr>
210 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
211 <a href="../prototype_Global/function_MarkupElement.prototype.renderArray.html" target="main"><a target="main" href="../prototype_Global/function_MarkupElement.prototype.renderArray.html">MarkupElement.prototype.renderArray()</a></a><br/>
212 Return an array containing the rendered child elements
213 of this element keyed index position. This is suitable
214 for those cases where we want to print out a markup
215 object's elements programmatically.
216 </td></tr>
218 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
219 <a href="../prototype_Global/function_MarkupElement.prototype.renderMap.html" target="main"><a target="main" href="../prototype_Global/function_MarkupElement.prototype.renderMap.html">MarkupElement.prototype.renderMap()</a></a><br/>
220 Return an object containing the rendered child elements
221 of this element keyed by element name. This is suitable
222 for rendering the elements of a markup object through
223 a skin, using the object return ...
224 </td></tr>
226 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
227 <a href="../prototype_Global/function_MarkupElement.prototype.toString.html" target="main"><a target="main" href="../prototype_Global/function_MarkupElement.prototype.toString.html">MarkupElement.prototype.toString()</a></a><br/>
228 Render the element to a string.
229 </td></tr>
231 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
232 <a href="../prototype_Global/function_MarkupElement.prototype.validate.html" target="main"><a target="main" href="../prototype_Global/function_MarkupElement.prototype.validate.html">MarkupElement.prototype.validate()</a></a><br/>
233 Recursively validate this element and its child elements.
234 </td></tr>
236 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
237 <a href="../prototype_Global/function_Number.Sorter.html" target="main"><a target="main" href="../prototype_Global/function_Number.Sorter.html">Number.Sorter(field,&nbsp;order)</a></a><br/>
238 factory to create functions for sorting objects in an array
239 </td></tr>
241 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
242 <a href="../prototype_Global/function_Number.prototype.format.html" target="main"><a target="main" href="../prototype_Global/function_Number.prototype.format.html">Number.prototype.format(fmt,&nbsp;locale)</a></a><br/>
243 format a Number to a String
244 </td></tr>
246 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
247 <a href="../prototype_Global/function_Number.prototype.toPercent.html" target="main"><a target="main" href="../prototype_Global/function_Number.prototype.toPercent.html">Number.prototype.toPercent(total,&nbsp;fmt,&nbsp;locale)</a></a><br/>
248 return the percentage of a Number
249 according to a given total Number
250 </td></tr>
252 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
253 <a href="../prototype_Global/function_Object.prototype.clone.html" target="main"><a target="main" href="../prototype_Global/function_Object.prototype.clone.html">Object.prototype.clone(clone,&nbsp;recursive)</a></a><br/>
254 copy the properties of an object into
255 a new object
256 </td></tr>
258 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
259 <a href="../prototype_Global/function_Object.prototype.dump.html" target="main"><a target="main" href="../prototype_Global/function_Object.prototype.dump.html">Object.prototype.dump(recursive)</a></a><br/>
260 print the contents of an object for debugging
261 </td></tr>
263 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
264 <a href="../prototype_Global/function_Object.prototype.reduce.html" target="main"><a target="main" href="../prototype_Global/function_Object.prototype.reduce.html">Object.prototype.reduce(recursive)</a></a><br/>
265 reduce an extended object (ie. a HopObject)
266 to a generic javascript object
267 </td></tr>
269 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
270 <a href="../prototype_Global/function_String.Sorter.html" target="main"><a target="main" href="../prototype_Global/function_String.Sorter.html">String.Sorter(field,&nbsp;order)</a></a><br/>
271 factory to create functions for sorting objects in an array
272 </td></tr>
274 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
275 <a href="../prototype_Global/function_String.compose.html" target="main"><a target="main" href="../prototype_Global/function_String.compose.html">String.compose()</a></a><br/>
276 create a string from a bunch of substrings
277 </td></tr>
279 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
280 <a href="../prototype_Global/function_String.join.html" target="main"><a target="main" href="../prototype_Global/function_String.join.html">String.join(str1,&nbsp;str2,&nbsp;glue)</a></a><br/>
281 append one string onto another and add some "glue"
282 if none of the strings is empty or null.
283 </td></tr>
285 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
286 <a href="../prototype_Global/function_String.prototype.capitalize.html" target="main"><a target="main" href="../prototype_Global/function_String.prototype.capitalize.html">String.prototype.capitalize(limit)</a></a><br/>
287 transforms the first n characters of a string to uppercase
288 </td></tr>
290 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
291 <a href="../prototype_Global/function_String.prototype.contains.html" target="main"><a target="main" href="../prototype_Global/function_String.prototype.contains.html">String.prototype.contains(str,&nbsp;fromIndex)</a></a><br/>
292 function returns true if a string contains the string
293 passed as argument
294 </td></tr>
296 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
297 <a href="../prototype_Global/function_String.prototype.count.html" target="main"><a target="main" href="../prototype_Global/function_String.prototype.count.html">String.prototype.count(str)</a></a><br/>
298 returns the amount of occurences of one string in another
299 </td></tr>
301 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
302 <a href="../prototype_Global/function_String.prototype.debase64.html" target="main"><a target="main" href="../prototype_Global/function_String.prototype.debase64.html">String.prototype.debase64()</a></a><br/>
303 returns the decoded string using the base64 algorithm
304 </td></tr>
306 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
307 <a href="../prototype_Global/function_String.prototype.diff.html" target="main"><a target="main" href="../prototype_Global/function_String.prototype.diff.html">String.prototype.diff(mod,&nbsp;separator)</a></a><br/>
308 function compares a string with the one passed as argument
309 using diff
310 </td></tr>
312 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
313 <a href="../prototype_Global/function_String.prototype.embody.html" target="main"><a target="main" href="../prototype_Global/function_String.prototype.embody.html">String.prototype.embody(limit,&nbsp;clipping,&nbsp;delimiter)</a></a><br/>
314 breaks up a string into two parts called
315 head and tail at the given position
316 don't apply this to HTML, i.e. use stripTags() in advance
317 </td></tr>
319 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
320 <a href="../prototype_Global/function_String.prototype.enbase64.html" target="main"><a target="main" href="../prototype_Global/function_String.prototype.enbase64.html">String.prototype.enbase64()</a></a><br/>
321 returns the string encoded using the base64 algorithm
322 </td></tr>
324 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
325 <a href="../prototype_Global/function_String.prototype.encode.html" target="main"><a target="main" href="../prototype_Global/function_String.prototype.encode.html">String.prototype.encode()</a></a><br/>
327 </td></tr>
329 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
330 <a href="../prototype_Global/function_String.prototype.encodeForm.html" target="main"><a target="main" href="../prototype_Global/function_String.prototype.encodeForm.html">String.prototype.encodeForm()</a></a><br/>
332 </td></tr>
334 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
335 <a href="../prototype_Global/function_String.prototype.encodeXml.html" target="main"><a target="main" href="../prototype_Global/function_String.prototype.encodeXml.html">String.prototype.encodeXml()</a></a><br/>
337 </td></tr>
339 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
340 <a href="../prototype_Global/function_String.prototype.endsWith.html" target="main"><a target="main" href="../prototype_Global/function_String.prototype.endsWith.html">String.prototype.endsWith(str)</a></a><br/>
341 function returns true if the string ends with
342 the string passed as argument
343 </td></tr>
345 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
346 <a href="../prototype_Global/function_String.prototype.entitize.html" target="main"><a target="main" href="../prototype_Global/function_String.prototype.entitize.html">String.prototype.entitize()</a></a><br/>
347 translates all characters of a string into HTML entities
348 </td></tr>
350 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
351 <a href="../prototype_Global/function_String.prototype.format.html" target="main"><a target="main" href="../prototype_Global/function_String.prototype.format.html">String.prototype.format()</a></a><br/>
353 </td></tr>
355 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
356 <a href="../prototype_Global/function_String.prototype.group.html" target="main"><a target="main" href="../prototype_Global/function_String.prototype.group.html">String.prototype.group(interval,&nbsp;str,&nbsp;ignoreWhiteSpace)</a></a><br/>
357 function inserts a string every number of characters
358 </td></tr>
360 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
361 <a href="../prototype_Global/function_String.prototype.head.html" target="main"><a target="main" href="../prototype_Global/function_String.prototype.head.html">String.prototype.head(limit,&nbsp;clipping,&nbsp;delimiter)</a></a><br/>
362 get the head of a string
363 </td></tr>
365 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
366 <a href="../prototype_Global/function_String.prototype.isAlpha.html" target="main"><a target="main" href="../prototype_Global/function_String.prototype.isAlpha.html">String.prototype.isAlpha()</a></a><br/>
367 function returns true if the string contains
368 only characters a-z
369 </td></tr>
371 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
372 <a href="../prototype_Global/function_String.prototype.isAlphanumeric.html" target="main"><a target="main" href="../prototype_Global/function_String.prototype.isAlphanumeric.html">String.prototype.isAlphanumeric()</a></a><br/>
373 function returns true if the string contains
374 only a-z and 0-9 (case insensitive!)
375 </td></tr>
377 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
378 <a href="../prototype_Global/function_String.prototype.isDateFormat.html" target="main"><a target="main" href="../prototype_Global/function_String.prototype.isDateFormat.html">String.prototype.isDateFormat()</a></a><br/>
379 checks if a date format pattern is correct
380 </td></tr>
382 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
383 <a href="../prototype_Global/function_String.prototype.isEmail.html" target="main"><a target="main" href="../prototype_Global/function_String.prototype.isEmail.html">String.prototype.isEmail()</a></a><br/>
384 returns true if the string looks like an e-mail
385 </td></tr>
387 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
388 <a href="../prototype_Global/function_String.prototype.isFileName.html" target="main"><a target="main" href="../prototype_Global/function_String.prototype.isFileName.html">String.prototype.isFileName()</a></a><br/>
389 function checks if the string passed contains any characters
390 that are forbidden in image- or filenames
391 </td></tr>
393 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
394 <a href="../prototype_Global/function_String.prototype.isHexColor.html" target="main"><a target="main" href="../prototype_Global/function_String.prototype.isHexColor.html">String.prototype.isHexColor()</a></a><br/>
395 function checks a string for a valid color value in hexadecimal format.
396 it may also contain # as first character
397 </td></tr>
399 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
400 <a href="../prototype_Global/function_String.prototype.isNumeric.html" target="main"><a target="main" href="../prototype_Global/function_String.prototype.isNumeric.html">String.prototype.isNumeric()</a></a><br/>
401 function returns true if the string contains
402 only 0-9
403 </td></tr>
405 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
406 <a href="../prototype_Global/function_String.prototype.isUrl.html" target="main"><a target="main" href="../prototype_Global/function_String.prototype.isUrl.html">String.prototype.isUrl()</a></a><br/>
407 function checks if the string passed contains any characters that
408 are forbidden in URLs and tries to create a java.net.URL from it
409 FIXME: probably deprecated -> helma.Url
410 </td></tr>
412 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
413 <a href="../prototype_Global/function_String.prototype.md5.html" target="main"><a target="main" href="../prototype_Global/function_String.prototype.md5.html">String.prototype.md5()</a></a><br/>
414 function calculates the md5 hash of a string
415 </td></tr>
417 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
418 <a href="../prototype_Global/function_String.prototype.pad.html" target="main"><a target="main" href="../prototype_Global/function_String.prototype.pad.html">String.prototype.pad(str,&nbsp;len,&nbsp;mode)</a></a><br/>
419 fills a string with another string up to a desired length
420 </td></tr>
422 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
423 <a href="../prototype_Global/function_String.prototype.repeat.html" target="main"><a target="main" href="../prototype_Global/function_String.prototype.repeat.html">String.prototype.repeat(multiplier)</a></a><br/>
424 function repeats a string passed as argument
425 </td></tr>
427 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
428 <a href="../prototype_Global/function_String.prototype.startsWith.html" target="main"><a target="main" href="../prototype_Global/function_String.prototype.startsWith.html">String.prototype.startsWith(str,&nbsp;offset)</a></a><br/>
429 function returns true if the string starts with
430 the string passed as argument
431 </td></tr>
433 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
434 <a href="../prototype_Global/function_String.prototype.stripTags.html" target="main"><a target="main" href="../prototype_Global/function_String.prototype.stripTags.html">String.prototype.stripTags()</a></a><br/>
436 </td></tr>
438 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
439 <a href="../prototype_Global/function_String.prototype.tail.html" target="main"><a target="main" href="../prototype_Global/function_String.prototype.tail.html">String.prototype.tail(limit,&nbsp;clipping,&nbsp;delimiter)</a></a><br/>
440 get the tail of a string
441 </td></tr>
443 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
444 <a href="../prototype_Global/function_String.prototype.titleize.html" target="main"><a target="main" href="../prototype_Global/function_String.prototype.titleize.html">String.prototype.titleize()</a></a><br/>
445 transforms the first n characters of each
446 word in a string to uppercase
447 </td></tr>
449 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
450 <a href="../prototype_Global/function_String.prototype.toAlphanumeric.html" target="main"><a target="main" href="../prototype_Global/function_String.prototype.toAlphanumeric.html">String.prototype.toAlphanumeric()</a></a><br/>
451 function cleans a string by throwing away all
452 non-alphanumeric characters
453 </td></tr>
455 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
456 <a href="../prototype_Global/function_String.prototype.toDate.html" target="main"><a target="main" href="../prototype_Global/function_String.prototype.toDate.html">String.prototype.toDate(format,&nbsp;timezone)</a></a><br/>
457 parse a timestamp into a date object. This is used when users
458 want to set createtime explicitly when creating/editing stories.
459 </td></tr>
461 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
462 <a href="../prototype_Global/function_String.prototype.toFileName.html" target="main"><a target="main" href="../prototype_Global/function_String.prototype.toFileName.html">String.prototype.toFileName()</a></a><br/>
463 function cleans the string passed as argument from any characters
464 that are forbidden or shouldn't be used in filenames
465 </td></tr>
467 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
468 <a href="../prototype_Global/function_String.prototype.toHexColor.html" target="main"><a target="main" href="../prototype_Global/function_String.prototype.toHexColor.html">String.prototype.toHexColor()</a></a><br/>
469 converts a string into a hexadecimal color
470 representation (e.g. "ffcc33"). also knows how to
471 convert a color string like "rgb (255, 204, 51)".
472 </td></tr>
474 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
475 <a href="../prototype_Global/function_String.prototype.trim.html" target="main"><a target="main" href="../prototype_Global/function_String.prototype.trim.html">String.prototype.trim()</a></a><br/>
476 remove leading and trailing whitespace
477 </td></tr>
479 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
480 <a href="../prototype_Global/function_String.prototype.unwrap.html" target="main"><a target="main" href="../prototype_Global/function_String.prototype.unwrap.html">String.prototype.unwrap(removeTags,&nbsp;replacement)</a></a><br/>
481 replace all linebreaks and optionally all w/br tags
482 </td></tr>
484 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
485 <a href="../prototype_Global/function_String.random.html" target="main"><a target="main" href="../prototype_Global/function_String.random.html">String.random(len,&nbsp;mode)</a></a><br/>
486 creates a random string (numbers and chars)
487 </td></tr>
489 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
490 <a href="../prototype_Global/function_app.properties.html" target="main"><a target="main" href="../prototype_Global/function_app.properties.html">app.properties()</a></a><br/>
491 *** S K I N S ****
492 </td></tr>
494 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
495 <a href="../prototype_Global/function_func.html" target="main"><a target="main" href="../prototype_Global/function_func.html">func(str,&nbsp;p1,&nbsp;p2,&nbsp;p3)</a></a><br/>
497 </td></tr>
499 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
500 <a href="../prototype_Global/function_genOptions.html" target="main"><a target="main" href="../prototype_Global/function_genOptions.html">genOptions(start,&nbsp;end,&nbsp;selected)</a></a><br/>
502 </td></tr>
504 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
505 <a href="../prototype_Global/function_helma.Html.html" target="main"><a target="main" href="../prototype_Global/function_helma.Html.html">helma.Html()</a></a><br/>
506 Creates a new instance of helma.Html
507 </td></tr>
509 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
510 <a href="../prototype_Global/function_helma.Html.TableWriter.html" target="main"><a target="main" href="../prototype_Global/function_helma.Html.TableWriter.html">helma.Html.TableWriter(numberOfColumns,&nbsp;attr)</a></a><br/>
511 Creates a new TableWriter instance
512 </td></tr>
514 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
515 <a href="../prototype_Global/function_helma.Html.TableWriter.prototype.close.html" target="main"><a target="main" href="../prototype_Global/function_helma.Html.TableWriter.prototype.close.html">helma.Html.TableWriter.prototype.close()</a></a><br/>
516 Closes all open table tags. If {@link #writeString} is set to
517 true, this method returns the rendered table.
518 </td></tr>
520 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
521 <a href="../prototype_Global/function_helma.Html.TableWriter.prototype.toString.html" target="main"><a target="main" href="../prototype_Global/function_helma.Html.TableWriter.prototype.toString.html">helma.Html.TableWriter.prototype.toString()</a></a><br/>
523 </td></tr>
525 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
526 <a href="../prototype_Global/function_helma.Html.TableWriter.prototype.write.html" target="main"><a target="main" href="../prototype_Global/function_helma.Html.TableWriter.prototype.write.html">helma.Html.TableWriter.prototype.write(text,&nbsp;attr)</a></a><br/>
527 Writes a single table cell to response.
528 </td></tr>
530 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
531 <a href="../prototype_Global/function_helma.Html.isSelected.html" target="main"><a target="main" href="../prototype_Global/function_helma.Html.isSelected.html">helma.Html.isSelected(value,&nbsp;selectedValue)</a></a><br/>
532 Static helper method used in helma.Html.checkBox
533 and helma.Html.dropDown to check if a current value
534 matches against one or more selected values passed
535 as argument
536 </td></tr>
538 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
539 <a href="../prototype_Global/function_helma.Html.prototype.activateUrls.html" target="main"><a target="main" href="../prototype_Global/function_helma.Html.prototype.activateUrls.html">helma.Html.prototype.activateUrls(str)</a></a><br/>
540 Parses the string passed as argument and converts any
541 URL in it into a link tag
542 </td></tr>
544 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
545 <a href="../prototype_Global/function_helma.Html.prototype.button.html" target="main"><a target="main" href="../prototype_Global/function_helma.Html.prototype.button.html">helma.Html.prototype.button(param)</a></a><br/>
546 Renders an x/html button input tag
547 </td></tr>
549 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
550 <a href="../prototype_Global/function_helma.Html.prototype.buttonAsString.html" target="main"><a target="main" href="../prototype_Global/function_helma.Html.prototype.buttonAsString.html">helma.Html.prototype.buttonAsString(attr)</a></a><br/>
551 Returns a rendered x/html button input tag
552 </td></tr>
554 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
555 <a href="../prototype_Global/function_helma.Html.prototype.checkBox.html" target="main"><a target="main" href="../prototype_Global/function_helma.Html.prototype.checkBox.html">helma.Html.prototype.checkBox(param)</a></a><br/>
556 Renders an x/html checkbox input tag
557 </td></tr>
559 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
560 <a href="../prototype_Global/function_helma.Html.prototype.checkBoxAsString.html" target="main"><a target="main" href="../prototype_Global/function_helma.Html.prototype.checkBoxAsString.html">helma.Html.prototype.checkBoxAsString(attr)</a></a><br/>
561 Returns a rendered x/html checkbox input tag
562 </td></tr>
564 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
565 <a href="../prototype_Global/function_helma.Html.prototype.closeLink.html" target="main"><a target="main" href="../prototype_Global/function_helma.Html.prototype.closeLink.html">helma.Html.prototype.closeLink()</a></a><br/>
566 Renders an x/html closing link tag
567 </td></tr>
569 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
570 <a href="../prototype_Global/function_helma.Html.prototype.closeLinkAsString.html" target="main"><a target="main" href="../prototype_Global/function_helma.Html.prototype.closeLinkAsString.html">helma.Html.prototype.closeLinkAsString()</a></a><br/>
571 Returns a rendered x/html closing link tag
572 </td></tr>
574 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
575 <a href="../prototype_Global/function_helma.Html.prototype.closeTag.html" target="main"><a target="main" href="../prototype_Global/function_helma.Html.prototype.closeTag.html">helma.Html.prototype.closeTag(name)</a></a><br/>
576 Renders the closing tag of an arbitrary x/html tag
577 </td></tr>
579 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
580 <a href="../prototype_Global/function_helma.Html.prototype.closeTagAsString.html" target="main"><a target="main" href="../prototype_Global/function_helma.Html.prototype.closeTagAsString.html">helma.Html.prototype.closeTagAsString(name)</a></a><br/>
581 Returns the closing tag of an arbitray x/html element
582 </td></tr>
584 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
585 <a href="../prototype_Global/function_helma.Html.prototype.color.html" target="main"><a target="main" href="../prototype_Global/function_helma.Html.prototype.color.html">helma.Html.prototype.color(c)</a></a><br/>
586 Renders a color definition string. If the string passed as
587 argument contains only hex characters it will be prefixed with a
588 hash sign if necessary, otherwise this method assumes that the
589 value is a ...
590 </td></tr>
592 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
593 <a href="../prototype_Global/function_helma.Html.prototype.colorAsString.html" target="main"><a target="main" href="../prototype_Global/function_helma.Html.prototype.colorAsString.html">helma.Html.prototype.colorAsString(c)</a></a><br/>
594 Returns a color definition.
595 </td></tr>
597 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
598 <a href="../prototype_Global/function_helma.Html.prototype.dropDown.html" target="main"><a target="main" href="../prototype_Global/function_helma.Html.prototype.dropDown.html">helma.Html.prototype.dropDown(param,&nbsp;options,&nbsp;selectedValue,&nbsp;firstOption)</a></a><br/>
599 Renders a x/html drop down select box
600 </td></tr>
602 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
603 <a href="../prototype_Global/function_helma.Html.prototype.dropDownAsString.html" target="main"><a target="main" href="../prototype_Global/function_helma.Html.prototype.dropDownAsString.html">helma.Html.prototype.dropDownAsString(attr,&nbsp;options,&nbsp;selectedValue,&nbsp;firstOption)</a></a><br/>
604 Returns a rendered x/html drop down select box
605 </td></tr>
607 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
608 <a href="../prototype_Global/function_helma.Html.prototype.element.html" target="main"><a target="main" href="../prototype_Global/function_helma.Html.prototype.element.html">helma.Html.prototype.element(name,&nbsp;str,&nbsp;attr)</a></a><br/>
609 Renders an arbitrary x/html element
610 </td></tr>
612 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
613 <a href="../prototype_Global/function_helma.Html.prototype.elementAsString.html" target="main"><a target="main" href="../prototype_Global/function_helma.Html.prototype.elementAsString.html">helma.Html.prototype.elementAsString(name,&nbsp;str,&nbsp;attr)</a></a><br/>
614 Return an arbitrary x/html element
615 </td></tr>
617 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
618 <a href="../prototype_Global/function_helma.Html.prototype.file.html" target="main"><a target="main" href="../prototype_Global/function_helma.Html.prototype.file.html">helma.Html.prototype.file(attr)</a></a><br/>
619 Renders an x/html file input tag
620 </td></tr>
622 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
623 <a href="../prototype_Global/function_helma.Html.prototype.fileAsString.html" target="main"><a target="main" href="../prototype_Global/function_helma.Html.prototype.fileAsString.html">helma.Html.prototype.fileAsString(attr)</a></a><br/>
624 Returns a rendered x/html file input tag
625 </td></tr>
627 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
628 <a href="../prototype_Global/function_helma.Html.prototype.form.html" target="main"><a target="main" href="../prototype_Global/function_helma.Html.prototype.form.html">helma.Html.prototype.form(attr)</a></a><br/>
629 Renders an x/html opening form tag
630 </td></tr>
632 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
633 <a href="../prototype_Global/function_helma.Html.prototype.formAsString.html" target="main"><a target="main" href="../prototype_Global/function_helma.Html.prototype.formAsString.html">helma.Html.prototype.formAsString(attr)</a></a><br/>
634 Returns an x/html opening form tag
635 </td></tr>
637 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
638 <a href="../prototype_Global/function_helma.Html.prototype.hidden.html" target="main"><a target="main" href="../prototype_Global/function_helma.Html.prototype.hidden.html">helma.Html.prototype.hidden(param)</a></a><br/>
639 Renders an x/html input tag of type "hidden"
640 </td></tr>
642 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
643 <a href="../prototype_Global/function_helma.Html.prototype.hiddenAsString.html" target="main"><a target="main" href="../prototype_Global/function_helma.Html.prototype.hiddenAsString.html">helma.Html.prototype.hiddenAsString(attr)</a></a><br/>
644 Returns a rendered x/html input tag of type "hidden"
645 </td></tr>
647 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
648 <a href="../prototype_Global/function_helma.Html.prototype.input.html" target="main"><a target="main" href="../prototype_Global/function_helma.Html.prototype.input.html">helma.Html.prototype.input(param)</a></a><br/>
649 Renders an x/html text input tag
650 </td></tr>
652 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
653 <a href="../prototype_Global/function_helma.Html.prototype.inputAsString.html" target="main"><a target="main" href="../prototype_Global/function_helma.Html.prototype.inputAsString.html">helma.Html.prototype.inputAsString(attr)</a></a><br/>
654 Returns a rendered x/html text input tag
655 </td></tr>
657 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
658 <a href="../prototype_Global/function_helma.Html.prototype.link.html" target="main"><a target="main" href="../prototype_Global/function_helma.Html.prototype.link.html">helma.Html.prototype.link(attr,&nbsp;text)</a></a><br/>
659 Renders an x/html link tag
660 </td></tr>
662 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
663 <a href="../prototype_Global/function_helma.Html.prototype.linkAsString.html" target="main"><a target="main" href="../prototype_Global/function_helma.Html.prototype.linkAsString.html">helma.Html.prototype.linkAsString(attr,&nbsp;text)</a></a><br/>
664 Returns a rendered x/html link tag
665 </td></tr>
667 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
668 <a href="../prototype_Global/function_helma.Html.prototype.map.html" target="main"><a target="main" href="../prototype_Global/function_helma.Html.prototype.map.html">helma.Html.prototype.map(name,&nbsp;param)</a></a><br/>
669 Renders an image map based on an array containing the map parameters.
670 </td></tr>
672 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
673 <a href="../prototype_Global/function_helma.Html.prototype.mapAsString.html" target="main"><a target="main" href="../prototype_Global/function_helma.Html.prototype.mapAsString.html">helma.Html.prototype.mapAsString(name,&nbsp;areas)</a></a><br/>
674 Returns a rendered image map based on an array containing the map parameters.
675 </td></tr>
677 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
678 <a href="../prototype_Global/function_helma.Html.prototype.openLink.html" target="main"><a target="main" href="../prototype_Global/function_helma.Html.prototype.openLink.html">helma.Html.prototype.openLink(attr)</a></a><br/>
679 Renders an x/html opening link tag
680 </td></tr>
682 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
683 <a href="../prototype_Global/function_helma.Html.prototype.openLinkAsString.html" target="main"><a target="main" href="../prototype_Global/function_helma.Html.prototype.openLinkAsString.html">helma.Html.prototype.openLinkAsString(attr)</a></a><br/>
684 Returns an x/html opening link tag
685 </td></tr>
687 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
688 <a href="../prototype_Global/function_helma.Html.prototype.openTag.html" target="main"><a target="main" href="../prototype_Global/function_helma.Html.prototype.openTag.html">helma.Html.prototype.openTag(name,&nbsp;attr)</a></a><br/>
689 Renders the opening tag of an arbitrary x/html tag
690 </td></tr>
692 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
693 <a href="../prototype_Global/function_helma.Html.prototype.openTagAsString.html" target="main"><a target="main" href="../prototype_Global/function_helma.Html.prototype.openTagAsString.html">helma.Html.prototype.openTagAsString(name,&nbsp;attr)</a></a><br/>
694 Returns the opening tag of an arbitrary x/html tag
695 </td></tr>
697 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
698 <a href="../prototype_Global/function_helma.Html.prototype.password.html" target="main"><a target="main" href="../prototype_Global/function_helma.Html.prototype.password.html">helma.Html.prototype.password(attr)</a></a><br/>
699 Renders an x/html password input tag
700 </td></tr>
702 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
703 <a href="../prototype_Global/function_helma.Html.prototype.passwordAsString.html" target="main"><a target="main" href="../prototype_Global/function_helma.Html.prototype.passwordAsString.html">helma.Html.prototype.passwordAsString(attr)</a></a><br/>
704 Returns a rendered x/html password input tag
705 </td></tr>
707 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
708 <a href="../prototype_Global/function_helma.Html.prototype.radioButton.html" target="main"><a target="main" href="../prototype_Global/function_helma.Html.prototype.radioButton.html">helma.Html.prototype.radioButton(param)</a></a><br/>
709 Renders an x/html radiobutton input tag
710 </td></tr>
712 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
713 <a href="../prototype_Global/function_helma.Html.prototype.radioButtonAsString.html" target="main"><a target="main" href="../prototype_Global/function_helma.Html.prototype.radioButtonAsString.html">helma.Html.prototype.radioButtonAsString(attr)</a></a><br/>
714 Returns a rendered x/html radio input tag
715 </td></tr>
717 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
718 <a href="../prototype_Global/function_helma.Html.prototype.submit.html" target="main"><a target="main" href="../prototype_Global/function_helma.Html.prototype.submit.html">helma.Html.prototype.submit(param)</a></a><br/>
719 Renders an x/html submit input tag
720 </td></tr>
722 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
723 <a href="../prototype_Global/function_helma.Html.prototype.submitAsString.html" target="main"><a target="main" href="../prototype_Global/function_helma.Html.prototype.submitAsString.html">helma.Html.prototype.submitAsString(attr)</a></a><br/>
724 Returns a rendered x/html submit input tag
725 </td></tr>
727 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
728 <a href="../prototype_Global/function_helma.Html.prototype.table.html" target="main"><a target="main" href="../prototype_Global/function_helma.Html.prototype.table.html">helma.Html.prototype.table(headers,&nbsp;data,&nbsp;param)</a></a><br/>
729 Renders a complete x/html table.
730 </td></tr>
732 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
733 <a href="../prototype_Global/function_helma.Html.prototype.tableAsString.html" target="main"><a target="main" href="../prototype_Global/function_helma.Html.prototype.tableAsString.html">helma.Html.prototype.tableAsString(headers,&nbsp;data,&nbsp;attr)</a></a><br/>
734 Returns a rendered x/html table
735 </td></tr>
737 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
738 <a href="../prototype_Global/function_helma.Html.prototype.tag.html" target="main"><a target="main" href="../prototype_Global/function_helma.Html.prototype.tag.html">helma.Html.prototype.tag(name,&nbsp;attr)</a></a><br/>
739 Renders an empty arbitrary x/html tag ("contentless tag")
740 </td></tr>
742 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
743 <a href="../prototype_Global/function_helma.Html.prototype.tagAsString.html" target="main"><a target="main" href="../prototype_Global/function_helma.Html.prototype.tagAsString.html">helma.Html.prototype.tagAsString(name,&nbsp;attr)</a></a><br/>
744 Returns an empty arbitrary x/html tag ("contentless tag")
745 </td></tr>
747 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
748 <a href="../prototype_Global/function_helma.Html.prototype.textArea.html" target="main"><a target="main" href="../prototype_Global/function_helma.Html.prototype.textArea.html">helma.Html.prototype.textArea(param)</a></a><br/>
749 Renders an x/html textarea tag
750 </td></tr>
752 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
753 <a href="../prototype_Global/function_helma.Html.prototype.textAreaAsString.html" target="main"><a target="main" href="../prototype_Global/function_helma.Html.prototype.textAreaAsString.html">helma.Html.prototype.textAreaAsString(attr)</a></a><br/>
754 Returns a rendered x/html textarea tag
755 </td></tr>
757 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
758 <a href="../prototype_Global/function_helma.Html.prototype.toString.html" target="main"><a target="main" href="../prototype_Global/function_helma.Html.prototype.toString.html">helma.Html.prototype.toString()</a></a><br/>
760 </td></tr>
762 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
763 <a href="../prototype_Global/function_helma.Html.renderMarkupPart.html" target="main"><a target="main" href="../prototype_Global/function_helma.Html.renderMarkupPart.html">helma.Html.renderMarkupPart(name,&nbsp;start,&nbsp;end,&nbsp;attr)</a></a><br/>
764 Static helper method that renders an arbitrary markup part.
765 </td></tr>
767 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
768 <a href="../prototype_Global/function_helma.Http.html" target="main"><a target="main" href="../prototype_Global/function_helma.Http.html">helma.Http()</a></a><br/>
769 Creates a new instance of helma.Http
770 </td></tr>
772 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
773 <a href="../prototype_Global/function_helma.Http.Cookie.html" target="main"><a target="main" href="../prototype_Global/function_helma.Http.Cookie.html">helma.Http.Cookie(name,&nbsp;value)</a></a><br/>
774 Creates a new instance of helma.Http.Cookie
775 </td></tr>
777 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
778 <a href="../prototype_Global/function_helma.Http.Cookie.parse.html" target="main"><a target="main" href="../prototype_Global/function_helma.Http.Cookie.parse.html">helma.Http.Cookie.parse(cookieStr)</a></a><br/>
779 Parses the cookie string passed as argument into an instance of helma.Http
780 </td></tr>
782 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
783 <a href="../prototype_Global/function_helma.Http.Cookie.prototype.getFieldValue.html" target="main"><a target="main" href="../prototype_Global/function_helma.Http.Cookie.prototype.getFieldValue.html">helma.Http.Cookie.prototype.getFieldValue()</a></a><br/>
784 Returns this cookie in a format useable to set the HTTP header field "Cookie"
785 </td></tr>
787 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
788 <a href="../prototype_Global/function_helma.Http.Cookie.prototype.toString.html" target="main"><a target="main" href="../prototype_Global/function_helma.Http.Cookie.prototype.toString.html">helma.Http.Cookie.prototype.toString()</a></a><br/>
790 </td></tr>
792 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
793 <a href="../prototype_Global/function_helma.Http.evalUrl.html" target="main"><a target="main" href="../prototype_Global/function_helma.Http.evalUrl.html">helma.Http.evalUrl(url)</a></a><br/>
794 Evaluates the url passed as argument.
795 </td></tr>
797 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
798 <a href="../prototype_Global/function_helma.Http.getProxy.html" target="main"><a target="main" href="../prototype_Global/function_helma.Http.getProxy.html">helma.Http.getProxy()</a></a><br/>
799 Returns the proxy setting of the Java Virtual Machine
800 the Helma application server is running in. If no
801 proxy is set, this method returns boolean false.
802 </td></tr>
804 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
805 <a href="../prototype_Global/function_helma.Http.isAuthorized.html" target="main"><a target="main" href="../prototype_Global/function_helma.Http.isAuthorized.html">helma.Http.isAuthorized(name,&nbsp;pwd)</a></a><br/>
806 Static helper method to check if a request issued agains a
807 Helma application is authorized or not.
808 </td></tr>
810 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
811 <a href="../prototype_Global/function_helma.Http.prototype.getBinaryMode.html" target="main"><a target="main" href="../prototype_Global/function_helma.Http.prototype.getBinaryMode.html">helma.Http.prototype.getBinaryMode()</a></a><br/>
812 Returns the currently defined binary mode of this client
813 </td></tr>
815 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
816 <a href="../prototype_Global/function_helma.Http.prototype.getCookie.html" target="main"><a target="main" href="../prototype_Global/function_helma.Http.prototype.getCookie.html">helma.Http.prototype.getCookie(name)</a></a><br/>
817 Returns the value of the cookie with the given name
818 </td></tr>
820 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
821 <a href="../prototype_Global/function_helma.Http.prototype.getCookies.html" target="main"><a target="main" href="../prototype_Global/function_helma.Http.prototype.getCookies.html">helma.Http.prototype.getCookies()</a></a><br/>
822 Returns all cookies set for this client
823 </td></tr>
825 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
826 <a href="../prototype_Global/function_helma.Http.prototype.getFollowRedirects.html" target="main"><a target="main" href="../prototype_Global/function_helma.Http.prototype.getFollowRedirects.html">helma.Http.prototype.getFollowRedirects()</a></a><br/>
827 Returns true if the client follows redirects
828 </td></tr>
830 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
831 <a href="../prototype_Global/function_helma.Http.prototype.getHeader.html" target="main"><a target="main" href="../prototype_Global/function_helma.Http.prototype.getHeader.html">helma.Http.prototype.getHeader(name)</a></a><br/>
832 Returns the value of the request header field with the given name
833 </td></tr>
835 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
836 <a href="../prototype_Global/function_helma.Http.prototype.getMaxResponseSize.html" target="main"><a target="main" href="../prototype_Global/function_helma.Http.prototype.getMaxResponseSize.html">helma.Http.prototype.getMaxResponseSize()</a></a><br/>
837 Returns the currently set max response size
838 </td></tr>
840 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
841 <a href="../prototype_Global/function_helma.Http.prototype.getMethod.html" target="main"><a target="main" href="../prototype_Global/function_helma.Http.prototype.getMethod.html">helma.Http.prototype.getMethod()</a></a><br/>
842 Returns the currently defined request method.
843 </td></tr>
845 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
846 <a href="../prototype_Global/function_helma.Http.prototype.getProxy.html" target="main"><a target="main" href="../prototype_Global/function_helma.Http.prototype.getProxy.html">helma.Http.prototype.getProxy()</a></a><br/>
847 Returns the proxy in <code>host:port</code> format
848 </td></tr>
850 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
851 <a href="../prototype_Global/function_helma.Http.prototype.getReadTimeout.html" target="main"><a target="main" href="../prototype_Global/function_helma.Http.prototype.getReadTimeout.html">helma.Http.prototype.getReadTimeout()</a></a><br/>
852 Returns the read timeout (the maximum time a request may take after
853 the connection has been successfully established).
854 </td></tr>
856 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
857 <a href="../prototype_Global/function_helma.Http.prototype.getResponseHandler.html" target="main"><a target="main" href="../prototype_Global/function_helma.Http.prototype.getResponseHandler.html">helma.Http.prototype.getResponseHandler()</a></a><br/>
858 Get the response handler. This is the function used to read the HTTP response body.
859 </td></tr>
861 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
862 <a href="../prototype_Global/function_helma.Http.prototype.getTimeout.html" target="main"><a target="main" href="../prototype_Global/function_helma.Http.prototype.getTimeout.html">helma.Http.prototype.getTimeout()</a></a><br/>
863 Returns the connection timeout
864 </td></tr>
866 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
867 <a href="../prototype_Global/function_helma.Http.prototype.getUrl.html" target="main"><a target="main" href="../prototype_Global/function_helma.Http.prototype.getUrl.html">helma.Http.prototype.getUrl(url,&nbsp;opt)</a></a><br/>
868 Executes a http request
869 </td></tr>
871 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
872 <a href="../prototype_Global/function_helma.Http.prototype.getUserAgent.html" target="main"><a target="main" href="../prototype_Global/function_helma.Http.prototype.getUserAgent.html">helma.Http.prototype.getUserAgent()</a></a><br/>
873 Returns the value of the HTTP "User-Agent" header field
874 </td></tr>
876 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
877 <a href="../prototype_Global/function_helma.Http.prototype.setBinaryMode.html" target="main"><a target="main" href="../prototype_Global/function_helma.Http.prototype.setBinaryMode.html">helma.Http.prototype.setBinaryMode(mode)</a></a><br/>
878 Switches content text encoding on or off. Depending on this
879 the content received from the remote server will be either a
880 string or a byte array.
881 </td></tr>
883 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
884 <a href="../prototype_Global/function_helma.Http.prototype.setContent.html" target="main"><a target="main" href="../prototype_Global/function_helma.Http.prototype.setContent.html">helma.Http.prototype.setContent(stringOrObject)</a></a><br/>
885 Sets the content to send to the remote server within this request.
886 </td></tr>
888 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
889 <a href="../prototype_Global/function_helma.Http.prototype.setCookie.html" target="main"><a target="main" href="../prototype_Global/function_helma.Http.prototype.setCookie.html">helma.Http.prototype.setCookie(name,&nbsp;value)</a></a><br/>
890 Adds a cookie with the name and value passed as arguments
891 to the list of cookies to send to the remote server.
892 </td></tr>
894 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
895 <a href="../prototype_Global/function_helma.Http.prototype.setCookies.html" target="main"><a target="main" href="../prototype_Global/function_helma.Http.prototype.setCookies.html">helma.Http.prototype.setCookies(cookies)</a></a><br/>
896 Adds the cookies passed as argument to the list of cookies to send
897 to the remote server.
898 </td></tr>
900 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
901 <a href="../prototype_Global/function_helma.Http.prototype.setCredentials.html" target="main"><a target="main" href="../prototype_Global/function_helma.Http.prototype.setCredentials.html">helma.Http.prototype.setCredentials(username,&nbsp;password)</a></a><br/>
902 Sets the credentials for basic http authentication
903 </td></tr>
905 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
906 <a href="../prototype_Global/function_helma.Http.prototype.setFollowRedirects.html" target="main"><a target="main" href="../prototype_Global/function_helma.Http.prototype.setFollowRedirects.html">helma.Http.prototype.setFollowRedirects(value)</a></a><br/>
907 Enables or disables following redirects
908 </td></tr>
910 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
911 <a href="../prototype_Global/function_helma.Http.prototype.setHeader.html" target="main"><a target="main" href="../prototype_Global/function_helma.Http.prototype.setHeader.html">helma.Http.prototype.setHeader(name,&nbsp;value)</a></a><br/>
912 Sets a single HTTP request header field
913 </td></tr>
915 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
916 <a href="../prototype_Global/function_helma.Http.prototype.setMaxResponseSize.html" target="main"><a target="main" href="../prototype_Global/function_helma.Http.prototype.setMaxResponseSize.html">helma.Http.prototype.setMaxResponseSize(size)</a></a><br/>
917 Sets the max allowed size for the response stream
918 </td></tr>
920 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
921 <a href="../prototype_Global/function_helma.Http.prototype.setMethod.html" target="main"><a target="main" href="../prototype_Global/function_helma.Http.prototype.setMethod.html">helma.Http.prototype.setMethod(m)</a></a><br/>
922 Sets the request method to use.
923 </td></tr>
925 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
926 <a href="../prototype_Global/function_helma.Http.prototype.setProxy.html" target="main"><a target="main" href="../prototype_Global/function_helma.Http.prototype.setProxy.html">helma.Http.prototype.setProxy(proxyString)</a></a><br/>
927 Sets the proxy host and port for later use. The argument must
928 be in <code>host:port</code> format (eg. "proxy.example.com:3128").
929 </td></tr>
931 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
932 <a href="../prototype_Global/function_helma.Http.prototype.setReadTimeout.html" target="main"><a target="main" href="../prototype_Global/function_helma.Http.prototype.setReadTimeout.html">helma.Http.prototype.setReadTimeout(timeout)</a></a><br/>
933 Sets the read timeout (the maximum time a request may take after
934 the connection has been successfully established) to the amount of
935 milliseconds passed as argument.
936 </td></tr>
938 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
939 <a href="../prototype_Global/function_helma.Http.prototype.setResponseHandler.html" target="main"><a target="main" href="../prototype_Global/function_helma.Http.prototype.setResponseHandler.html">helma.Http.prototype.setResponseHandler(callback)</a></a><br/>
940 Overloads the default response handler.
941 Use this do implement your own response handling, like storing the response directly to the harddisk
942 The handler function gets two parameter, first is the jav ...
943 </td></tr>
945 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
946 <a href="../prototype_Global/function_helma.Http.prototype.setTimeout.html" target="main"><a target="main" href="../prototype_Global/function_helma.Http.prototype.setTimeout.html">helma.Http.prototype.setTimeout(timeout)</a></a><br/>
947 Sets the connection timeout to the amount of milliseconds
948 passed as argument
949 </td></tr>
951 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
952 <a href="../prototype_Global/function_helma.Http.prototype.setUserAgent.html" target="main"><a target="main" href="../prototype_Global/function_helma.Http.prototype.setUserAgent.html">helma.Http.prototype.setUserAgent(agent)</a></a><br/>
953 Sets the HTTP "User-Agent" header field to the string passed as argument
954 </td></tr>
956 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
957 <a href="../prototype_Global/function_helma.Http.prototype.toString.html" target="main"><a target="main" href="../prototype_Global/function_helma.Http.prototype.toString.html">helma.Http.prototype.toString()</a></a><br/>
959 </td></tr>
961 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
962 <a href="../prototype_Global/function_helma.Http.setProxy.html" target="main"><a target="main" href="../prototype_Global/function_helma.Http.setProxy.html">helma.Http.setProxy(proxyString)</a></a><br/>
963 Sets the global http proxy setting. If no proxy definition
964 is passed to this method, any existing proxy setting is
965 cleared. Internally this method sets the system properties
966 <code>http.proxySet</co ...
967 </td></tr>
969 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
970 <a href="../prototype_Global/function_helma.Http.toString.html" target="main"><a target="main" href="../prototype_Global/function_helma.Http.toString.html">helma.Http.toString()</a></a><br/>
972 </td></tr>
974 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
975 <a href="../prototype_Global/function_helma.Inspector.html" target="main"><a target="main" href="../prototype_Global/function_helma.Inspector.html">helma.Inspector(hopObj)</a></a><br/>
977 </td></tr>
979 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
980 <a href="../prototype_Global/function_helma.Inspector.prototype.action.html" target="main"><a target="main" href="../prototype_Global/function_helma.Inspector.prototype.action.html">helma.Inspector.prototype.action()</a></a><br/>
982 </td></tr>
984 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
985 <a href="../prototype_Global/function_helma.Inspector.prototype.render.html" target="main"><a target="main" href="../prototype_Global/function_helma.Inspector.prototype.render.html">helma.Inspector.prototype.render()</a></a><br/>
987 </td></tr>
989 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
990 <a href="../prototype_Global/function_helma.Markup.A.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.A.html">helma.Markup.A(attributes,&nbsp;children)</a></a><br/>
992 </td></tr>
994 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
995 <a href="../prototype_Global/function_helma.Markup.B.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.B.html">helma.Markup.B(attributes,&nbsp;children)</a></a><br/>
997 </td></tr>
999 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1000 <a href="../prototype_Global/function_helma.Markup.Body.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.Body.html">helma.Markup.Body(attributes,&nbsp;children)</a></a><br/>
1002 </td></tr>
1004 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1005 <a href="../prototype_Global/function_helma.Markup.Br.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.Br.html">helma.Markup.Br(attributes,&nbsp;children)</a></a><br/>
1007 </td></tr>
1009 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1010 <a href="../prototype_Global/function_helma.Markup.Button.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.Button.html">helma.Markup.Button(attributes,&nbsp;children)</a></a><br/>
1012 </td></tr>
1014 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1015 <a href="../prototype_Global/function_helma.Markup.Checkbox.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.Checkbox.html">helma.Markup.Checkbox(attributes,&nbsp;children)</a></a><br/>
1017 </td></tr>
1019 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1020 <a href="../prototype_Global/function_helma.Markup.Col.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.Col.html">helma.Markup.Col(attributes,&nbsp;children)</a></a><br/>
1022 </td></tr>
1024 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1025 <a href="../prototype_Global/function_helma.Markup.Colgroup.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.Colgroup.html">helma.Markup.Colgroup(attributes,&nbsp;children)</a></a><br/>
1027 </td></tr>
1029 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1030 <a href="../prototype_Global/function_helma.Markup.Div.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.Div.html">helma.Markup.Div(attributes,&nbsp;children)</a></a><br/>
1032 </td></tr>
1034 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1035 <a href="../prototype_Global/function_helma.Markup.Element.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.Element.html">helma.Markup.Element(name,&nbsp;attributes,&nbsp;children)</a></a><br/>
1037 </td></tr>
1039 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1040 <a href="../prototype_Global/function_helma.Markup.File.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.File.html">helma.Markup.File(attributes,&nbsp;children)</a></a><br/>
1042 </td></tr>
1044 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1045 <a href="../prototype_Global/function_helma.Markup.Form.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.Form.html">helma.Markup.Form(attributes,&nbsp;children)</a></a><br/>
1047 </td></tr>
1049 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1050 <a href="../prototype_Global/function_helma.Markup.H1.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.H1.html">helma.Markup.H1(attributes,&nbsp;children)</a></a><br/>
1052 </td></tr>
1054 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1055 <a href="../prototype_Global/function_helma.Markup.H2.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.H2.html">helma.Markup.H2(attributes,&nbsp;children)</a></a><br/>
1057 </td></tr>
1059 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1060 <a href="../prototype_Global/function_helma.Markup.H3.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.H3.html">helma.Markup.H3(attributes,&nbsp;children)</a></a><br/>
1062 </td></tr>
1064 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1065 <a href="../prototype_Global/function_helma.Markup.H4.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.H4.html">helma.Markup.H4(attributes,&nbsp;children)</a></a><br/>
1067 </td></tr>
1069 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1070 <a href="../prototype_Global/function_helma.Markup.H5.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.H5.html">helma.Markup.H5(attributes,&nbsp;children)</a></a><br/>
1072 </td></tr>
1074 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1075 <a href="../prototype_Global/function_helma.Markup.H6.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.H6.html">helma.Markup.H6(attributes,&nbsp;children)</a></a><br/>
1077 </td></tr>
1079 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1080 <a href="../prototype_Global/function_helma.Markup.Head.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.Head.html">helma.Markup.Head(attributes,&nbsp;children)</a></a><br/>
1082 </td></tr>
1084 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1085 <a href="../prototype_Global/function_helma.Markup.Hidden.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.Hidden.html">helma.Markup.Hidden(attributes,&nbsp;children)</a></a><br/>
1087 </td></tr>
1089 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1090 <a href="../prototype_Global/function_helma.Markup.Img.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.Img.html">helma.Markup.Img(attributes)</a></a><br/>
1092 </td></tr>
1094 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1095 <a href="../prototype_Global/function_helma.Markup.Input.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.Input.html">helma.Markup.Input(attributes,&nbsp;children)</a></a><br/>
1097 </td></tr>
1099 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1100 <a href="../prototype_Global/function_helma.Markup.Li.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.Li.html">helma.Markup.Li(attributes,&nbsp;children)</a></a><br/>
1102 </td></tr>
1104 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1105 <a href="../prototype_Global/function_helma.Markup.Ol.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.Ol.html">helma.Markup.Ol(attributes,&nbsp;children)</a></a><br/>
1107 </td></tr>
1109 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1110 <a href="../prototype_Global/function_helma.Markup.P.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.P.html">helma.Markup.P(attributes,&nbsp;children)</a></a><br/>
1112 </td></tr>
1114 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1115 <a href="../prototype_Global/function_helma.Markup.Password.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.Password.html">helma.Markup.Password(attributes,&nbsp;children)</a></a><br/>
1117 </td></tr>
1119 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1120 <a href="../prototype_Global/function_helma.Markup.Pre.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.Pre.html">helma.Markup.Pre(attributes,&nbsp;children)</a></a><br/>
1122 </td></tr>
1124 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1125 <a href="../prototype_Global/function_helma.Markup.Script.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.Script.html">helma.Markup.Script(attributes,&nbsp;children)</a></a><br/>
1127 </td></tr>
1129 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1130 <a href="../prototype_Global/function_helma.Markup.Select.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.Select.html">helma.Markup.Select(attributes,&nbsp;children,&nbsp;selected,&nbsp;firstLine)</a></a><br/>
1132 </td></tr>
1134 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1135 <a href="../prototype_Global/function_helma.Markup.Span.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.Span.html">helma.Markup.Span(attributes,&nbsp;children)</a></a><br/>
1137 </td></tr>
1139 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1140 <a href="../prototype_Global/function_helma.Markup.Submit.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.Submit.html">helma.Markup.Submit(attributes,&nbsp;children)</a></a><br/>
1142 </td></tr>
1144 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1145 <a href="../prototype_Global/function_helma.Markup.Table.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.Table.html">helma.Markup.Table(attributes,&nbsp;children)</a></a><br/>
1147 </td></tr>
1149 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1150 <a href="../prototype_Global/function_helma.Markup.TableWriter.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.TableWriter.html">helma.Markup.TableWriter(numberOfColumns,&nbsp;attr)</a></a><br/>
1151 utility object to provide an easy way
1152 for programmatically creating an x/html table.
1153 </td></tr>
1155 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1156 <a href="../prototype_Global/function_helma.Markup.TableWriter.prototype.close.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.TableWriter.prototype.close.html">helma.Markup.TableWriter.prototype.close()</a></a><br/>
1157 Close all open table tags.
1158 </td></tr>
1160 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1161 <a href="../prototype_Global/function_helma.Markup.TableWriter.prototype.write.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.TableWriter.prototype.write.html">helma.Markup.TableWriter.prototype.write(text,&nbsp;attr)</a></a><br/>
1162 Write a table cell.
1163 </td></tr>
1165 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1166 <a href="../prototype_Global/function_helma.Markup.Td.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.Td.html">helma.Markup.Td(attributes,&nbsp;children)</a></a><br/>
1168 </td></tr>
1170 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1171 <a href="../prototype_Global/function_helma.Markup.Textarea.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.Textarea.html">helma.Markup.Textarea(attributes,&nbsp;children)</a></a><br/>
1173 </td></tr>
1175 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1176 <a href="../prototype_Global/function_helma.Markup.Th.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.Th.html">helma.Markup.Th(attributes,&nbsp;children)</a></a><br/>
1178 </td></tr>
1180 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1181 <a href="../prototype_Global/function_helma.Markup.Title.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.Title.html">helma.Markup.Title(attributes,&nbsp;children)</a></a><br/>
1183 </td></tr>
1185 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1186 <a href="../prototype_Global/function_helma.Markup.Tr.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.Tr.html">helma.Markup.Tr(attributes,&nbsp;children)</a></a><br/>
1188 </td></tr>
1190 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1191 <a href="../prototype_Global/function_helma.Markup.Ul.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.Ul.html">helma.Markup.Ul(attributes,&nbsp;children)</a></a><br/>
1193 </td></tr>
1195 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1196 <a href="../prototype_Global/function_helma.Markup.a.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.a.html">helma.Markup.a(attributes,&nbsp;content)</a></a><br/>
1198 </td></tr>
1200 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1201 <a href="../prototype_Global/function_helma.Markup.b.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.b.html">helma.Markup.b(attributes,&nbsp;content)</a></a><br/>
1203 </td></tr>
1205 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1206 <a href="../prototype_Global/function_helma.Markup.body.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.body.html">helma.Markup.body(attributes,&nbsp;content)</a></a><br/>
1208 </td></tr>
1210 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1211 <a href="../prototype_Global/function_helma.Markup.br.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.br.html">helma.Markup.br(attributes)</a></a><br/>
1213 </td></tr>
1215 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1216 <a href="../prototype_Global/function_helma.Markup.button.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.button.html">helma.Markup.button(attributes,&nbsp;content)</a></a><br/>
1218 </td></tr>
1220 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1221 <a href="../prototype_Global/function_helma.Markup.checkbox.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.checkbox.html">helma.Markup.checkbox(attributes,&nbsp;content)</a></a><br/>
1223 </td></tr>
1225 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1226 <a href="../prototype_Global/function_helma.Markup.closeTag.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.closeTag.html">helma.Markup.closeTag(name)</a></a><br/>
1228 </td></tr>
1230 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1231 <a href="../prototype_Global/function_helma.Markup.col.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.col.html">helma.Markup.col(attributes,&nbsp;content)</a></a><br/>
1233 </td></tr>
1235 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1236 <a href="../prototype_Global/function_helma.Markup.colgroup.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.colgroup.html">helma.Markup.colgroup(attributes,&nbsp;content)</a></a><br/>
1238 </td></tr>
1240 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1241 <a href="../prototype_Global/function_helma.Markup.div.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.div.html">helma.Markup.div(attributes,&nbsp;content)</a></a><br/>
1243 </td></tr>
1245 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1246 <a href="../prototype_Global/function_helma.Markup.element.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.element.html">helma.Markup.element(name,&nbsp;attributes,&nbsp;content)</a></a><br/>
1248 </td></tr>
1250 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1251 <a href="../prototype_Global/function_helma.Markup.file.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.file.html">helma.Markup.file(attributes,&nbsp;content)</a></a><br/>
1253 </td></tr>
1255 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1256 <a href="../prototype_Global/function_helma.Markup.form.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.form.html">helma.Markup.form(attributes,&nbsp;content)</a></a><br/>
1258 </td></tr>
1260 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1261 <a href="../prototype_Global/function_helma.Markup.h1.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.h1.html">helma.Markup.h1(attributes,&nbsp;content)</a></a><br/>
1263 </td></tr>
1265 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1266 <a href="../prototype_Global/function_helma.Markup.h2.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.h2.html">helma.Markup.h2(attributes,&nbsp;content)</a></a><br/>
1268 </td></tr>
1270 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1271 <a href="../prototype_Global/function_helma.Markup.h3.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.h3.html">helma.Markup.h3(attributes,&nbsp;content)</a></a><br/>
1273 </td></tr>
1275 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1276 <a href="../prototype_Global/function_helma.Markup.h4.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.h4.html">helma.Markup.h4(attributes,&nbsp;content)</a></a><br/>
1278 </td></tr>
1280 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1281 <a href="../prototype_Global/function_helma.Markup.h5.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.h5.html">helma.Markup.h5(attributes,&nbsp;content)</a></a><br/>
1283 </td></tr>
1285 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1286 <a href="../prototype_Global/function_helma.Markup.h6.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.h6.html">helma.Markup.h6(attributes,&nbsp;content)</a></a><br/>
1288 </td></tr>
1290 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1291 <a href="../prototype_Global/function_helma.Markup.head.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.head.html">helma.Markup.head(attributes,&nbsp;content)</a></a><br/>
1293 </td></tr>
1295 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1296 <a href="../prototype_Global/function_helma.Markup.hidden.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.hidden.html">helma.Markup.hidden(attributes,&nbsp;content)</a></a><br/>
1298 </td></tr>
1300 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1301 <a href="../prototype_Global/function_helma.Markup.img.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.img.html">helma.Markup.img(attributes)</a></a><br/>
1303 </td></tr>
1305 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1306 <a href="../prototype_Global/function_helma.Markup.input.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.input.html">helma.Markup.input(attributes,&nbsp;content)</a></a><br/>
1308 </td></tr>
1310 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1311 <a href="../prototype_Global/function_helma.Markup.li.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.li.html">helma.Markup.li(attributes,&nbsp;content)</a></a><br/>
1313 </td></tr>
1315 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1316 <a href="../prototype_Global/function_helma.Markup.ol.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.ol.html">helma.Markup.ol(attributes,&nbsp;content)</a></a><br/>
1318 </td></tr>
1320 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1321 <a href="../prototype_Global/function_helma.Markup.openTag.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.openTag.html">helma.Markup.openTag(name,&nbsp;attributes)</a></a><br/>
1323 </td></tr>
1325 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1326 <a href="../prototype_Global/function_helma.Markup.p.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.p.html">helma.Markup.p(attributes,&nbsp;content)</a></a><br/>
1328 </td></tr>
1330 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1331 <a href="../prototype_Global/function_helma.Markup.password.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.password.html">helma.Markup.password(attributes,&nbsp;content)</a></a><br/>
1333 </td></tr>
1335 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1336 <a href="../prototype_Global/function_helma.Markup.pre.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.pre.html">helma.Markup.pre(attributes,&nbsp;content)</a></a><br/>
1338 </td></tr>
1340 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1341 <a href="../prototype_Global/function_helma.Markup.script.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.script.html">helma.Markup.script(attributes,&nbsp;content)</a></a><br/>
1343 </td></tr>
1345 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1346 <a href="../prototype_Global/function_helma.Markup.select.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.select.html">helma.Markup.select(attributes,&nbsp;children,&nbsp;selected,&nbsp;firstLine)</a></a><br/>
1348 </td></tr>
1350 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1351 <a href="../prototype_Global/function_helma.Markup.span.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.span.html">helma.Markup.span(attributes,&nbsp;content)</a></a><br/>
1353 </td></tr>
1355 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1356 <a href="../prototype_Global/function_helma.Markup.submit.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.submit.html">helma.Markup.submit(attributes,&nbsp;content)</a></a><br/>
1358 </td></tr>
1360 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1361 <a href="../prototype_Global/function_helma.Markup.table.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.table.html">helma.Markup.table(attributes,&nbsp;content)</a></a><br/>
1363 </td></tr>
1365 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1366 <a href="../prototype_Global/function_helma.Markup.td.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.td.html">helma.Markup.td(attributes,&nbsp;content)</a></a><br/>
1368 </td></tr>
1370 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1371 <a href="../prototype_Global/function_helma.Markup.textarea.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.textarea.html">helma.Markup.textarea(attributes,&nbsp;content)</a></a><br/>
1373 </td></tr>
1375 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1376 <a href="../prototype_Global/function_helma.Markup.th.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.th.html">helma.Markup.th(attributes,&nbsp;content)</a></a><br/>
1378 </td></tr>
1380 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1381 <a href="../prototype_Global/function_helma.Markup.title.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.title.html">helma.Markup.title(attributes,&nbsp;content)</a></a><br/>
1383 </td></tr>
1385 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1386 <a href="../prototype_Global/function_helma.Markup.tr.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.tr.html">helma.Markup.tr(attributes,&nbsp;content)</a></a><br/>
1388 </td></tr>
1390 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1391 <a href="../prototype_Global/function_helma.Markup.ul.html" target="main"><a target="main" href="../prototype_Global/function_helma.Markup.ul.html">helma.Markup.ul(attributes,&nbsp;content)</a></a><br/>
1393 </td></tr>
1395 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1396 <a href="../prototype_Global/function_helma.auth.html" target="main"><a target="main" href="../prototype_Global/function_helma.auth.html">helma.auth(realm)</a></a><br/>
1397 Performs basic admin level access checking for the specifed realm
1398 </td></tr>
1400 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1401 <a href="../prototype_Global/function_helma.invalidate.html" target="main"><a target="main" href="../prototype_Global/function_helma.invalidate.html">helma.invalidate(realm)</a></a><br/>
1402 Invalidates a previously authenticated realm
1403 </td></tr>
1405 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1406 <a href="../prototype_Global/function_helma.shell.html" target="main"><a target="main" href="../prototype_Global/function_helma.shell.html">helma.shell(realm)</a></a><br/>
1407 Checks shell access, renders the shell skin and evaluates submitted shell commands and scripts
1408 </td></tr>
1410 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1411 <a href="../prototype_Global/function_helma.sqlshell.Datasource.html" target="main"><a target="main" href="../prototype_Global/function_helma.sqlshell.Datasource.html">helma.sqlshell.Datasource(datasource)</a></a><br/>
1413 </td></tr>
1415 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1416 <a href="../prototype_Global/function_helma.sqlshell.Datasource.prototype.explore.html" target="main"><a target="main" href="../prototype_Global/function_helma.sqlshell.Datasource.prototype.explore.html">helma.sqlshell.Datasource.prototype.explore(meta,&nbsp;schema,&nbsp;param)</a></a><br/>
1418 </td></tr>
1420 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1421 <a href="../prototype_Global/function_helma.sqlshell.Datasource.prototype.getColumns.html" target="main"><a target="main" href="../prototype_Global/function_helma.sqlshell.Datasource.prototype.getColumns.html">helma.sqlshell.Datasource.prototype.getColumns(meta,&nbsp;schema,&nbsp;table)</a></a><br/>
1423 </td></tr>
1425 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1426 <a href="../prototype_Global/function_helma.sqlshell.Datasource.prototype.getPrototypes.html" target="main"><a target="main" href="../prototype_Global/function_helma.sqlshell.Datasource.prototype.getPrototypes.html">helma.sqlshell.Datasource.prototype.getPrototypes()</a></a><br/>
1428 </td></tr>
1430 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1431 <a href="../prototype_Global/function_helma.sqlshell.Datasource.prototype.getSchemas.html" target="main"><a target="main" href="../prototype_Global/function_helma.sqlshell.Datasource.prototype.getSchemas.html">helma.sqlshell.Datasource.prototype.getSchemas(meta)</a></a><br/>
1432 Get an array of schema names defined in the current database.
1433 </td></tr>
1435 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1436 <a href="../prototype_Global/function_helma.sqlshell.Datasource.prototype.getSkin.html" target="main"><a target="main" href="../prototype_Global/function_helma.sqlshell.Datasource.prototype.getSkin.html">helma.sqlshell.Datasource.prototype.getSkin(name)</a></a><br/>
1438 </td></tr>
1440 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1441 <a href="../prototype_Global/function_helma.sqlshell.Datasource.prototype.getTables.html" target="main"><a target="main" href="../prototype_Global/function_helma.sqlshell.Datasource.prototype.getTables.html">helma.sqlshell.Datasource.prototype.getTables(meta,&nbsp;schema)</a></a><br/>
1442 Get table names and set up an array for the drop down box
1443 </td></tr>
1445 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1446 <a href="../prototype_Global/function_helma.sqlshell.Datasource.prototype.href.html" target="main"><a target="main" href="../prototype_Global/function_helma.sqlshell.Datasource.prototype.href.html">helma.sqlshell.Datasource.prototype.href(name)</a></a><br/>
1448 </td></tr>
1450 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1451 <a href="../prototype_Global/function_helma.sqlshell.Datasource.prototype.main.html" target="main"><a target="main" href="../prototype_Global/function_helma.sqlshell.Datasource.prototype.main.html">helma.sqlshell.Datasource.prototype.main()</a></a><br/>
1453 </td></tr>
1455 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1456 <a href="../prototype_Global/function_helma.sqlshell.Datasource.prototype.map.html" target="main"><a target="main" href="../prototype_Global/function_helma.sqlshell.Datasource.prototype.map.html">helma.sqlshell.Datasource.prototype.map(meta,&nbsp;schema,&nbsp;con,&nbsp;param)</a></a><br/>
1458 </td></tr>
1460 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1461 <a href="../prototype_Global/function_helma.sqlshell.Datasource.prototype.query.html" target="main"><a target="main" href="../prototype_Global/function_helma.sqlshell.Datasource.prototype.query.html">helma.sqlshell.Datasource.prototype.query(con,&nbsp;param)</a></a><br/>
1463 </td></tr>
1465 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1466 <a href="../prototype_Global/function_helma.sqlshell.Datasource.prototype.toCamelCase.html" target="main"><a target="main" href="../prototype_Global/function_helma.sqlshell.Datasource.prototype.toCamelCase.html">helma.sqlshell.Datasource.prototype.toCamelCase(str)</a></a><br/>
1468 </td></tr>
1470 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1471 <a href="../prototype_Global/function_helma.sqlshell.getDatasource.html" target="main"><a target="main" href="../prototype_Global/function_helma.sqlshell.getDatasource.html">helma.sqlshell.getDatasource(name)</a></a><br/>
1472 Get the helma datasource with the given name
1473 </td></tr>
1475 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1476 <a href="../prototype_Global/function_helma.sqlshell.getDatasources.html" target="main"><a target="main" href="../prototype_Global/function_helma.sqlshell.getDatasources.html">helma.sqlshell.getDatasources()</a></a><br/>
1477 Get an array of names of all defined data sources suitable for use
1478 in html.select macro.
1479 </td></tr>
1481 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1482 <a href="../prototype_Global/function_helma.sqlshell.getProtoRepositories.html" target="main"><a target="main" href="../prototype_Global/function_helma.sqlshell.getProtoRepositories.html">helma.sqlshell.getProtoRepositories(protoName)</a></a><br/>
1484 </td></tr>
1486 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1487 <a href="../prototype_Global/function_helma.sqlshell.getRepositories.html" target="main"><a target="main" href="../prototype_Global/function_helma.sqlshell.getRepositories.html">helma.sqlshell.getRepositories()</a></a><br/>
1489 </td></tr>
1491 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1492 <a href="../prototype_Global/function_helma.sqlshell.main.html" target="main"><a target="main" href="../prototype_Global/function_helma.sqlshell.main.html">helma.sqlshell.main()</a></a><br/>
1493 Main action to set the Helma Dbsource, display forms, perform queries.
1494 </td></tr>
1496 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1497 <a href="../prototype_Global/function_hostIsAllowed.html" target="main"><a target="main" href="../prototype_Global/function_hostIsAllowed.html">hostIsAllowed()</a></a><br/>
1499 </td></tr>
1501 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1502 <a href="../prototype_Global/function_html.getHandler.html" target="main"><a target="main" href="../prototype_Global/function_html.getHandler.html">html.getHandler(handlerName)</a></a><br/>
1504 </td></tr>
1506 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1507 <a href="../prototype_Global/function_key.key.html" target="main"><a target="main" href="../prototype_Global/function_key.key.html">key.key(a,&nbsp;b)</a></a><br/>
1509 </td></tr>
1511 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1512 <a href="../prototype_Global/function_order.html" target="main"><a target="main" href="../prototype_Global/function_order.html">order(a,&nbsp;b)</a></a><br/>
1514 </td></tr>
1516 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1517 <a href="../prototype_Global/function_protos.sort.html" target="main"><a target="main" href="../prototype_Global/function_protos.sort.html">protos.sort(a,&nbsp;b)</a></a><br/>
1519 </td></tr>
1521 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1522 <a href="../prototype_Global/function_responseHandler.html" target="main"><a target="main" href="../prototype_Global/function_responseHandler.html">responseHandler(connection,&nbsp;result)</a></a><br/>
1524 </td></tr>
1526 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1527 <a href="../prototype_Global/function_setTimeout.html" target="main"><a target="main" href="../prototype_Global/function_setTimeout.html">setTimeout(type,&nbsp;value)</a></a><br/>
1529 </td></tr>
1531 <tr><td height='8'>&nbsp;</td></tr>
1533 <tr><td class='headline'>Macros<a name='macros'><!-- --></a></td></tr><tr><td>
1534 <a href="../prototype_Global/macro_helma.Inspector.prototype.childProto_macro.html" target="main"><a target="main" href="../prototype_Global/macro_helma.Inspector.prototype.childProto_macro.html">Global.helma.Inspector.prototype.childProto</a></a><br/>
1536 </td></tr>
1538 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1539 <a href="../prototype_Global/macro_helma.Inspector.prototype.children_macro.html" target="main"><a target="main" href="../prototype_Global/macro_helma.Inspector.prototype.children_macro.html">Global.helma.Inspector.prototype.children</a></a><br/>
1541 </td></tr>
1543 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1544 <a href="../prototype_Global/macro_helma.Inspector.prototype.collections_macro.html" target="main"><a target="main" href="../prototype_Global/macro_helma.Inspector.prototype.collections_macro.html">Global.helma.Inspector.prototype.collections</a></a><br/>
1546 </td></tr>
1548 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1549 <a href="../prototype_Global/macro_helma.Inspector.prototype.href_macro.html" target="main"><a target="main" href="../prototype_Global/macro_helma.Inspector.prototype.href_macro.html">Global.helma.Inspector.prototype.href</a></a><br/>
1551 </td></tr>
1553 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1554 <a href="../prototype_Global/macro_helma.Inspector.prototype.parent_macro.html" target="main"><a target="main" href="../prototype_Global/macro_helma.Inspector.prototype.parent_macro.html">Global.helma.Inspector.prototype.parent</a></a><br/>
1556 </td></tr>
1558 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1559 <a href="../prototype_Global/macro_helma.Inspector.prototype.path_macro.html" target="main"><a target="main" href="../prototype_Global/macro_helma.Inspector.prototype.path_macro.html">Global.helma.Inspector.prototype.path</a></a><br/>
1561 </td></tr>
1563 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1564 <a href="../prototype_Global/macro_helma.Inspector.prototype.properties_macro.html" target="main"><a target="main" href="../prototype_Global/macro_helma.Inspector.prototype.properties_macro.html">Global.helma.Inspector.prototype.properties</a></a><br/>
1566 </td></tr>
1568 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1569 <a href="../prototype_Global/macro_helma.Inspector.prototype.prototype_macro.html" target="main"><a target="main" href="../prototype_Global/macro_helma.Inspector.prototype.prototype_macro.html">Global.helma.Inspector.prototype.prototype</a></a><br/>
1571 </td></tr>
1573 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1574 <a href="../prototype_Global/macro_helma.Inspector.prototype.this_macro.html" target="main"><a target="main" href="../prototype_Global/macro_helma.Inspector.prototype.this_macro.html">Global.helma.Inspector.prototype.this</a></a><br/>
1576 </td></tr>
1578 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1579 <a href="../prototype_Global/macro_helma.Inspector.prototype.title_macro.html" target="main"><a target="main" href="../prototype_Global/macro_helma.Inspector.prototype.title_macro.html">Global.helma.Inspector.prototype.title</a></a><br/>
1581 </td></tr>
1583 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1584 <a href="../prototype_Global/macro_helma.Inspector.prototype.version_macro.html" target="main"><a target="main" href="../prototype_Global/macro_helma.Inspector.prototype.version_macro.html">Global.helma.Inspector.prototype.version</a></a><br/>
1585 *** M A C R O S ****
1586 </td></tr>
1588 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1589 <a href="../prototype_Global/macro_helma.sqlshell.Datasource.prototype.href_macro.html" target="main"><a target="main" href="../prototype_Global/macro_helma.sqlshell.Datasource.prototype.href_macro.html">Global.helma.sqlshell.Datasource.prototype.href</a></a><br/>
1591 </td></tr>
1593 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1594 <a href="../prototype_Global/macro_html.select_macro.html" target="main"><a target="main" href="../prototype_Global/macro_html.select_macro.html">Global.html.select</a></a><br/>
1596 </td></tr>
1598 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1599 <a href="../prototype_Global/macro_html.tablink_macro.html" target="main"><a target="main" href="../prototype_Global/macro_html.tablink_macro.html">Global.html.tablink</a></a><br/>
1601 </td></tr>
1603 <tr><td height='8'>&nbsp;</td></tr>
1605 <tr><td class='headline'>Skins<a name='skins'><!-- --></a></td></tr><tr><td>
1606 <a href="../prototype_Global/skin_helma.Inspector.main.html" target="main"><a target="main" href="../prototype_Global/skin_helma.Inspector.main.html">helma.Inspector.main.skin</a></a><br/>
1609 </td></tr>
1613 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1614 <a href="../prototype_Global/skin_helma.auth.login.html" target="main"><a target="main" href="../prototype_Global/skin_helma.auth.login.html">helma.auth.login.skin</a></a><br/>
1616 param.message, response.fontface, response.header, response.title
1617 </td></tr>
1621 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1622 <a href="../prototype_Global/skin_helma.shell.html" target="main"><a target="main" href="../prototype_Global/skin_helma.shell.html">helma.shell.skin</a></a><br/>
1624 response.commands, response.fontface, response.href
1625 </td></tr>
1629 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1630 <a href="../prototype_Global/skin_helma.sqlshell.main.html" target="main"><a target="main" href="../prototype_Global/skin_helma.sqlshell.main.html">helma.sqlshell.main.skin</a></a><br/>
1632 param.body, request.datasource, request.schema, request.tab
1633 </td></tr>
1637 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1638 <a href="../prototype_Global/skin_helma.sqlshell.page.html" target="main"><a target="main" href="../prototype_Global/skin_helma.sqlshell.page.html">helma.sqlshell.page.skin</a></a><br/>
1640 response.body, response.fontface, response.header, response.tabcolor, response.title
1641 </td></tr>
1645 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1646 <a href="../prototype_Global/skin_helma.sqlshell.selectdb.html" target="main"><a target="main" href="../prototype_Global/skin_helma.sqlshell.selectdb.html">helma.sqlshell.selectdb.skin</a></a><br/>
1648 param.message
1649 </td></tr>
1653 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1654 <a href="../prototype_Global/skin_homepage.html" target="main"><a target="main" href="../prototype_Global/skin_homepage.html">homepage.skin</a></a><br/>
1656 response.title
1657 </td></tr>
1661 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1662 <a href="../prototype_Global/skin_index.html" target="main"><a target="main" href="../prototype_Global/skin_index.html">index.skin</a></a><br/>
1664 response.body, response.title
1665 </td></tr>
1669 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1670 <a href="../prototype_Global/skin_index_div.html" target="main"><a target="main" href="../prototype_Global/skin_index_div.html">index_div.skin</a></a><br/>
1672 response.body, response.title
1673 </td></tr>
1677 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1678 <a href="../prototype_Global/skin_index_mix.html" target="main"><a target="main" href="../prototype_Global/skin_index_mix.html">index_mix.skin</a></a><br/>
1680 response.body, response.title
1681 </td></tr>
1685 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1686 <a href="../prototype_Global/skin_index_tables.html" target="main"><a target="main" href="../prototype_Global/skin_index_tables.html">index_tables.skin</a></a><br/>
1688 response.body
1689 </td></tr>
1693 <tr><td class='mainbox'><img src='' width=0 height=0></td></tr><tr><td>
1694 <a href="../prototype_Global/skin_opensearch.html" target="main"><a target="main" href="../prototype_Global/skin_opensearch.html">opensearch.skin</a></a><br/>
1696 response.body, response.title
1697 </td></tr>
1701 <tr><td height='8'>&nbsp;</td></tr>
1706 </table>
1708 <br/><br/>
1710 <!-- % this.typeProperties % -->
1719 </body>
1720 </html>