12 Commits

Author SHA1 Message Date
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
8f6306858b (aws_xml_handler_apply_style): Exits if elm_id not found instead of
raising an exception and stopping the handler.
Fixes FB15-007.
2006-11-15 16:55:02 +00:00
Pascal Obry
95ab3c0f3a (aws_xml_handler_replace): The replacement could be any HTML code, this
code can changed some tag id so it is necessary to update the behavioral
 rules.
2006-11-09 21:13:28 +00:00
Pascal Obry
c275ac7cdc (aws_xml_handler_location): Fix code, redirection was not working
due to an obvious copy/paste error.
Found while reading code.
2006-11-05 17:11:08 +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
3db06b483d New version that adds support for the make_sortable, destroy_sortable,
apply_style and location Ajax XML commands.
Change implementation for apply the XML action following the order in the XML
 document as expected.
2006-01-14 14:41:51 +00:00
Pascal Obry
28666260f2 Add support for new XML action to chain URLs.
Minor style fixes and reformatting.
2005-12-20 18:37:02 +00:00
Pascal Obry
2fc6f70bda (aws_xml_request): Add call to update_behaviour() after calling the
handler to make sure the rules are properly set on new nodes if the
DOM has been modified.
2005-12-19 13:37:27 +00:00
Pascal Obry
00d0bae1e5 (aws_xml_request): New routine.
(aws_xml_handler): New routine.
(addToSelect): New routine.
(clearSelect): New routine.
(delSelectOption): New routine.
(selectChangeSelected): New routine.
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:50:02 +00:00
Pascal Obry
ad05bb4378 (aws_replace): Add parameter oncomplete. This is a routine to be
executed after the callback completion.
2005-11-21 10:11:27 +00:00
Pascal Obry
bd95f191da (aws_replace): New function used to share code for replacing data.
Continued work for EB06-001.
2005-11-18 18:57:39 +00:00
Pascal Obry
c4f29a523e Initial revision. 2005-11-18 15:00:14 +00:00