test3.expected 505 B

12345678910111213141516171819202122232425262728
  1. {
  2. "widget": {
  3. "debug": "on",
  4. "window": {
  5. "title": "Sample Konfabulator Widget",
  6. "name": "main_window",
  7. "width": 500,
  8. "height": 500
  9. },
  10. "image": {
  11. "src": "Images/Sun.png",
  12. "name": "sun1",
  13. "hOffset": 250,
  14. "vOffset": 250,
  15. "alignment": "center"
  16. },
  17. "text": {
  18. "data": "Click Here",
  19. "size": 36,
  20. "style": "bold",
  21. "name": "text1",
  22. "hOffset": 250,
  23. "vOffset": 100,
  24. "alignment": "center",
  25. "onMouseUp": "sun1.opacity = (sun1.opacity / 100) * 90;"
  26. }
  27. }
  28. }