2 comentarios en “Abrir un Dossier directamente en Modo Presentación”
Escribir un comentario
Lo siento, debes estar conectado para publicar un comentario.
Por defecto los dossier se abren en modo de edición, pero existe un pequeño truco por medio de código javascript para que por defecto se abran en Modo Presentación. ¿lo vemos?
<script> $(document).ready(function() { if (mstrApp.isAppStatePresentation() == false) { document.getElementsByClassName("item presentationMode")[0].click() }; }); </script>
Lo siento, debes estar conectado para publicar un comentario.
Cookie | Duración | Descripción |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |
Buen truco, pero en la versión 11.3 si intento poner ese código da error:
403 Forbidden
403 Forbidden
Microsoft-Azure-Application-Gateway/v2
Hola, el código está probado en servidores web Tomcat o IIS. En tu caso parece que te falta algún permiso en algún directorio o alguna regla del firewall te impide ejecutarlo. No se si esto te podrá ayudar (https://microsoft.argano.com/microsoft-blogs/403-forbidden-microsoft-azure-application-gateway-v2-what-does-it-mean-and-how-to-fix/)
Gracias por tu visita.