gadgets.js
28.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
/**
* Title: Gadgets (objetos marginais do mapa)
*
* Inclui elementos especiais no mapa
*
* Os elementos são opcionais e adicionam funcionalidades ao mapa.
*
* Namespace:
*
* i3GEO.gadgets
*
* Veja:
*
* <http://localhost/i3geo/classesjs/classe_gadgets.js>
*/
/**
*
* Licença
*
* GPL2
*
* i3Geo Interface Integrada de Ferramentas de Geoprocessamento para Internet
*
* Direitos Autorais Reservados (c) 2006 Ministério do Meio Ambiente Brasil Desenvolvedor: Edmar Moretti edmar.moretti@gmail.com
*
* Este programa é software livre; você pode redistribuí-lo e/ou modificá-lo sob os termos da Licença
* Pública Geral GNU conforme publicada pela Free Software Foundation;
*
* Este programa é distribuído na expectativa de que seja útil, porém, SEM NENHUMA GARANTIA; nem mesmo a
* garantia implícita de COMERCIABILIDADE OU ADEQUACAtilde;O A UMA FINALIDADE ESPECÍFICA. Consulte a Licença
* Pública Geral do GNU para mais detalhes. Você deve ter recebido uma cópia da Licença Pública Geral do
* GNU junto com este programa; se não, escreva para a Free Software Foundation, Inc., no endereço 59 Temple Street, Suite
* 330, Boston, MA 02111-1307 USA.
*/
if (typeof (i3GEO) === 'undefined') {
var i3GEO = {};
}
i3GEO.gadgets =
{
/**
* Propriedade: PARAMETROS
*
* Parâmetros de inicialização dos gadgets.
*
* Essa variável define os parametros individuais de cada gadget e o ID do elemento HTML onde o gadget será
* incluído (parametro "idhtml").
*
* Cada tipo de gadget pode ter parametros específicos, descritos a seguir.
*
* Você pode acessar os parâmetros da seguinte forma:
*
* i3GEO.gadgets.PARAMETROS.mostraMenuSuspenso.deslocaEsquerda = 400;
*
* Para evitar o funcionamento de um gadget experimente utilizar
*
* Exemplo:
*
* i3GEO.gadgets.PARAMETROS.mostraInserirKml.idhtml = "";
*
* Default:
*
* (start code)
*
* i3GEO.gadgets.PARAMETROS = { "mostraInserirKml" : { idhtml : "inserirKml" }, "mostraEscalaNumerica" : { idhtml : "escala" },
* "mostraEscalaGrafica" : { idhtml : "escalaGrafica" }, "mostraBuscaRapida" : { idhtml : "buscaRapida", servicosexternos : true,
* temasmapa : false, google : true }, "mostraVisual" : { idhtml : "" }, "mostraHistoricoZoom" : { idhtml : "historicozoom" },
* "mostraMenuSuspenso" : { permiteLogin : true, marcadores : true, idhtml : "menus", deslocaEsquerda : 0, parametrosYUI : { iframe :
* false, autosubmenudisplay : false, showdelay : 200, hidedelay : 500, lazyload : false } }, "mostraMenuLista" : { idhtml :
* "menuLista" }, "mostraVersao" : { idhtml : "versaoi3geo" }, "mostraEmail" : { idhtml : "emailInstituicao" } };
*
* (end)
*/
PARAMETROS : {
"mostraInserirKml" : {
idhtml : "inserirKml"
},
"mostraEscalaNumerica" : {
idhtml : "escala"
},
"mostraEscalaGrafica" : {
idhtml : "escalaGrafica"
},
"mostraBuscaRapida" : {
idhtml : "buscaRapida",
servicosexternos : true,
temasmapa : false,
google : true
},
"mostraVisual" : {
idhtml : ""
},
"mostraHistoricoZoom" : {
idhtml : "historicozoom"
},
"mostraMenuSuspenso" : {
permiteLogin : true,
marcadores : true,
idhtml : "menus",
deslocaEsquerda : 0,
menuUnico : false,
parametrosYUI : {
iframe : false,
autosubmenudisplay : false,
showdelay : 200,
hidedelay : 500,
lazyload : false
}
},
"mostraMenuLista" : {
idhtml : "menuLista"
},
"mostraVersao" : {
idhtml : "versaoi3geo"
},
"mostraEmail" : {
idhtml : "emailInstituicao"
}
},
/**
* Function: mostraEmail
*
* Mostra o e-mail armazenado na variável i3GEO.parametros.emailInstituicao
*
* Parametro:
*
* {String} - id do elemento HTML que receberá o resultado. Esse id por default é obtido de i3GEO.gadgets.PARAMETROS
*/
mostraEmail : function(id) {
if (typeof (console) !== 'undefined')
console.info("i3GEO.gadgets.mostraEmail()");
if (arguments.length === 0 || id === "") {
id = i3GEO.gadgets.PARAMETROS.mostraEmail.idhtml;
} else {
i3GEO.gadgets.PARAMETROS.mostraEmail.idhtml = id;
}
i3GEO.util.defineValor(id, "innerHTML", i3GEO.parametros.emailInstituicao);
},
/**
* Function: mostraVersao
*
* Mostra a versão atual do i3Geo armazenada na variável i3GEO.parametros.mensageminicial
*
* Parametro:
*
* {String} - id do elemento HTML que receberá o resultado. Esse id por default é obtido de i3GEO.gadgets.PARAMETROS
*/
mostraVersao : function(id) {
if (typeof (console) !== 'undefined')
console.info("i3GEO.gadgets.mostraVersão()");
if (arguments.length === 0 || id === "") {
id = i3GEO.gadgets.PARAMETROS.mostraVersao.idhtml;
} else {
i3GEO.gadgets.PARAMETROS.mostraVersao.idhtml = id;
}
i3GEO.util.defineValor(id, "innerHTML", i3GEO.parametros.mensageminicia);
},
/**
* Function: mostraInserirKml
*
* Mostra no mapa a a opção para inserir kml.
*
* Essa opção só funciona com a API do Google carregada
*
* Se você não quer essa função no mapa, elimine o elemento HTML existente no mapa que contenha o id
* definido em i3GEO.gadgets.PARAMETROS.mostraInserirKml.idhtml
*
* Parametro:
*
* {String} - id do elemento HTML que receberá o resultado. Esse id por default é obtido de
* i3GEO.gadgets.PARAMETROS.mostraInserirKml.idhtml
*/
mostraInserirKml : function(id) {
if (typeof (console) !== 'undefined')
console.info("i3GEO.gadgets.mostraInserirKml()");
var i, ins, temp;
if (arguments.length === 0) {
id = i3GEO.gadgets.PARAMETROS.mostraInserirKml.idhtml;
}
if ($i(id)) {
if (!$i("i3geo_urlkml")) {
i = $inputText(id, "290", "i3geo_urlkml", "kml url", "35", "kml");
ins = "<table><tr><td>" + i;
temp = 'i3GEO.Interface.adicionaKml();';
ins +=
"</td><td><img src='" + i3GEO.configura.locaplic
+ "/imagens/branco.gif"
+ "' class='tic' onclick='"
+ temp
+ "' /></td></tr></table>";
$i(id).innerHTML = ins;
}
}
},
/**
* Function: mostraEscalaNumerica
*
* Mostra no mapa a escala numérica.
*
* A escala numérica pode ser alterada pelo usuário digitando-se a nova escala.
*
* Se você não quer essa função no mapa, elimine o elemento HTML existente no mapa que contenha o id
* definido em i3GEO.gadgets.PARAMETROS
*
* Parametro:
*
* {String} - id do elemento HTML que receberá o resultado. Esse id por default é obtido de i3GEO.gadgets.PARAMETROS
*/
mostraEscalaNumerica : function(id) {
if (typeof (console) !== 'undefined')
console.info("i3GEO.gadgets.mostraEscalaNumerica()");
var i, ins, temp, onde;
if (arguments.length === 0) {
id = i3GEO.gadgets.PARAMETROS.mostraEscalaNumerica.idhtml;
}
onde = $i(id);
if (onde) {
if (onde.style.display == "none") {
onde.style.display = "block";
}
if (!$i("i3geo_escalanum")) {
i =
"<form id='i3GEOescalanumForm' >" + $inputText(id, "100", "i3geo_escalanum", $trad("d10"), "10", parseInt(
i3GEO.parametros.mapscale, 10))
+ "</form>";
ins = "<table style='width:120px;'><tr><td>" + i;
temp = 'var nova = document.getElementById("i3geo_escalanum").value;';
temp += 'i3GEO.navega.aplicaEscala(i3GEO.configura.locaplic,i3GEO.configura.sid,nova);';
ins += "</td></tr></table>";
onde.innerHTML = ins;
$i("i3GEOescalanumForm").onsubmit =
function() {
i3GEO.navega.aplicaEscala(i3GEO.configura.locaplic, i3GEO.configura.sid, document
.getElementById("i3geo_escalanum").value);
return false;
};
}
i3GEO.eventos.adicionaEventos("NAVEGAMAPA", [
"i3GEO.gadgets.atualizaEscalaNumerica()"
]);
}
},
atualizaEscalaNumerica : function(escala) {
var e = $i("i3geo_escalanum");
if (!e) {
i3GEO.eventos.removeEventos("NAVEGAMAPA", [
"i3GEO.gadgets.atualizaEscalaNumerica()"
]);
return;
}
if (arguments.length === 1) {
e.value = escala;
} else {
if (i3GEO.parametros.mapscale !== "") {
e.value = parseInt(i3GEO.parametros.mapscale, 10);
} else {
e.value = 0;
}
}
},
/**
* Function: mostraEscalaGrafica
*
* Mostra no mapa a escala grafica como um elemento fora do mapa.
*
* Se você não quer essa função no mapa, elimine o elemento HTML existente no mapa que contenha o id
* definido em i3GEO.gadgets.PARAMETROS(escala)
*
* Parametro:
*
* {String} - id do elemento HTML que receberá o resultado. Esse id por default é obtido de i3GEO.gadgets.PARAMETROS
*/
mostraEscalaGrafica : function(id) {
if (arguments.length === 0) {
id = i3GEO.gadgets.PARAMETROS.mostraEscalaGrafica.idhtml;
}
var ins;
if ($i(id)) {
if (!$i("imagemEscalaGrafica")) {
ins =
"<img class='menuarrow' src=\"" + i3GEO.configura.locaplic
+ "/imagens/branco.gif\" title='opções' onclick='i3GEO.mapa.dialogo.opcoesEscala()' style='cursor:pointer'/><img id=imagemEscalaGrafica src='' />";
$i(id).innerHTML = ins;
}
i3GEO.gadgets.atualizaEscalaGrafica();
i3GEO.eventos.adicionaEventos("NAVEGAMAPA", [
"i3GEO.gadgets.atualizaEscalaGrafica()"
]);
}
},
/**
* Function: atualizaEscalaGrafica
*
* Atualiza a escala gráfica
*
*/
atualizaEscalaGrafica : function() {
var e = $i("imagemEscalaGrafica");
if (!e) {
i3GEO.eventos.removeEventos("NAVEGAMAPA", [
"i3GEO.gadgets.atualizaEscalaGrafica()"
]);
return;
}
temp = function(retorno) {
eval(retorno.data);
$i("imagemEscalaGrafica").src = scaimagem;
};
i3GEO.php.escalagrafica(temp);
},
/**
* Function: mostraBuscaRapida
*
* Mostra a opção de busca rápida de lugares por palavra digitada.
*
* Se você não quer essa função no mapa, elimine o elemento HTML existente no mapa que contenha o id
* definido em i3GEO.gadgets.PARAMETROS (buscaRapida)
*
* Onde a busca será feita é controlado pela variável i3GEO.gadgets.PARAMETROS.mostraBuscaRapida
*
* Parametro:
*
* {String} - id do elemento HTML que receberá o resultado. Esse id por default é obtido de i3GEO.gadgets.PARAMETROS
*/
mostraBuscaRapida : function(id) {
// TODO implementar a separacao do template mustache em arquivos em disco
if (typeof (console) !== 'undefined')
console.info("i3GEO.gadgets.mostraBuscaRapida()");
var ins, temp, fbusca, hashMustache, templateMustache;
if (arguments.length === 0) {
id = i3GEO.gadgets.PARAMETROS.mostraBuscaRapida.idhtml;
}
i3GEO.gadgets.mostraBuscaRapida.id = id;
temp = $i(id);
if (temp) {
// monta a interface
hashMustache = {
"idform" : "i3GEObotaoFormBuscaRapida" + id,
"idinput" : "valorBuscaRapida" + id,
"link" : i3GEO.configura.locaplic + "/ajuda_usuario.php?idcategoria=8&idajuda=71",
"branco" : i3GEO.configura.locaplic + "/imagens/branco.gif",
"ajuda" : $trad("p13"),
"prop" : "i3GEObotaoPropriedadesBuscaRapida" + id,
"busca" : "i3GEObotaoBuscaRapida" + id
};
templateMustache =
"" + "<table><tr>"
+ " <td><a class=ajuda_usuario target=_blank href='{{link}}' ><b> </b></a></td>"
+ " <td><img src='{{branco}}' title='{{ajuda}}' class='ticPropriedades2' id={{prop}} style='margin-right:5px;margin-left:5px;'/></td>"
+ " <td>"
+ " <form id={{idform}}>"
+ " <div class='i3geoForm' style='width:160px;'><input class=i3geoFormSemIcone type=text value='' id='{{idinput}}' /></div>"
+ " </form>"
+ " </td>"
+ " <td><img src='{{branco}}' class='ticfind' id={{busca}} style='margin-left:3px;' /></td>"
+ "</tr></table>";
ins = Mustache.render(templateMustache, hashMustache);
temp.innerHTML = ins;
// funcao de busca
fbusca =
function() {
// sem condicoes de busca
if (i3GEO.gadgets.PARAMETROS.mostraBuscaRapida.google === false && i3GEO.gadgets.PARAMETROS.mostraBuscaRapida.servicosexternos === false
&& i3GEO.gadgets.PARAMETROS.mostraBuscaRapida.temasmapa === false) {
i3GEO.janela.tempoMsg($trad("x35"));
return;
}
// nao digitou palavra
if ($i("valorBuscaRapida" + id).value === "") {
i3GEO.janela.tempoMsg($trad("x36"));
return;
}
// janela com a rotina e o resultado da busca
i3GEO.janela.cria("300px", "280px", i3GEO.configura.locaplic + "/ferramentas/buscarapida/index.htm", "", "",
"<div class='i3GeoTituloJanela'>"+$trad("o2")+"</div>");
return false;
};
$i("i3GEObotaoBuscaRapida" + id).onclick = fbusca;
$i("i3GEObotaoFormBuscaRapida" + id).onsubmit = fbusca;
$i("i3GEObotaoPropriedadesBuscaRapida" + id).onclick =
function() {
var janela, hashMustache, templateMustache, ins, interno = "", externo = "", google = "";
if (i3GEO.gadgets.PARAMETROS.mostraBuscaRapida.servicosexternos) {
externo = "checked";
}
if (i3GEO.gadgets.PARAMETROS.mostraBuscaRapida.temasmapa) {
interno = "checked";
}
if (i3GEO.gadgets.PARAMETROS.mostraBuscaRapida.google) {
google = "checked";
}
hashMustache = {
"externo" : externo,
"interno" : interno,
"google" : google,
"titulo" : $trad("x37"),
"servExt" : $trad("x38"),
"servMap" : $trad("x39"),
"googlemaps" : false,
"ajuda" : $trad("x40")
};
if (i3GEO.Interface.ATUAL === "googlemaps") {
hashMustache["googlemaps"] = true;
}
templateMustache =
"" + "<p class=paragrafo >{{titulo}}:</p>"
+ "<table class=lista3 >"
+ " <tr>"
+ " <td><input style=cursor:pointer onclick='i3GEO.gadgets.PARAMETROS.mostraBuscaRapida.servicosexternos = this.checked' type=checkbox {{externo}} ></td>"
+ " <td>{{servExt}}</td>"
+ " </tr>"
+ " <tr>"
+ " <td><input style=cursor:pointer onclick='i3GEO.gadgets.PARAMETROS.mostraBuscaRapida.temasmapa = this.checked' type=checkbox {{interno}} ></td>"
+ " <td>{{servMap}}</td>"
+ " </tr>"
+ "{{#googlemaps}}"
+ " <tr>"
+ " <td><input style=cursor:pointer onclick='i3GEO.gadgets.PARAMETROS.mostraBuscaRapida.google = this.checked' type=checkbox {{google}} ></td>"
+ " <td>Google</td>"
+ " </tr>"
+ "{{/googlemaps}}"
+ "</table><br><p class=paragrafo >{{ajuda}}</p>";
ins = i3GEO.util.parseMustache(templateMustache, hashMustache);
janela = i3GEO.janela.cria("300px", "150px", "", "", "", "<div class='i3GeoTituloJanela'>"+$trad("s5")+"</div>", "i3GEOpropriedadesBuscaRapida" + id);
janela[0].setBody("<div>" + ins + "</div>");
};
}
},
/**
* Function: mostraHistoricoZoom
*
* Mostra na barra de zoom os ícones que controlam a visualização do histórico da
* navegação sobre o mapa
*
* Parametro:
*
* {String} - id do elemento HTML que receberá o resultado. Esse id por default é obtido de i3GEO.gadgets.PARAMETROS
*/
mostraHistoricoZoom : function(id) {
if (typeof (console) !== 'undefined')
console.info("i3GEO.gadgets.mostraHistoricoZoom()");
if (arguments.length === 0) {
id = i3GEO.gadgets.PARAMETROS.mostraHistoricoZoom.idhtml;
}
if ($i(id)) {
marcadorZoom = "";
var ins = "<table style='text-align:center;position:relative;left:";
if (navm) {
ins += "0px;'>";
} else {
ins += "6px;'>";
}
ins +=
"<tr><td><img id='i3geo_zoomanterior' class='zoomAnterior' title='anterior' src='" + i3GEO.configura.locaplic
+ "/imagens/branco.gif"
+ "' /></td>";
ins += "<td> </td>";
ins +=
"<td><img id='i3geo_zoomproximo' class='zoomProximo' title='proximo' src='" + i3GEO.configura.locaplic
+ "/imagens/branco.gif"
+ "' /></td>";
ins += "</tr></table>";
$i(id).innerHTML = ins;
}
},
/**
* i3GEO.gadgets.visual (depreciado)
*
* Gera os ícones e controla as opções de modificação do visual do mapa.
*
* O visual consiste na definição dos ícones utilizados no mapa. O visual pode ser modificado na
* inicialização ou então escolhido pelo usuário.
*
* Os visuais disponíveis são definidos no servidor e consistem em diretórios localizados em
* i3geo/imagens/visual. A lista de visuais disponíveis é obtida na inicialização do i3geo.
*
* Os ícones para mudança do visual são incluídos no elemento HTML definido em
* i3geo.gadgets.PARAMETROS.visual
*/
visual : {
/**
* Constrói os ícones de escolha do visual.
*
* Parametro:
*
* id {String} - id do elemento que receberá os ícones (opcional)
*/
inicia : function(id) {
alert("A i3GEO.gadgets.visual foi depreciado");
},
/**
* Troca o visual atual. A lista de visuais disponíveis é obtida em i3GEO.parametros.listavisual
*
* Parametro:
*
* visual {String} - nome do visual que será utilizado.
*/
troca : function(visual) {
alert("A i3GEO.gadgets.visual foi depreciado");
}
},
/**
* Function: mostraMenuSuspenso
*
* Mostra o menu suspenso com opções extras de análise, ajuda, etc
*
* Paradefinir os ícones existentes nos elementos principais do menu, edite o arquivo i3geo/css/botoes2.css e acrescente o
* estilo desejado. Utilize # para se referenciar ao elemento, cujo identificador é composto por "menu"+chave, exemplo
* #menuinterface ou #menuajuda
*
* O objeto YAHOO.widget.MenuBar resultante pode ser obtido na variável i3GEOoMenuBar
*
* i3GEOoMenuBar pode ser manipulado com os métodos da biblioteca YUI
*
* Exemplo:
*
* (start code) i3GEOoMenuBar.getMenuItem("omenudataInterface1").cfg.setProperty("text", "zzzzzz");
*
* i3GEOoMenuBar.getMenuItem("omenudataInterface1").destroy(); (end)
*
* Para executar uma operação após o menu ser montado, utilize a propriedade
* i3GEO.gadgets.PARAMETROS.mostraMenuSuspenso.finaliza, por exemplo (a string é executada por meio da função
* eval do javascript)
*
* Exemplo:
*
* (start code) i3GEO.gadgets.PARAMETROS.mostraMenuSuspenso.finaliza =
* 'i3GEOoMenuBar.getMenuItem("omenudataInterface1").cfg.setProperty("text", "");'; (end)
*
* O conteúdo do menu é baseado na variável i3GEO.configura.oMenuData
*
* Parametro:
*
* {String} - id do elemento HTML que receberá o resultado. Esse id por default é obtido de i3GEO.gadgets.PARAMETROS
*/
mostraMenuSuspenso : function(id) {
if (typeof (console) !== 'undefined')
console.info("i3GEO.gadgets.mostraMenuSuspenso()");
var n, menuUnico, objid, i, estilo, t, onMenuBarBeforeRender, temp, i3GEOoMenuBarLocal, ms = i3GEO.gadgets.PARAMETROS.mostraMenuSuspenso, confm =
i3GEO.configura.oMenuData, ins = "", alinhamento = "";
i3GEOoMenuBar = YAHOO.widget.MenuManager;
if (arguments.length === 0) {
id = ms.idhtml;
} else {
ms.idhtml = id;
}
objid = $i(id);
if (!objid) {
return;
}
// cria o menu se ainda não existir
if (i3GEO.util.trim(objid.innerHTML) === "") {
try {
if (ms.marcadores === true) {
// complementa o array com os dados para o menu de
// marcadores
i3GEO.configura.oMenuData = i3GEO.marcador.adicionaMenuSuspenso(i3GEO.configura.oMenuData);
}
} catch (e) {
}
// inclui opcoes admin
try {
if (ms.permiteLogin === true || (ms.permiteLogin != false && i3GEO.parametros.editor === "sim")) {
i3GEO.configura.oMenuData = i3GEO.login.adicionaMenuSuspenso(i3GEO.configura.oMenuData);
}
} catch (e) {
}
// monta um menu unico
menuUnico = function(){
var menu = i3GEO.configura.oMenuData.menu,
submenus = i3GEO.configura.oMenuData.submenus,
menuUnico = {},
n = 0, s, tempMenu, m = 0, idts, idt;
menuUnico["menu"] = [
{
nome : "<span class='menuTresLinhas' ><b> </b><b> </b><b> </b></span>MENU",
id : "menuUnico"
}
];
menuUnico["submenus"] = {
"menuUnico" : []
};
for (n in menu) {
if (menu[n].id) {
s = submenus[menu[n].id];
tempMenu = [];
for (m in s) {
if (s[m].url) {
tempMenu.push(s[m]);
}
else{
if (s[m].submenu && s[m].submenu.itemdata) {
idts = s[m].submenu.itemdata[0];
tempMenu.push({
text: s[m].text
});
for (idt = 0; idt < idts.length; idt++) {
tempMenu.push(idts[idt]);
}
}
}
}
if(tempMenu.length > 0){
menuUnico["submenus"]["menuUnico"].push({
id : menu[n].id + "Menu",
text : menu[n].nome,
submenu : {
id : menu[n].id + "Sub",
itemdata : [
tempMenu
]
}
});
}
}
}
i3GEO.configura.oMenuData = menuUnico;
confm = i3GEO.configura.oMenuData;
};
if(i3GEO.parametros.w < 700 || ms.menuUnico === true){
menuUnico();
}
if (objid) {
objid.className = "yuimenubar";
temp = $i("contemMenu");
if (temp) {
temp.className = "yui-navset";
}
if (ms.deslocaEsquerda) {
alinhamento = "left:" + ms.deslocaEsquerda * -1 + "px;";
}
// ajusta a altura caso não tenha sido especificado no
// HTML
if (temp && (!temp.style.height || parseInt(temp.style.height) === 0)) {
temp.style.height = "30px";
}
if (objid.style.height && parseInt(objid.style.height, 10) === 0) {
objid.style.height = "0px";
}
ins +=
'<div class="bd" style="top:0px;' + alinhamento
+ 'display:block;align:right;border: 0px solid white;z-index:3;line-height:1.4" >'
+ '<ul class="first-of-type" style="display:block;border:0px solid white;top:10px;">';
n = confm.menu.length;
estilo = "padding-bottom:3px;top:0px;border: 0px solid white;";
for (i = 0; i < n; i += 1) {
t = "";
if (confm.menu[i].target) {
t = "target=" + confm.menu[i].target;
}
if (confm.submenus[confm.menu[i].id].length > 0) {
ins +=
'<li class="yuimenubaritem" style="padding-top:2px;"><a style="' + estilo
+ '" href="#" class="yuimenubaritemlabel" '
+ t
+ 'id="menu'
+ confm.menu[i].id
+ '" >'
+ confm.menu[i].nome
+ '</a></li>';
}
}
ins += '</ul>';
ins += '</div>';
objid.innerHTML = ins;
i3GEOoMenuBarLocal = new YAHOO.widget.MenuBar(id, i3GEO.gadgets.PARAMETROS.mostraMenuSuspenso.parametrosYUI);
onMenuBarBeforeRender = function(p_sType, p_sArgs) {
var nomeMenu = "", nomeSub, subs = i3GEO.configura.oMenuData.submenus, conta = 0;
for (nomeMenu in subs) {
if ($i("menu" + nomeMenu)) {
nomeSub = subs[nomeMenu];
if (nomeSub !== "") {
i3GEOoMenuBarLocal.getItem(conta).cfg.setProperty('submenu', {
id : nomeMenu,
itemdata : nomeSub
});
}
conta += 1;
}
}
};
// esses eventos fazem com que os itens de um menu fiquem sempre
// sobre outros elementos do mapa
temp = $i("contemMenu");
if (temp) {
i3GEOoMenuBarLocal.subscribe("beforeShow", function() {
$i("contemMenu").style.zIndex = 5000;
return;
}, i3GEO.configura.oMenuData.submenus);
i3GEOoMenuBarLocal.subscribe("beforeHide", function() {
$i("contemMenu").style.zIndex = 1;
return;
}, i3GEO.configura.oMenuData.submenus);
}
i3GEOoMenuBar.addMenu(i3GEOoMenuBarLocal);
i3GEOoMenuBarLocal.beforeRenderEvent.subscribe(onMenuBarBeforeRender);
i3GEOoMenuBarLocal.render();
}
}
//
// marca o tipo de interface em uso
//
temp = [
"omenudataInterface1", "omenudataInterface2", "omenudataInterface3", "omenudataInterface4", "omenudataInterface5"
];
n = temp.length;
while (n > 0) {
n -= 1;
i = i3GEOoMenuBar.getMenuItem(temp[n]);
if (i) {
i.cfg.setProperty("checked", false);
}
}
try {
temp = "";
switch (i3GEO.Interface.ATUAL) {
case "openlayers":
temp = "omenudataInterface2";
break;
case "googlemaps":
temp = "omenudataInterface4";
break;
}
if (temp != "" && $i(temp)) {
i3GEOoMenuBar.getMenuItem(temp).cfg.setProperty("checked", true);
}
} catch (e) {
if (typeof (console) !== 'undefined')
console.warning("i3GEO.gadgets.mostraMenuSuspenso() ");
}
//
// desabilita opções em interfaces específicas
//
temp = [
"omenudataFerramentas7b", "omenudataArquivos3", "omenudataJanelas1", "omenudataJanelas3", "omenudataFerramentas2a"
];
n = temp.length;
while (n > 0) {
n -= 1;
i = i3GEOoMenuBar.getMenuItem(temp[n]);
if (i) {
i.cfg.setProperty("disabled", false);
}
}
try {
temp = [];
switch (i3GEO.Interface.ATUAL) {
case "openlayers":
temp = [
"omenudataArquivos3", "omenudataJanelas1"
];
break;
case "googlemaps":
temp = [
"omenudataArquivos3", "omenudataJanelas1", "omenudataJanelas3"
];
break;
}
;
n = temp.length;
while (n > 0) {
n -= 1;
i = i3GEOoMenuBar.getMenuItem(temp[n]);
if (i) {
i.cfg.setProperty("disabled", true);
}
}
} catch (e) {
}
//
// corrige problemas de estilo
//
temp = objid.style;
temp.backgroundPosition = "0px -1px";
temp.border = "0px solid white";
// if(navm)
// {temp.borderBottom = "2px solid white";}
// if(navm && i3GEO.Interface.ATUAL === "googlemaps")
// {temp.border = "2px dotted white";}
if (ms.finaliza && ms.finaliza != "") {
eval(ms.finaliza);
}
},
/**
* Function: mostraMenuLista
*
* Mostra as opções existentes no menu suspenso porém na forma de uma lista de opções
*
* O conteúdo do menu é baseado na variável i3GEO.configura.oMenuData
*
* Parametro:
*
* {String} - id do elemento HTML que receberá o resultado. Esse id por default é obtido de i3GEO.gadgets.PARAMETROS
*/
mostraMenuLista : function(id) {
var objid, n, i, sub, nomeMenu = "", ms = i3GEO.gadgets.PARAMETROS.mostraMenuLista, confm = i3GEO.configura.oMenuData, ins = "", subs =
i3GEO.configura.oMenuData.submenus;
if (arguments.length === 0) {
id = ms.idhtml;
} else {
ms.idhtml = id;
}
objid = $i(id);
if (objid) {
n = confm.menu.length;
for (i = 0; i < n; i += 1) {
ins += '<div class="listaMenuTitulo" id=menulista_' + confm.menu[i].id + '>' + confm.menu[i].nome + '</div>';
}
objid.innerHTML = ins;
for (nomeMenu in subs) {
if ($i("menulista_" + nomeMenu)) {
sub = subs[nomeMenu];
n = sub.length;
ins = "";
for (i = 0; i < n; i++) {
ins += "<p class='listaMenuItem' ><a href='" + sub[i].url + "' target='_self'>" + sub[i].text + "</a>";
}
$i("menulista_" + nomeMenu).innerHTML += ins;
}
}
}
}
};