cadviewer-angular
Version:
CADViewer - JavaScript CAD Viewer Library
400 lines (220 loc) • 12.7 kB
JavaScript
/**
* Placeholder for a custom Icon command
* @param {string} floorplan_div - name of div containing CADViewer JS canvas
*/
function cvjs_customCommand_01(floorplan_div){
// In the menu configuration file app/cv/community/menu_config/*.xml or app/cv/pro/menu_config/*.xml
// change the <tooltip>Commmand tooltip X</tooltip> to the highlight text you want
// In folder app/images/singleicons/ change the icon cvjsIcon_customCommand_XX.png into your image of choice
// Use the CADViewer API to program your own interaction with the CAD canvas
window.alert("Hello world - Custom Command 01");
}
/**
* Placeholder for a custom Icon command
* @param {string} floorplan_div - name of div containing CADViewer JS canvas
*/
function cvjs_customCommand_02(floorplan_div){
// In the menu configuration file app/cv/community/menu_config/*.xml or app/cv/pro/menu_config/*.xml
// change the <tooltip>Commmand tooltip X</tooltip> to the highlight text you want
// In folder app/images/singleicons/ change the icon cvjsIcon_customCommand_XX.png into your image of choice
// Use the CADViewer API to program your own interaction with the CAD canvas
window.alert("Hello world - Custom Command 02");
}
/**
* Placeholder for a custom Icon command
* @param {string} floorplan_div - name of div containing CADViewer JS canvas
*/
function cvjs_customCommand_03(floorplan_div){
// In the menu configuration file app/cv/community/menu_config/*.xml or app/cv/pro/menu_config/*.xml
// change the <tooltip>Commmand tooltip X</tooltip> to the highlight text you want
// In folder app/images/singleicons/ change the icon cvjsIcon_customCommand_XX.png into your image of choice
// Use the CADViewer API to program your own interaction with the CAD canvas
window.alert("Hello world - Custom Command 03");
}
/**
* Placeholder for a custom Icon command
* @param {string} floorplan_div - name of div containing CADViewer JS canvas
*/
function cvjs_customCommand_04(floorplan_div){
// In the menu configuration file app/cv/community/menu_config/*.xml or app/cv/pro/menu_config/*.xml
// change the <tooltip>Commmand tooltip X</tooltip> to the highlight text you want
// In folder app/images/singleicons/ change the icon cvjsIcon_customCommand_XX.png into your image of choice
// Use the CADViewer API to program your own interaction with the CAD canvas
window.alert("Hello world - Custom Command 04");
}
/**
* Placeholder for a custom Icon command
* @param {string} floorplan_div - name of div containing CADViewer JS canvas
*/
function cvjs_customCommand_05(floorplan_div){
// In the menu configuration file app/cv/community/menu_config/*.xml or app/cv/pro/menu_config/*.xml
// change the <tooltip>Commmand tooltip X</tooltip> to the highlight text you want
// In folder app/images/singleicons/ change the icon cvjsIcon_customCommand_XX.png into your image of choice
// Use the CADViewer API to program your own interaction with the CAD canvas
window.alert("Hello world - Custom Command 05");
}
/**
* Placeholder for a custom Icon command
* @param {string} floorplan_div - name of div containing CADViewer JS canvas
*/
function cvjs_customCommand_06(floorplan_div){
// In the menu configuration file app/cv/community/menu_config/*.xml or app/cv/pro/menu_config/*.xml
// change the <tooltip>Commmand tooltip X</tooltip> to the highlight text you want
// In folder app/images/singleicons/ change the icon cvjsIcon_customCommand_XX.png into your image of choice
// Use the CADViewer API to program your own interaction with the CAD canvas
window.alert("Hello world - Custom Command 06");
}
/**
* Placeholder for a custom Icon command
* @param {string} floorplan_div - name of div containing CADViewer JS canvas
*/
function cvjs_customCommand_07(floorplan_div){
// In the menu configuration file app/cv/community/menu_config/*.xml or app/cv/pro/menu_config/*.xml
// change the <tooltip>Commmand tooltip X</tooltip> to the highlight text you want
// In folder app/images/singleicons/ change the icon cvjsIcon_customCommand_XX.png into your image of choice
// Use the CADViewer API to program your own interaction with the CAD canvas
window.alert("Hello world - Custom Command 07");
}
/**
* Placeholder for a custom Icon command
* @param {string} floorplan_div - name of div containing CADViewer JS canvas
*/
function cvjs_customCommand_08(floorplan_div){
// In the menu configuration file app/cv/community/menu_config/*.xml or app/cv/pro/menu_config/*.xml
// change the <tooltip>Commmand tooltip X</tooltip> to the highlight text you want
// In folder app/images/singleicons/ change the icon cvjsIcon_customCommand_XX.png into your image of choice
// Use the CADViewer API to program your own interaction with the CAD canvas
window.alert("Hello world - Custom Command 08");
}
/**
* Placeholder for a custom Icon command
* @param {string} floorplan_div - name of div containing CADViewer JS canvas
*/
function cvjs_customCommand_09(floorplan_div){
// In the menu configuration file app/cv/community/menu_config/*.xml or app/cv/pro/menu_config/*.xml
// change the <tooltip>Commmand tooltip X</tooltip> to the highlight text you want
// In folder app/images/singleicons/ change the icon cvjsIcon_customCommand_XX.png into your image of choice
// Use the CADViewer API to program your own interaction with the CAD canvas
window.alert("Hello world - Custom Command 09");
}
/**
* Placeholder for a custom Icon command
* @param {string} floorplan_div - name of div containing CADViewer JS canvas
*/
function cvjs_customCommand_10(floorplan_div){
// In the menu configuration file app/cv/community/menu_config/*.xml or app/cv/pro/menu_config/*.xml
// change the <tooltip>Commmand tooltip X</tooltip> to the highlight text you want
// In folder app/images/singleicons/ change the icon cvjsIcon_customCommand_XX.png into your image of choice
// Use the CADViewer API to program your own interaction with the CAD canvas
window.alert("Hello world - Custom Command 10");
}
/**
* Placeholder for a custom Icon command
* @param {string} floorplan_div - name of div containing CADViewer JS canvas
*/
function cvjs_customCommand_11(floorplan_div){
// In the menu configuration file app/cv/community/menu_config/*.xml or app/cv/pro/menu_config/*.xml
// change the <tooltip>Commmand tooltip X</tooltip> to the highlight text you want
// In folder app/images/singleicons/ change the icon cvjsIcon_customCommand_XX.png into your image of choice
// Use the CADViewer API to program your own interaction with the CAD canvas
window.alert("Hello world - Custom Command 11");
}
/**
* Placeholder for a custom Icon command
* @param {string} floorplan_div - name of div containing CADViewer JS canvas
*/
function cvjs_customCommand_12(floorplan_div){
// In the menu configuration file app/cv/community/menu_config/*.xml or app/cv/pro/menu_config/*.xml
// change the <tooltip>Commmand tooltip X</tooltip> to the highlight text you want
// In folder app/images/singleicons/ change the icon cvjsIcon_customCommand_XX.png into your image of choice
// Use the CADViewer API to program your own interaction with the CAD canvas
window.alert("Hello world - Custom Command 12");
}
/**
* Placeholder for a custom Icon command
* @param {string} floorplan_div - name of div containing CADViewer JS canvas
*/
function cvjs_customCommand_13(floorplan_div){
// In the menu configuration file app/cv/community/menu_config/*.xml or app/cv/pro/menu_config/*.xml
// change the <tooltip>Commmand tooltip X</tooltip> to the highlight text you want
// In folder app/images/singleicons/ change the icon cvjsIcon_customCommand_XX.png into your image of choice
// Use the CADViewer API to program your own interaction with the CAD canvas
window.alert("Hello world - Custom Command 13");
}
/**
* Placeholder for a custom Icon command
* @param {string} floorplan_div - name of div containing CADViewer JS canvas
*/
function cvjs_customCommand_14(floorplan_div){
// In the menu configuration file app/cv/community/menu_config/*.xml or app/cv/pro/menu_config/*.xml
// change the <tooltip>Commmand tooltip X</tooltip> to the highlight text you want
// In folder app/images/singleicons/ change the icon cvjsIcon_customCommand_XX.png into your image of choice
// Use the CADViewer API to program your own interaction with the CAD canvas
window.alert("Hello world - Custom Command 14");
}
/**
* Placeholder for a custom Icon command
* @param {string} floorplan_div - name of div containing CADViewer JS canvas
*/
function cvjs_customCommand_15(floorplan_div){
// In the menu configuration file app/cv/community/menu_config/*.xml or app/cv/pro/menu_config/*.xml
// change the <tooltip>Commmand tooltip X</tooltip> to the highlight text you want
// In folder app/images/singleicons/ change the icon cvjsIcon_customCommand_XX.png into your image of choice
// Use the CADViewer API to program your own interaction with the CAD canvas
window.alert("Hello world - Custom Command 15");
}
/**
* Placeholder for a custom Icon command
* @param {string} floorplan_div - name of div containing CADViewer JS canvas
*/
function cvjs_customCommand_16(floorplan_div){
// In the menu configuration file app/cv/community/menu_config/*.xml or app/cv/pro/menu_config/*.xml
// change the <tooltip>Commmand tooltip X</tooltip> to the highlight text you want
// In folder app/images/singleicons/ change the icon cvjsIcon_customCommand_XX.png into your image of choice
// Use the CADViewer API to program your own interaction with the CAD canvas
window.alert("Hello world - Custom Command 16");
}
/**
* Placeholder for a custom Icon command
* @param {string} floorplan_div - name of div containing CADViewer JS canvas
*/
function cvjs_customCommand_17(floorplan_div){
// In the menu configuration file app/cv/community/menu_config/*.xml or app/cv/pro/menu_config/*.xml
// change the <tooltip>Commmand tooltip X</tooltip> to the highlight text you want
// In folder app/images/singleicons/ change the icon cvjsIcon_customCommand_XX.png into your image of choice
// Use the CADViewer API to program your own interaction with the CAD canvas
window.alert("Hello world - Custom Command 17");
}
/**
* Placeholder for a custom Icon command
* @param {string} floorplan_div - name of div containing CADViewer JS canvas
*/
function cvjs_customCommand_18(floorplan_div){
// In the menu configuration file app/cv/community/menu_config/*.xml or app/cv/pro/menu_config/*.xml
// change the <tooltip>Commmand tooltip X</tooltip> to the highlight text you want
// In folder app/images/singleicons/ change the icon cvjsIcon_customCommand_XX.png into your image of choice
// Use the CADViewer API to program your own interaction with the CAD canvas
window.alert("Hello world - Custom Command 18");
}
/**
* Placeholder for a custom Icon command
* @param {string} floorplan_div - name of div containing CADViewer JS canvas
*/
function cvjs_customCommand_19(floorplan_div){
// In the menu configuration file app/cv/community/menu_config/*.xml or app/cv/pro/menu_config/*.xml
// change the <tooltip>Commmand tooltip X</tooltip> to the highlight text you want
// In folder app/images/singleicons/ change the icon cvjsIcon_customCommand_XX.png into your image of choice
// Use the CADViewer API to program your own interaction with the CAD canvas
window.alert("Hello world - Custom Command 19");
}
/**
* Placeholder for a custom Icon command
* @param {string} floorplan_div - name of div containing CADViewer JS canvas
*/
function cvjs_customCommand_20(floorplan_div){
// In the menu configuration file app/cv/community/menu_config/*.xml or app/cv/pro/menu_config/*.xml
// change the <tooltip>Commmand tooltip X</tooltip> to the highlight text you want
// In folder app/images/singleicons/ change the icon cvjsIcon_customCommand_XX.png into your image of choice
// Use the CADViewer API to program your own interaction with the CAD canvas
window.alert("Hello world - Custom Command 20");
}