Changeset 10142
- Timestamp:
- Jan 14, 2009, 10:43:13 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE3/plugins/opFavoritePlugin/trunk/config/widget.yml
r10118 r10142 1 1 favoriteListBox: 2 caption: 3 ja_JP: "お気に入りメンバーリスト" 4 description: 5 ja_JP: "お気に入りのメンバーを表示します" 2 6 component: [favorite, favoriteListBox] 3 7 config: 4 8 col: 5 9 Name: "col" 10 Caption: "表示する行" 11 FormType: "select" 6 12 ValueType: "int" 7 13 IsRequired: true 8 14 Default: 3 15 Choices: {1: 1, 2: 2, 3: 3, 4: 4, 5: 5, 6: 6} 9 16 row: 10 17 Name: "row" 18 Caption: "表示する列" 19 FormType: "select" 11 20 ValueType: "int" 12 21 IsRequired: true 13 22 Default: 3 23 Choices: {1: 1, 2: 2, 3: 3, 4: 4, 5: 5, 6: 6} 24 14 25 favoriteNews: 26 caption: 27 ja_JP: "お気に入り情報" 28 description: 29 ja_JP: "お気に入りの情報を表示します" 15 30 component: [favorite, favoriteNews]
Note: See TracChangeset
for help on using the changeset viewer.