Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make example pages non-dynamic, to allow use of debugger #51

Closed
falconair opened this issue Feb 17, 2014 · 1 comment
Closed

Make example pages non-dynamic, to allow use of debugger #51

falconair opened this issue Feb 17, 2014 · 1 comment

Comments

@falconair
Copy link

The examples pages seem to use some sort of dynamic loading to load example pages. Switching to simple, static setup will make it easier to look at the static html/javascript code, actually add debug points to see how examples are actually coded.

@johnkiernander
Copy link
Member

You can shortcut the dynamic pages if you want to debug. All examples have a URL that looks like:

http://dimplejs.org/examples_viewer.html?id={example ID}
e.g. http://dimplejs.org/examples_viewer.html?id=bars_horizontal_grouped_stacked_100pct

You can open the code in its raw state by manually entering the URL in this format:

http://dimplejs.org/examples/{example ID}.html
e.g. http://dimplejs.org/examples/bars_horizontal_grouped_stacked_100pct.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants