some guidance to save time

some guidance to save time

emmanuelemmanuel Posts: 6Questions: 4Answers: 0

I am totally new to using JS, I know a little html, php and mysql just enough to mess things up. I have been able to use generator to load the needed files and this is the page i have got. http://www.legalhelpuganda.com/current.html
I would like someone to give me a very brief idea on how i get on from here. I want to be able to get some users to upload data in those columns and others to have read only rights.
I know nothing of ASP or AJAX or even how to get them working on my site.
some links to give me further reading on what to do and how, are also welcome.
thanks.

Answers

  • allanallan Posts: 63,753Questions: 1Answers: 10,509 Site admin

    The first place to start is the PHP library documentation for Editor. However, it does assume knowledge of how to program in PHP (it is a product for developers after all :-) ).

    The way I would suggest approaching it is to use the event handlers to modify the fields based on the user's session information (read / write access levels). You can use the Field->set() method to instruct Editor if the user has read or write access (or indeed none at all). The docs for the Field->set() method are in the PHP API documentation.

    Allan

This discussion has been closed.