NCCOOS Trac Projects: Top | Web | Platforms | Processing | Viz | Sprints | Sandbox | (Wind)

root/Chameleon/trunk/Chameleon/MapDHTML/MapDHTML.fr-ca.doc.xml

Revision 13 (checked in by jcleary, 17 years ago)

Latest Chameleon code checkout from previous repository

Line 
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ca:widgetdoc xmlns:ca="http://localhost/chameleon/utils/xml/schemas" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://localhost/chameleon/utils/xml/schemas ..\..\..\utils/xml/schemas/chameleon.xsd">
3   <ca:docinfo>
4     <ca:language>
5       <ca:value>fr-ca</ca:value>
6     </ca:language>
7     <ca:docbuilddate>
8       <ca:value>1999-12-31</ca:value>
9     </ca:docbuilddate>
10     <ca:docversion>
11       <ca:value>$id:$</ca:value>
12     </ca:docversion>
13     <ca:authors>
14       <ca:person>
15         <ca:name>Doc_Builder</ca:name>
16         <ca:company>DM Solutions Group Inc.</ca:company>
17         <ca:contact>chameleon@lists.maptools.org</ca:contact>
18       </ca:person>
19     </ca:authors>
20     <ca:editors>
21       <ca:person>
22         <ca:name>Christopher R. Thorne</ca:name>
23         <ca:company>DM Solutions Group Inc.</ca:company>
24         <ca:contact>chameleon@lists.maptools.org</ca:contact>
25       </ca:person>
26     </ca:editors>
27   </ca:docinfo>
28   <ca:identification>
29     <ca:name>
30       <ca:value>MapDHTML</ca:value>
31     </ca:name>
32     <ca:chameleonpack>
33       <ca:value>TBD</ca:value>
34     </ca:chameleonpack>
35     <ca:parentgroup>
36       <ca:value>Map Widgets</ca:value>
37     </ca:parentgroup>
38     <ca:version>
39       <ca:value>1.99</ca:value>
40     </ca:version>
41     <ca:releasedate>
42       <ca:value>1999-12-31</ca:value>
43     </ca:releasedate>
44     <ca:maturitylevel>
45       <ca:value>BETA</ca:value>
46     </ca:maturitylevel>
47     <ca:developers>
48       <ca:person>
49         <ca:name>Paul Spencer</ca:name>
50         <ca:company>DM Solutions Group Inc.</ca:company>
51         <ca:contact>chameleon@lists.maptools.org</ca:contact>
52       </ca:person>
53     </ca:developers>
54   </ca:identification>
55   <ca:descriptions>
56     <ca:description>
57       <ca:paras>
58         <ca:para>The MapDHTML widget displays the actual visualization of the current map image and provides many of the mechanisms for other tools and widgets, primarily the navigation tools, to do their job.</ca:para>
59       </ca:paras>
60     </ca:description>
61     <ca:dependancies>
62       <ca:dependancy type="None" title="None.">
63         <ca:para/>
64       </ca:dependancy>
65     </ca:dependancies>
66     <ca:sharedresources>
67       <ca:paras title="WaitImage Shared Resource">
68         <ca:para/>
69       </ca:paras>
70     </ca:sharedresources>
71     <ca:embeddedhelp>
72       <ca:paras>
73         <ca:para>Cet outil affiche une carte contenant les couches demand&eacute;es.</ca:para>
74       </ca:paras>
75     </ca:embeddedhelp>
76   </ca:descriptions>
77   <ca:tagstructures>
78     <ca:tagstructure>
79       <ca:description/>
80       <ca:code>
81         <ca:codeblock bold="true">
82           <ca:line>&lt;CWC2 TYPE="MapDHTMLWidget"</ca:line>
83         </ca:codeblock>
84         <ca:codeblock bold="false">
85           <ca:line>   ENABLED="[TRUE|FALSE]"</ca:line>
86           <ca:line>   FORMINDEX="[0 &lt; integer]"</ca:line>
87           <ca:line>   VISIBLE="[TRUE|FALSE]"</ca:line>
88           <ca:line/>
89           <ca:line>   &lt;!-- MapDHTMLWidget Attributes --&gt;</ca:line>
90           <ca:line/>
91           <ca:line>   HEIGHT="[0 &lt; integer]"</ca:line>
92           <ca:line>   WIDTH="[0 &lt; integer]"</ca:line>
93           <ca:line>   ALLOWRESIZE="[TRUE|FALSE]"</ca:line>
94           <ca:line>   MARQUEECOLOR="[#RRGGBB]"</ca:line>
95           <ca:line>   MARQUEEHORIZONTALIMAGE="[path]"</ca:line>
96           <ca:line>   MARQUEEWIDTH="[0 &lt; integer]"</ca:line>
97           <ca:line>   MARQUEEVERTICALIMAGE="[path]"</ca:line>
98           <ca:line>   MINSCALE="[-INF &lt; integer &lt; INF]"</ca:line>
99           <ca:line>   MAXSCALE="[-INF &lt; integer &lt; INF]"</ca:line>
100           <ca:line>   WAITIMAGE="[path]"</ca:line>
101           <ca:line>   WAITIMAGEHEIGHT="[0 &lt; integer]"</ca:line>
102           <ca:line>   WAITIMAGEWIDTH="[0 &lt; integer]"/&gt;</ca:line>
103         </ca:codeblock>
104       </ca:code>
105     </ca:tagstructure>
106   </ca:tagstructures>
107   <ca:examples>
108     <ca:widgetexamples>
109       <ca:example title="Simple">
110         <ca:description>This tag example is the most basic definition of the "MapDHTMLWidget".</ca:description>
111         <ca:code>
112           <ca:codeblock bold="false">
113             <ca:line>&lt;cwc2 type="MapDHTMLWidget"</ca:line>
114             <ca:line>   width="400"</ca:line>
115             <ca:line>   height="300"/&gt;</ca:line>
116           </ca:codeblock>
117         </ca:code>
118       </ca:example>
119       <ca:example title="Advanced">
120         <ca:description>This tag example shows the "MapDHTMLWidget" using the WAITIMAGE attributes. This means that the widget will not be using the "WaitImage" Shared Resource.</ca:description>
121         <ca:code>
122           <ca:codeblock bold="false">
123             <ca:line>&lt;cwc2 type="MapDHTMLWidget"</ca:line>
124             <ca:line>   visible="true"</ca:line>
125             <ca:line>   width="400"</ca:line>
126             <ca:line>   height="300"</ca:line>
127             <ca:line>   allowresize="true"</ca:line>
128             <ca:line>   marqueecolor="FF3333"</ca:line>
129             <ca:line>   marqueewidth="2"</ca:line>
130             <ca:line>   minscale="1"</ca:line>
131             <ca:line>   waitimage="http://www.somewhere.xx/images/spinner.gif"</ca:line>
132             <ca:line>   waitimagewidth="216"</ca:line>
133             <ca:line>   waitimageheight="50"/&gt;</ca:line>
134           </ca:codeblock>
135         </ca:code>
136       </ca:example>
137       <ca:example title="Advanced">
138         <ca:description>This tag example shows a more advanced widget that could use the "WaitImage" Shared Resource, since the WAITIMAGE attributes have not been defined in the widget.</ca:description>
139         <ca:code>
140           <ca:codeblock bold="false">
141             <ca:line>&lt;cwc2 type="MapDHTMLWidget"</ca:line>
142             <ca:line>   visible="true"</ca:line>
143             <ca:line>   width="400"</ca:line>
144             <ca:line>   height="300"</ca:line>
145             <ca:line>   allowresize="true"</ca:line>
146             <ca:line>   marqueecolor="FF3333"</ca:line>
147             <ca:line>   marqueewidth="2"</ca:line>
148             <ca:line>   minscale="1"/&gt;</ca:line>
149           </ca:codeblock>
150         </ca:code>
151       </ca:example>
152     </ca:widgetexamples>
153     <ca:sharedresourceexamples>
154       <ca:example title="Simple">
155         <ca:description>The example below represents the default named "WaitImage" Shared Resource. This Shared Resource holds a list of multilingual images that are displayed when an application is in the middle of an extended process. In this example, this Shared Resource contains English and French wait image attribute sets.</ca:description>
156         <ca:code>
157           <ca:codeblock bold="false">
158             <ca:line>&lt;!-- Default style for Wait Images --&gt;</ca:line>
159             <ca:line/>
160             <ca:line>&lt;cwc2 type="SharedResource" name="WaitImage"&gt;</ca:line>
161             <ca:line>   &lt;waitimage language="en-CA"</ca:line>
162             <ca:line>      waitimage="images/spinner.gif"</ca:line>
163             <ca:line>      waitimagewidth="216"</ca:line>
164             <ca:line>      waitimageheight="50"/&gt;</ca:line>
165             <ca:line>   &lt;waitimage language="fr-CA"</ca:line>
166             <ca:line>      waitimage="images/spinner_f.gif"</ca:line>
167             <ca:line>      waitimagewidth="216"</ca:line>
168             <ca:line>      waitimageheight="50"/&gt;</ca:line>
169             <ca:line>&lt;/cwc2&gt;</ca:line>
170           </ca:codeblock>
171         </ca:code>
172       </ca:example>
173     </ca:sharedresourceexamples>
174     <ca:sampleapps>
175       <ca:sampleapp>
176         <ca:name>Hawaii Demo</ca:name>
177         <ca:appurl>www.mapsherpa.com/hawaii2/</ca:appurl>
178         <ca:description>The Hawaii Demo uses the latest 1.99 Chameleon version.</ca:description>
179       </ca:sampleapp>
180     </ca:sampleapps>
181     <ca:scriptexamples/>
182   </ca:examples>
183   <ca:attributegroups>
184     <ca:attributegroup>
185       <ca:name>Base</ca:name>
186     </ca:attributegroup>
187   </ca:attributegroups>
188   <ca:widgettag>
189     <ca:attribute>
190       <ca:name>ALLOWRESIZE</ca:name>
191       <ca:type>
192         <ca:value>boolean</ca:value>
193       </ca:type>
194       <ca:class>
195         <ca:value>Widget Only</ca:value>
196       </ca:class>
197       <ca:default>
198         <ca:value>false</ca:value>
199         <ca:description/>
200       </ca:default>
201       <ca:possvalues type="list">
202         <ca:value>true</ca:value>
203         <ca:value>false</ca:value>
204       </ca:possvalues>
205       <ca:description>Control the resizability of the map widget.  This allows the application to respect or ignore the Window tag in a context document.</ca:description>
206     </ca:attribute>
207     <ca:attribute>
208       <ca:name>HEIGHT</ca:name>
209       <ca:type>
210         <ca:value>integer</ca:value>
211       </ca:type>
212       <ca:class>
213         <ca:value>Required</ca:value>
214       </ca:class>
215       <ca:possvalues type="range">
216         <ca:minimum>0</ca:minimum>
217         <ca:maximum>2147483647</ca:maximum>
218       </ca:possvalues>
219       <ca:description>The initial height (in pixels) of the map widget image.</ca:description>
220     </ca:attribute>
221     <ca:attribute>
222       <ca:name>MARQUEECOLOR</ca:name>
223       <ca:type>
224         <ca:value>HEX color</ca:value>
225       </ca:type>
226       <ca:class>
227         <ca:value>Widget Only</ca:value>
228       </ca:class>
229       <ca:default>
230         <ca:value>#FF0000</ca:value>
231         <ca:description>RED</ca:description>
232       </ca:default>
233       <ca:description>The color to draw the marquee in.</ca:description>
234     </ca:attribute>
235     <ca:attribute>
236       <ca:name>MARQUEEHORIZONTALIMAGE</ca:name>
237       <ca:type>
238         <ca:value>path</ca:value>
239       </ca:type>
240       <ca:class>
241         <ca:value>Widget Only</ca:value>
242       </ca:class>
243       <ca:default>
244         <ca:value>/chameleon/htdocs/skins/default/images/a_pixel.gif</ca:value>
245         <ca:description/>
246       </ca:default>
247       <ca:description>The image to use for drawing the right and left sides of the marquee. The image is used as a background for the marquee and, as such, only the outermost left and right edges of the image are visable. Used creatively, in combination with the MARQUEEVERTICALIMAGE attribute, this image can create special line effects, such as dashed lines.</ca:description>
248     </ca:attribute>
249     <ca:attribute>
250       <ca:name>MARQUEEVERTICALIMAGE</ca:name>
251       <ca:type>
252         <ca:value>path</ca:value>
253       </ca:type>
254       <ca:class>
255         <ca:value>Widget Only</ca:value>
256       </ca:class>
257       <ca:default>
258         <ca:value>/chameleon/htdocs/skins/default/images/a_pixel.gif</ca:value>
259         <ca:description/>
260       </ca:default>
261       <ca:description>The image to use for drawing the top and bottom sides of the marquee.  The image is used as a background for the marquee and, as such, only the outermost top and bottom edges of the image are visable. Used creatively, in combination with the MARQUEEHORIZONTALIMAGE attribute, this image can create special line effects, such as dashed lines.</ca:description>
262     </ca:attribute>
263     <ca:attribute>
264       <ca:name>MARQUEEWIDTH</ca:name>
265       <ca:type>
266         <ca:value>integer</ca:value>
267       </ca:type>
268       <ca:class>
269         <ca:value>Widget Only</ca:value>
270       </ca:class>
271       <ca:default>
272         <ca:value>1</ca:value>
273         <ca:description/>
274       </ca:default>
275       <ca:possvalues type="range">
276         <ca:minimum>0</ca:minimum>
277         <ca:maximum>2147483647</ca:maximum>
278       </ca:possvalues>
279       <ca:description>When drawing the marquee, this is the width/height (in pixels) to make the edges of the zoom box.</ca:description>
280     </ca:attribute>
281     <ca:attribute>
282       <ca:name>MAXSCALE</ca:name>
283       <ca:type>
284         <ca:value>float</ca:value>
285       </ca:type>
286       <ca:class>
287         <ca:value>Widget Only</ca:value>
288       </ca:class>
289       <ca:default>
290         <ca:value>1</ca:value>
291         <ca:description>NULL</ca:description>
292       </ca:default>
293       <ca:possvalues type="range">
294         <ca:minimum>-1.#INF</ca:minimum>
295         <ca:maximum>1.#INF</ca:maximum>
296       </ca:possvalues>
297       <ca:description>The maximum scale to draw the current context at.  Zooming out beyond this scale will be prevented.</ca:description>
298     </ca:attribute>
299     <ca:attribute>
300       <ca:name>MINSCALE</ca:name>
301       <ca:type>
302         <ca:value>float</ca:value>
303       </ca:type>
304       <ca:class>
305         <ca:value>Widget Only</ca:value>
306       </ca:class>
307       <ca:default>
308         <ca:value>-1</ca:value>
309         <ca:description>NULL</ca:description>
310       </ca:default>
311       <ca:possvalues type="range">
312         <ca:minimum>-1.#INF</ca:minimum>
313         <ca:maximum>1.#INF</ca:maximum>
314       </ca:possvalues>
315       <ca:description>The minimum scale to draw the current context at.  Zooming in beyond this scale will be prevented.</ca:description>
316     </ca:attribute>
317     <ca:attribute>
318       <ca:name>WAITIMAGE</ca:name>
319       <ca:type>
320         <ca:value>path</ca:value>
321       </ca:type>
322       <ca:class>
323         <ca:value>Widget Only</ca:value>
324       </ca:class>
325       <ca:default>
326         <ca:value>NULL</ca:value>
327         <ca:description/>
328       </ca:default>
329       <ca:description>The image showing ongoing progress</ca:description>
330     </ca:attribute>
331     <ca:attribute>
332       <ca:name>WAITIMAGEHEIGHT</ca:name>
333       <ca:type>
334         <ca:value>integer</ca:value>
335       </ca:type>
336       <ca:class>
337         <ca:value>Widget Only</ca:value>
338       </ca:class>
339       <ca:default>
340         <ca:value>0</ca:value>
341         <ca:description>NULL</ca:description>
342       </ca:default>
343       <ca:possvalues type="range">
344         <ca:minimum>0</ca:minimum>
345         <ca:maximum>2147483647</ca:maximum>
346       </ca:possvalues>
347       <ca:description>The height (in pixels) of the wait image.</ca:description>
348     </ca:attribute>
349     <ca:attribute>
350       <ca:name>WAITIMAGEWIDTH</ca:name>
351       <ca:type>
352         <ca:value>integer</ca:value>
353       </ca:type>
354       <ca:class>
355         <ca:value>Widget Only</ca:value>
356       </ca:class>
357       <ca:default>
358         <ca:value>0</ca:value>
359         <ca:description>NULL</ca:description>
360       </ca:default>
361       <ca:possvalues type="range">
362         <ca:minimum>0</ca:minimum>
363         <ca:maximum>2147483647</ca:maximum>
364       </ca:possvalues>
365       <ca:description>The width (in pixels) of the wait image.</ca:description>
366     </ca:attribute>
367     <ca:attribute>
368       <ca:name>WIDTH</ca:name>
369       <ca:type>
370         <ca:value>integer</ca:value>
371       </ca:type>
372       <ca:class>
373         <ca:value>Required</ca:value>
374       </ca:class>
375       <ca:possvalues type="range">
376         <ca:minimum>0</ca:minimum>
377         <ca:maximum>2147483647</ca:maximum>
378       </ca:possvalues>
379       <ca:description>The initial width (in pixels) of the map widget image.</ca:description>
380     </ca:attribute>
381   </ca:widgettag>
382   <ca:formelements>
383     <ca:formelement>
384       <ca:name>NAV_INPUT_TYPE</ca:name>
385       <ca:type>
386         <ca:value>unknown</ca:value>
387       </ca:type>
388       <ca:description/>
389     </ca:formelement>
390     <ca:formelement>
391       <ca:name>NAV_INPUT_COORDINATES</ca:name>
392       <ca:type>
393         <ca:value>unknown</ca:value>
394       </ca:type>
395       <ca:description/>
396     </ca:formelement>
397     <ca:formelement>
398       <ca:name>NAV_INPUT_SUBMIT</ca:name>
399       <ca:type>
400         <ca:value>unknown</ca:value>
401       </ca:type>
402       <ca:description/>
403     </ca:formelement>
404     <ca:formelement>
405       <ca:name>MAP_EXTENTS_MINX</ca:name>
406       <ca:type>
407         <ca:value>unknown</ca:value>
408       </ca:type>
409       <ca:description/>
410     </ca:formelement>
411     <ca:formelement>
412       <ca:name>MAP_EXTENTS_MINY</ca:name>
413       <ca:type>
414         <ca:value>unknown</ca:value>
415       </ca:type>
416       <ca:description/>
417     </ca:formelement>
418     <ca:formelement>
419       <ca:name>MAP_EXTENTS_MAXX</ca:name>
420       <ca:type>
421         <ca:value>unknown</ca:value>
422       </ca:type>
423       <ca:description/>
424     </ca:formelement>
425     <ca:formelement>
426       <ca:name>MAP_EXTENTS_MAXY</ca:name>
427       <ca:type>
428         <ca:value>unknown</ca:value>
429       </ca:type>
430       <ca:description/>
431     </ca:formelement>
432     <ca:formelement>
433       <ca:name>MAP_WIDTH</ca:name>
434       <ca:type>
435         <ca:value>unknown</ca:value>
436       </ca:type>
437       <ca:description/>
438     </ca:formelement>
439     <ca:formelement>
440       <ca:name>MAP_HEIGHT</ca:name>
441       <ca:type>
442         <ca:value>unknown</ca:value>
443       </ca:type>
444       <ca:description/>
445     </ca:formelement>
446     <ca:formelement>
447       <ca:name>MAP_CURSOR_POS_X</ca:name>
448       <ca:type>
449         <ca:value>unknown</ca:value>
450       </ca:type>
451       <ca:description/>
452     </ca:formelement>
453     <ca:formelement>
454       <ca:name>MAP_CURSOR_POS_Y</ca:name>
455       <ca:type>
456         <ca:value>unknown</ca:value>
457       </ca:type>
458       <ca:description/>
459     </ca:formelement>
460     <ca:formelement>
461       <ca:name>NAV_CMD</ca:name>
462       <ca:type>
463         <ca:value>unknown</ca:value>
464       </ca:type>
465       <ca:description/>
466     </ca:formelement>
467     <ca:formelement>
468       <ca:name>MAP_ORIGINAL_EXTENTS</ca:name>
469       <ca:type>
470         <ca:value>unknown</ca:value>
471       </ca:type>
472       <ca:description/>
473     </ca:formelement>
474     <ca:formelement>
475       <ca:name>MAP_ORIGINAL_PROJ</ca:name>
476       <ca:type>
477         <ca:value>unknown</ca:value>
478       </ca:type>
479       <ca:description/>
480     </ca:formelement>
481     <ca:formelement>
482       <ca:name>CURSOR_TYPE</ca:name>
483       <ca:type>
484         <ca:value>unknown</ca:value>
485       </ca:type>
486       <ca:description/>
487     </ca:formelement>
488   </ca:formelements>
489   <ca:jsvariables>
490     <ca:jsvariable>
491       <ca:name>gCWCJSAPI</ca:name>
492       <ca:type>
493         <ca:value>float</ca:value>
494       </ca:type>
495       <ca:scope>
496         <ca:value>Private</ca:value>
497       </ca:scope>
498       <ca:default>
499         <ca:value>0</ca:value>
500         <ca:description/>
501       </ca:default>
502       <ca:description/>
503     </ca:jsvariable>
504     <ca:jsvariable>
505       <ca:name>gAPixel</ca:name>
506       <ca:type>
507         <ca:value>string</ca:value>
508       </ca:type>
509       <ca:scope>
510         <ca:value>Private</ca:value>
511       </ca:scope>
512       <ca:default>
513         <ca:value>http://localhost/chameleon/htdocs//skins/default/images/a_pixel.gif</ca:value>
514         <ca:description/>
515       </ca:default>
516       <ca:description/>
517     </ca:jsvariable>
518     <ca:jsvariable>
519       <ca:name>gMapWiWidth</ca:name>
520       <ca:type>
521         <ca:value>float</ca:value>
522       </ca:type>
523       <ca:scope>
524         <ca:value>Private</ca:value>
525       </ca:scope>
526       <ca:default>
527         <ca:value/>
528         <ca:description/>
529       </ca:default>
530       <ca:description/>
531     </ca:jsvariable>
532     <ca:jsvariable>
533       <ca:name>gMapWiHeight</ca:name>
534       <ca:type>
535         <ca:value>float</ca:value>
536       </ca:type>
537       <ca:scope>
538         <ca:value>Private</ca:value>
539       </ca:scope>
540       <ca:default>
541         <ca:value/>
542         <ca:description/>
543       </ca:default>
544       <ca:description/>
545     </ca:jsvariable>
546     <ca:jsvariable>
547       <ca:name>gMapDHTMLWaitImage</ca:name>
548       <ca:type>
549         <ca:value>string</ca:value>
550       </ca:type>
551       <ca:scope>
552         <ca:value>Private</ca:value>
553       </ca:scope>
554       <ca:default>
555         <ca:value>http://localhost/chameleon/htdocs//skins/default/images/a_pixel.gif</ca:value>
556         <ca:description/>
557       </ca:default>
558       <ca:description/>
559     </ca:jsvariable>
560     <ca:jsvariable>
561       <ca:name>gMapDHTMLWaitImageWidth</ca:name>
562       <ca:type>
563         <ca:value>float</ca:value>
564       </ca:type>
565       <ca:scope>
566         <ca:value>Private</ca:value>
567       </ca:scope>
568       <ca:default>
569         <ca:value>1</ca:value>
570         <ca:description/>
571       </ca:default>
572       <ca:description/>
573     </ca:jsvariable>
574     <ca:jsvariable>
575       <ca:name>gMapDHTMLWaitImageHeight</ca:name>
576       <ca:type>
577         <ca:value>float</ca:value>
578       </ca:type>
579       <ca:scope>
580         <ca:value>Private</ca:value>
581       </ca:scope>
582       <ca:default>
583         <ca:value>1</ca:value>
584         <ca:description/>
585       </ca:default>
586       <ca:description/>
587     </ca:jsvariable>
588     <ca:jsvariable>
589       <ca:name>gMapDHTMLVerticalMarquee</ca:name>
590       <ca:type>
591         <ca:value>string</ca:value>
592       </ca:type>
593       <ca:scope>
594         <ca:value>Private</ca:value>
595       </ca:scope>
596       <ca:default>
597         <ca:value>http://localhost/chameleon/htdocs//skins/default/images/a_pixel.gif</ca:value>
598         <ca:description/>
599       </ca:default>
600       <ca:description/>
601     </ca:jsvariable>
602     <ca:jsvariable>
603       <ca:name>gMapDHTMLHorizontalMarquee</ca:name>
604       <ca:type>
605         <ca:value>string</ca:value>
606       </ca:type>
607       <ca:scope>
608         <ca:value>Private</ca:value>
609       </ca:scope>
610       <ca:default>
611         <ca:value>http://localhost/chameleon/htdocs//skins/default/images/a_pixel.gif</ca:value>
612         <ca:description/>
613       </ca:default>
614       <ca:description/>
615     </ca:jsvariable>
616     <ca:jsvariable>
617       <ca:name>gMapDHTMLMarqueeWidth</ca:name>
618       <ca:type>
619         <ca:value>float</ca:value>
620       </ca:type>
621       <ca:scope>
622         <ca:value>Private</ca:value>
623       </ca:scope>
624       <ca:default>
625         <ca:value>1</ca:value>
626         <ca:description/>
627       </ca:default>
628       <ca:description/>
629     </ca:jsvariable>
630     <ca:jsvariable>
631       <ca:name>gMapDHTMLMarqueeColor</ca:name>
632       <ca:type>
633         <ca:value>string</ca:value>
634       </ca:type>
635       <ca:scope>
636         <ca:value>Private</ca:value>
637       </ca:scope>
638       <ca:default>
639         <ca:value>RED</ca:value>
640         <ca:description/>
641       </ca:default>
642       <ca:description/>
643     </ca:jsvariable>
644     <ca:jsvariable>
645       <ca:name>gMapDHTMLURL</ca:name>
646       <ca:type>
647         <ca:value>string</ca:value>
648       </ca:type>
649       <ca:scope>
650         <ca:value>Private</ca:value>
651       </ca:scope>
652       <ca:default>
653         <ca:value>/chameleon/htdocs//common//wrapper/drawmap.php?map_session_mo</ca:value>
654         <ca:description/>
655       </ca:default>
656       <ca:description/>
657     </ca:jsvariable>
658     <ca:jsvariable>
659       <ca:name>gMapDHTMLAllowResize</ca:name>
660       <ca:type>
661         <ca:value>float</ca:value>
662       </ca:type>
663       <ca:scope>
664         <ca:value>Private</ca:value>
665       </ca:scope>
666       <ca:default>
667         <ca:value>1</ca:value>
668         <ca:description/>
669       </ca:default>
670       <ca:description/>
671     </ca:jsvariable>
672   </ca:jsvariables>
673 </ca:widgetdoc>
Note: See TracBrowser for help on using the browser.