5 Commits

Author SHA1 Message Date
Pascal Obry
5c3fac9f46 Add support for adding Ajax action in table.
To be able to add a set of Ajax actions into a TABLE
statement we need to be able to specify unique JavaScript
id/name. For this a new parameter has been added to be
able to pass an ID_INDEX (as parameter 18). For example
this parameter can be passed the @_TABLE_LINE_@ tag.
2009-07-03 16:22:14 +00:00
Pascal Obry
a3a996a549 Update the AWS's Ajax support in many ways.
- The HTTP validate.
- The AWS runtime is not loaded in every pages.
- The framework has been clean-up to use a more
  "object oriented" implementation. The global namespace
  is not polluted anymore.
There is no end-user visible changes.
Work for G215-018.
2007-02-15 16:09:07 +00:00
Pascal Obry
657c831c79 * templates2ada.adb, templates.tads:
Add support for AWS/AJAX event/actions. A new package named Ajax is
   now generated containing every Ajax actions found on template
   files. This help keeping the Ada part and the Ajax (Javascript)
   synchronized.
Update the Ajax demo to the new Ajax HTTP request naming.
Work for FB10-026.
2006-11-10 22:14:29 +00:00
Pascal Obry
5bf233b8e3 Repository clean-up.
Remove all unneeded svn:executable properties.
Remove the eol-style property on testme25.out for proper handling of
non standard EOL.
2006-09-13 09:20:27 +00:00
Pascal Obry
40dcbc39eb Initial revision.
Add support for handling response as an XML document. This make it
possible to control multiple action on the GUI at once.
2005-12-16 18:49:53 +00:00