ProductReview VDF AJAX implementation: Difference between revisions
From DataFlex Wiki
Jump to navigationJump to search
mNo edit summary |
|||
Line 2: | Line 2: | ||
= VDF Ajax implementation = | = VDF Ajax implementation = | ||
The implementation | |||
The current version of the VDF Ajax library uses several pages for input. The implementation rests upon "AJAX Web Browser Objects" that lets the application interact with the tables through the datadictionaries. | |||
== [[Web Service objects]] == | == [[Web Service objects]] == | ||
Line 25: | Line 26: | ||
only "Administrators" should be allowed to add new products and places to the database. E.g "Joe" should not be able to add all his favourite places and products to the list. "Ordinary" users should only be able to rate an item allready in the system . | only "Administrators" should be allowed to add new products and places to the database. E.g "Joe" should not be able to add all his favourite places and products to the list. "Ordinary" users should only be able to rate an item allready in the system . | ||
== | == Web markup == | ||
The web markup should be designed around forms, that evolve around the web objects. | The web markup should be designed around forms, that evolve around the web objects. | ||