Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. <label>Selectbox with fixed value field</label>
  2. <config>
  3. <type>select</type>
  4. <items type="array">
  5. <numIndex index="0" type="array">
  6. <numIndex index="0">choice 1</numIndex>
  7. <numIndex index="1">value 1</numIndex>
  8. </numIndex>
  9. <numIndex index="1" type="array">
  10. <numIndex index="0">choice 2</numIndex>
  11. <numIndex index="1">value 2</numIndex>
  12. </numIndex>
  13. <numIndex index="3" type="array">
  14. <numIndex index="0">choice 3</numIndex>
  15. <numIndex index="1">value 3</numIndex>
  16. </numIndex>
  17. </items>
  18. </config>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement