JsDir

关于我

开发者信息
名称 JsDir
注册时间 June 21, 2008
开发的附加组件数量 0 个附加组件
开发的附加组件平均得分 尚无评分

我所发表的评价

SourceEditor

评分5星,满分5星

The link on speedyshare is no more active (404), does anyboty know how to fix the status icon?

TIA

这个评论是针对附加组件的一个早期版本的(0.2c)。 

SourceEditor

评分5星,满分5星

This, at least, a non-plus-ultra for me.
Very useful while developing and also sealing on the net to correct on-the-fly wrong IE-oriented code :-(

I made an only little improvement to enlarge the textarea, very small and up to unusable in most cases.
In the sourceditor.js file I modified the textarea style attrib as follows:

position:fixed;
left:100px;
top:100px;
width:800px;
height:600px;
background-color:#ffc;
border:2px solid #c00;
padding:5px;
font-family:verdana,arial,helvetica;
font-size:10px;

of course all in one line to avoid braking the string.

这个评论是针对附加组件的一个早期版本的(0.2b)。