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

Add fetch() support to MatrixState #6

Closed
jcchuang opened this issue Aug 21, 2013 · 1 comment
Closed

Add fetch() support to MatrixState #6

jcchuang opened this issue Aug 21, 2013 · 1 comment

Comments

@jcchuang
Copy link
Member

Add javascript code to read data and state information from server (via cgi-bin/getEntry.py) whenever the attribute "dataID" is changed".

In MatrixState.js:

  • Defining the appropriate MatrisState.prototype.fetch function.

In index.html

  • Currently, the webpage loads states/data from server via an ajax call and then initializing the matrix by calling the functions setEntries() or setMatrix(). The webpage should now only need to initialize a StateMatrix object and setting its dataID attribute.

Implement issue #9 prior to this task.

@jcchuang
Copy link
Member Author

Implemented in ab07ae3

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

No branches or pull requests

2 participants