svg 右鍵意見刪除cvs 遮蔽SVG右鍵選單

2021-10-20 01:46:34 字數 1125 閱讀 5260

兩個檔案放在同一目錄

svg主檔案

tt.svg

svg public "-//w3c//dtd svg 20000802//en"

"">

geturl("yy.xml", fileloaded);

function fileloaded (data) {

var msg = '';

if(data.success) {

var newmenuroot=par***ml(data.content,contextmenu);

contextmenu.replacechild(newmenuroot,contextmenu.getdocumentelement());

var target;

function onmousedown(evt){

if(evt.button==2) target=evt.gettarget();

function showalert(evt){

if(target!=null)

alert(target.getattribute("id"));

target=null;

hello, sv**iewer!

定義右建選單的xml檔案

yy.xml

zoomin

zoomout

originalview

find

copy

showalert

或menu utilisateur

工作1工作2

縮小 瀏覽源**

var svgdoc = evt.gettarget().getownerdocument();

var newmenuroot=par***ml(printnode(svgdoc.getelementbyid('menu1')),contextmenu);

contextmenu.replacechild(newmenuroot,contextmenu.firstchild);

function toto()

alert('你點的是工作1')

function titi(strparam)

alert('你點的是工作2,而且還傳遞了乙個引數: ' + strparam)

CVS 建立和刪除使用者

cvsnt的使用者與cvsnt伺服器上的nt使用者是相關聯的,即cvsnt用的全是本機上存在的已有的使用者,因此在預設情況下可以不用設定任何使用者名稱,只要使用本機上已經存在的使用者名稱就可以用wincvs進行登陸.只有用administrator身份登陸到cvsnt系統中,才有權力進行新使用者的建...

Linux下批量刪除CVS目錄

利用find 和 rm 的命令組合 xhtml view plain copy find name cvs xargs rm rf 經測試,xargs要比exec快的多!or c sharp view plain copy find name cvs type d exec rm rf 兩者都可以把...

刪除右鍵選單中的Git

安裝完git之後,會發現在系統 此指windows 的右鍵選單中會多出git的三個選項 git init here git gui 和git bash。如果你用不著上述三個命令,而且也跟我一樣覺著很長的右鍵選單覺著不爽,那你可以按照以下的方法移除右鍵選單的git命令 1 找到你git的安裝路徑,如 ...