I have a EasyUI Tab Panel
Inside a Tab Pane I have several EasyUI Panels, each representing a set of data, contained in labels.
I am using RAILS
I have a backend service that is sending data for a panel back in JSON
Question: How do I update the panel labels with the JSON data?
As an Example:
EasyUI TabPanel id="foo"
EasyUI Panel inside of "foo" has labels:
A
B
C
JSON data has
A: Apple
B: Banana
C: Cherry
Code example greatly appreciated!
thanks in advance
EasyUI


