ガジェット定義ファイル 2.0  »  author

author

シンタックス

<author>TextValue</author>

対応OS

GIZMO 2.1.0 以降

テキスト値

ガジェットの作者名を指定します。

説明

ガジェットの作者名を定義するノードです。指定した作者名は"ガジェットの一覧と削除"で表示されます。

▼ガジェットの作者名を"GIZMO Community"にする

<?xml version="1.0" encoding="UTF-8"?>
<gadget xmlns="http://gizmo.anthill.jp/gadget/2.0" version="1.0">

	<content src="sample.swf" />
	<title>サンプルガジェット</title>
	<description>サンプルで作成したガジェットです。</description>
	<author>GIZMO Community</author>

	<copyright>Copyright (c)2007 ants Inc. All rights reserved.</copyright>
</gadget>

リリースノート

ver 2.1.0
実装