-2

I'm really struggling trying to change the background image of the sample List widget in dashing. I want to be able to set a status = 'Warning' and the have the background change colour.

All the examples are for a number widget not a list.

Cœur
  • 37,241
  • 25
  • 195
  • 267
user3086854
  • 571
  • 1
  • 6
  • 8
  • Do you have any code? How do you expect us to help? – mattdevio Dec 01 '15 at 21:15
  • Well i am just using the sample buzzwords list. I have added status = 'Warning send_event('buzzwords', { items: buzzword_counts.values, status: status }) This is added to the rb file. What I am not sure on is how to set up the HTML – user3086854 Dec 01 '15 at 21:24

1 Answers1

0

See this https://github.com/Shopify/dashing/issues/24.

The steps apply to any widget. You need to send a 'status' to the list widget.

sam
  • 1,280
  • 2
  • 11
  • 20