This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- <script src="../app/cv/cv-core/cadviewer_core.min.js" type="text/javascript" ></script> --> | |
<script src="../app/cv/cv-pro/cadviewer.min.js" type="text/javascript" ></script> | |
<script src="../app/cv/cv-custom_commands/CADViewer_custom_commands.js" type="text/javascript" ></script> | |
<script src="../app/cv/cvlicense.js" type="text/javascript" ></script> | |
<script src="../app/cv/cv-core/axuploader_2_19.js" type="text/javascript" ></script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script src="../app/js/jquery-2.2.3.js" type="text/javascript"></script> | |
<script src="../app/js/jquery.qtip.min.js" type="text/javascript"></script> | |
<link href="../app/css/jquery.qtip.min.css" media="screen" rel="stylesheet" type="text/css" /> | |
<script src="../app/js/popper.js" type="text/javascript"></script> | |
<script src="../app/js/bootstrap.min.js" type="text/javascript"></script> | |
<link href="../app/css/bootstrap.min.css" media="screen" rel="stylesheet" type="text/css" /> | |
<script src="../app/js/jquery-ui-1.11.4.min.js" type="text/javascript"></script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script src="../app/cv/CADViewer_PHPHandlerSettings.js" type="text/javascript"></script> | |
<!-- <script src="../app/cv/CADViewer_ServletHandlerSettings.js" type="text/javascript"></script> --> | |
<!-- <script src="../app/cv/CADViewer_AshxHandlerSettings.js" type="text/javascript"></script> --> | |
<!-- <script src="../app/cv/CADViewer_NodeJSHandlerSettings.js" type="text/javascript"></script> --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--This is the CADViewer Pro and Enterprise floorplan div declaration --> | |
<div id="floorPlan" style="border:2px none; width:1800;height:1400;"> | |
</div> | |
<!--End of CADViewer JS declaration --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var FileName = ServerUrl +"/content/drawings/dwg/hq17.dwg"; | |
$(document).ready(function() | |
{ | |
// Set CADViewer with full CADViewer Pro features | |
cvjs_CADViewerPro(true); | |
cvjs_debugMode(true); | |
// Pass over the location of the installation, will update the internal paths | |
cvjs_setServerLocationURL(ServerLocation, ServerUrl); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Location of CADViewer root on Server | |
var ServerLocation = "C:\\xampp\\htdocs\\cadviewer_6_1_0\\"; | |
// Location of CADViewer installation Url | |
var ServerUrl = "http://localhost/cadviewer_6_1_0/"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// CHANGE LANGUAGE - DEFAULT IS ENGLISH | |
cvjs_loadCADViewerLanguage("English", "/app/cv/cv-pro/language_table/cadviewerProLanguage.xml"); | |
// Available languages: "English" ; "French, "Korean", "Spanish", "Portuguese", "Portuguese (Brazil)" ; "Russian" ; "Malay" ; "Chinese-Simplified" |
OlderNewer