Skip navigation

Lost password? | Help

だぶだぶOpera

Opera Widjet 開発手記

config.xml <auther>エレメント

画像とスクリプトを違う人が作る場合など、ウィジェットを2人以上で制作している場合の注意点です。

ウィジェット仕様書では、config.xmlファイルの著作者表示に<author>を使うようになっています。
DabWatchのconfig.xmlより

<widget>
<author>
<name>神崎渉瑠</name>
<email>****@******.**</email>
<link>http://www.wi-wi.jp/</link>
<organization>Wings-Winds</organization>
</author>
</widget>



この<author>は、config.xmlファイル1つに付き、1回しか使うことが出来ません。
また、これに内包する<name>、<email>、<link>も1回ずつしか使えません。
2回以上使用すると、ウィジェットが起動しなくなります。

かといって、独自のタグを追加しても起動しなくなります。

起動しないconfig.xml

<widget>
<author>
<name>神崎渉瑠</name>
<email>****@******.**</email>
<link>http://www.wi-wi.jp/</link>
<organization>Wings-Winds</organization>
<work>Scripting</work> <- 未定義のタグ
</author>
<author> <- authorタグの重複
<name>神崎水裕</name>
<email>****@******.**</email>
<link>http://www.wi-wi.jp/</link>
<organization>Wings-Winds</organization>
<work>Design</work> <- 未定義のタグ
</author>
</widget>


DOM-Table rows、colscanvasと通常エレメントの併用

How to use Quote function:

  1. Select some text
  2. Click on the Quote link

Write a comment

Comment
(BBcode and HTML is turned off for anonymous user comments.)

If you can't read the words, press the small reload icon.


Smilies

December 2009
M T W T F S S
November 2009January 2010
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 31