[Sie-announce] SIEコード [1114] coordsize属性をv : group属性に適用

アーカイブの一覧に戻る

svnno****@sourc***** svnno****@sourc*****
2009年 3月 29日 (日) 23:30:36 JST


Revision: 1114
          http://svn.sourceforge.jp/view?root=sie&view=rev&rev=1114
Author:   dhrname
Date:     2009-03-29 23:30:36 +0900 (Sun, 29 Mar 2009)

Log Message:
-----------
coordsize属性をv:group属性に適用

Modified Paths:
--------------
    branches/04x/046/sie.js

Modified: branches/04x/046/sie.js
===================================================================
--- branches/04x/046/sie.js	2009-03-29 13:55:39 UTC (rev 1113)
+++ branches/04x/046/sie.js	2009-03-29 14:30:36 UTC (rev 1114)
@@ -353,6 +353,7 @@
   try{
   var ele = this.tar;
   ele.style.width = sw+ "px"; ele.style.height = sh +"px";
+  ele.setAttribute("coordsize", sw + " " + sh);
   stvsetob(this.children,sw,sh);
   delete (this.children);
   } catch(e){stlog.addd(e,3145)}




Sie-announce メーリングリストの案内
アーカイブの一覧に戻る