You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
I'm just getting started, and I'm obviously missing something very basic here, but... I've installed all the files on my server, and I can edit the content on my test index.html page, but of course once I close and reopen the page the changes are gone. Where is the control for the user to save changes, and/or the method to enable saving of changes? Actually, if you could direct me to any very basic instructions for just installing and using hallo.js (as opposed to more advanced developing) I would greatly appreciated it!
The text was updated successfully, but these errors were encountered:
Perhaps to save changes you need to create a form submit button or a Javascript button, which would send the edited content to the server. (By AJAX for example). Then the server should save the content, for example to a database. Read some guides on how to make web applications (server - client interactions, such as PHP - Javascript).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm just getting started, and I'm obviously missing something very basic here, but... I've installed all the files on my server, and I can edit the content on my test index.html page, but of course once I close and reopen the page the changes are gone. Where is the control for the user to save changes, and/or the method to enable saving of changes? Actually, if you could direct me to any very basic instructions for just installing and using hallo.js (as opposed to more advanced developing) I would greatly appreciated it!
The text was updated successfully, but these errors were encountered: