Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Basic Question: How does the user save changes? #249

Open
pstallard opened this issue Jan 7, 2017 · 1 comment
Open

Basic Question: How does the user save changes? #249

pstallard opened this issue Jan 7, 2017 · 1 comment

Comments

@pstallard
Copy link

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!

@chang-zhao
Copy link

chang-zhao commented Jan 1, 2018

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants