GrowersNation / WebClient

Growers Nation Web Client
2 stars 2 forks source link

Fix the back button on each view header #14

Closed jeremy-brooks closed 11 years ago

jeremy-brooks commented 11 years ago

Each view (except for the location view) has a header with a button to go back to the previous view. The button is not functioning correctly, it needs to be configured to move to the subsequent view instead of what ever default it currently does.

Check out the docs for view heading: http://dojotoolkit.org/api/1.9/dojox/mobile/Heading

jeremy-brooks commented 11 years ago

ok this was fixed in branch with similar name. This fix also included a fix for the dojo parser issue, which turned out to be just a dependency import (_WidgetsInTemplateMixin) in the wrong order, weird!