Skip to content

Instantly share code, notes, and snippets.

@yehara
Created January 14, 2011 04:56
Show Gist options
  • Save yehara/779192 to your computer and use it in GitHub Desktop.
Save yehara/779192 to your computer and use it in GitHub Desktop.
Questetra BPM Suite の選択肢データ
<items>
<item value="1" display="ナンバー1"/>
<item value="2" display="ナンバー2"/>
<item value="3" display="ナンバー3"/>
<item value="" display="値空文字列"/>
<item value=" " display="値半角スペース"/>
<item value=" " display="値全角スペース"/>
<item value="[ ]" display="値半角スペース含む"/>
<item value="[ ]" display="値全角スペース含む"/>
<item value="名前空文字列" display=""/>
<item value="名前半角スペース" display=" "/>
<item value="名前全角スペース" display=" "/>
</items>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment