MCPCELL: Difference between revisions
From Cibernética Americana
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<html><script> | |||
/* Get the documentElement (<html>) to display the page in fullscreen */ | |||
var elem = document.documentElement; | |||
var isFS = false; | |||
/* View in fullscreen */ | |||
function openFullscreen() { | |||
if (elem.requestFullscreen) { | |||
elem.requestFullscreen(); | |||
} else if (elem.webkitRequestFullscreen) { /* Safari */ | |||
elem.webkitRequestFullscreen(); | |||
} else if (elem.msRequestFullscreen) { /* IE11 */ | |||
elem.msRequestFullscreen(); | |||
} | |||
} | |||
/* Close fullscreen */ | |||
function closeFullscreen() { | |||
if (document.exitFullscreen) { | |||
document.exitFullscreen(); | |||
} else if (document.webkitExitFullscreen) { /* Safari */ | |||
document.webkitExitFullscreen(); | |||
} else if (document.msExitFullscreen) { /* IE11 */ | |||
document.msExitFullscreen(); | |||
} | |||
} | |||
function toggleFS() { | |||
if (isFS) { | |||
closeFullscreen(); | |||
isFS = false; | |||
} else { | |||
openFullscreen(); | |||
isFS = true; | |||
} | |||
} | |||
</script> | |||
</html> | |||
<a title='Toggle Fullscreen' href='#' onclick='toggleFS();return false;'>Fullscreen</a> | |||
<span style="float:right;position:relative;top:-10px;font-size:10px;"><b> Nav, including refresh, will silently kill session.</b></span> | <span style="float:right;position:relative;top:-10px;font-size:10px;"><b> Nav, including refresh, will silently kill session.</b></span> | ||
{{#widget:MCPCell|url=https://dcms.ai-integration.biz|width=100%|height=600|border=0}} | {{#widget:MCPCell|url=https://dcms.ai-integration.biz|width=100%|height=600|border=0}} | ||
<b> Per entitlement connect to default shell on page load or a form to construct the FQDSA as in the tl;dr in [[MCP-CMS]]. This display page's delivered instances highlight various arch elements.</b> | <b> Per entitlement connect to default shell on page load or a form to construct the FQDSA as in the tl;dr in [[MCP-CMS]]. This display page's delivered instances highlight various arch elements.</b> | ||
Revision as of 15:27, 10 May 2025
<a title='Toggle Fullscreen' href='#' onclick='toggleFS();return false;'>Fullscreen</a>
Nav, including refresh, will silently kill session. Per entitlement connect to default shell on page load or a form to construct the FQDSA as in the tl;dr in MCP-CMS. This display page's delivered instances highlight various arch elements.