iw 相关的软件列表

首页

图片按比例缩放函数

2020-02-16 标签:图片,按比例,缩放,函数,以下,程序,代码,script,language,javascript,var,flag,false,function,drawimage,imgd,iwidth,iheight,参数,允许

以下是程序代码:0 if(image.width/image.height>= iwidth/iheight){if(image.width>iwidth){ImgD.width=iwidth;ImgD.height=(image.height*iwidth)/image.width;}

首页

向fckeditor编辑器插入指定代码的方法

2020-02-16 标签:fckeditor,编辑器,插入,指定,代码,方法,function,obj,var,oeditor,getinstance,content,editmode,fck,wysiwyg,inserthtml,else,return

function insertHTMLToEditor(obj) {var oEditor = FCKeditorAPI.GetInstance("content");if(oEditor.EditMode == FCK_EDITMODE_WYSIWYG){oEditor.InsertHtml(ob