Created
January 14, 2011 04:56
-
-
Save yehara/779192 to your computer and use it in GitHub Desktop.
Questetra BPM Suite の選択肢データ
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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