Este site funciona melhor com JavaScript.
Página inicial
Ajuda
Acessar
heuzef
/
pannellum
espelhamento de
https://github.com/mpetroff/pannellum.git
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
22
Wiki
Atividade
Ver código fonte
Add method to retrieve viewer's container element (implements
#463
).
tags/2.4.0
Matthew Petroff
6 anos atrás
pai
2de1706be0
commit
67cd2f5c93
1 arquivos alterados
com
10 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+10
-0
src/js/pannellum.js
+ 10
- 0
src/js/pannellum.js
Ver arquivo
@@ -2709,6 +2709,16 @@ this.getConfig = function() {
}
/**
* Get viewer's container element.
* @memberof Viewer
* @instance
* @returns {HTMLElement} Container `div` element
*/
this.getContainer = function() {
return container;
}
/**
* Add a new hot spot.
* @memberof Viewer
* @instance
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar