JsDir

自己紹介

開発者情報
タイトル JsDir
ユーザー登録日 6月 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) についてのレビューです。