[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
05122024
/
htdocs
/
simpeg
/
administrator
/
[
Home
]
File: disable.php
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd"> <html> <head> <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8"> <meta name="description" content=" Window 1 gets the focus only when you click the title bar. Window 2 has no status bar. Window 3 has only a close button - no minimize or maximize buttons. "> <meta name="keywords" content="dhtml tools,javascript,DHTML Tools,Javascript,ajax,AJAX,Ajax,ajax tools,AJAX Tools,tools controls,simple javascript tools"> <title>Zapatec DHTML Window Widget - Disable Features of Windows</title> <!-- Common JS files --> <script type='text/javascript' src='../../utils/zapatec.js'></script> <!-- Custom includes --> <script type='text/javascript' src='../src/window.js'></script> <!-- ALL demos need these css --> <link href="../../website/css/zpcal.css" rel="stylesheet" type="text/css"> <link href="../../website/css/template.css" rel="stylesheet" type="text/css"> <style type="text/css"> body { width: 778px; } </style> <link rel="SHORTCUT ICON" href="http://www.zapatec.com/website/main/favicon.ico"> <style type="text/css"> .zpScroll {height:8em; width:100%; overflow: auto;} </style> <script type='text/javascript'> var win1, win2, win3; win1 = Zapatec.Window.setup({ left:200, top:240, theme : "osx", raiseOnlyOnTitle:true, content : '<span>Window gets the focus only when you click on the title area.</span>' }); win2 = Zapatec.Window.setup({ left:270, top:310, showStatus : false, theme : "osx", raiseOnlyOnTitle:false, content : '<span>Window without a status bar.</span>' }); win3 = Zapatec.Window.setup({ left:340, top:380, showMaxButton : false, showMinButton : false, theme : "osx", raiseOnlyOnTitle:false, content : '<span>Window without a minimize or maximize button.</span>' }); </script> </head> <body> <div class='zpCalSubHeader' style='text-align:center;'>Disable Features of Windows</div> <br/>Various features are enabled and disabled in these windows. <div class='zpCalDemoText'> <ul> <li>Hallo WORDL 1 gets the focus only when you click the <b>title</b> bar. </li> <li>Window 2 has no status bar. </li> <li>Window 3 has only a close button - no minimize or maximize buttons. </li> </ul> </div> <noscript> <br/> This page uses an <a href='http://www.zapatec.com/website/main/products/suite/'> AJAX Component</a> - Zapatec DHTML Window Widget, but your browser does not support Javascript. <br/> <br/> </noscript> <br/><br/><br/> <div class="footer" style='width: 778px; text-align:center; margin-top:2em'> © 2004-2007 <strong> <a href='http://www.zapatec.com/'>Zapatec, Inc.</a> </strong> </div> </body> </html>