Browse Source

HUE-509, HUE-510

commit 907043b00dbf39e50d6e6b3298234855c89b4b87
Author: Aaron Newton <git@clientcide.com>
Date:   Tue Mar 22 19:21:23 2011 -0700

    Consolidating JFrame's ajax target logic for both forms and links.
    * callback in request options is now invoked w/ apply and "this" allowing the callback to reference the JFrame instance.
    * the ajax target logic for forms is now in JFrame.AjaxLoad with the linkers.
    * for forms, the ajax target is searched for at submit time instead of at startup (this was always true for the linker version).

:100644 100644 577dde7... 69368ed... M	Source/JFrame/JFrame.js
:100644 100644 382a2c4... bed4b1b... M	Source/JFrameFilters/JFrame.FormRequest.js
:100644 100644 8eeaae9... 44b79c1... M	Source/JFrameLinkers/JFrame.AjaxLoad.js
:100644 100644 a1c2d37... e7a6319... M	Source/JFrameRenderers/JFrame.Alert.js
:100644 100644 6f90edb... ab49a72... M	Source/JFrameRenderers/JFrame.Prompt.js
:100644 100644 20ae29e... 77d7569... M	Tests/JFrame_Demos/Forms,_buttons,_etc/forms.mako
:100644 100644 b7f69fb... dd918aa... M	Tests/JFrame_Demos/Links,_ajax,_auto-refresh/ajax-target.html

commit 25aac419b3bbe71d2f6871aefff737f349f9ceb8
Author: Aaron Newton <git@clientcide.com>
Date:   Tue Mar 22 16:36:38 2011 -0700

    fixing url in test environment

:100644 100644 e8a8a7a... 7df8bc3... M	Tests/JFrame_Containers/Containers/JFrame.Browser.html

commit 5ced44135a5f595b5c7fab6428fde770091032b7
Author: Aaron Newton <git@clientcide.com>
Date:   Wed Feb 16 11:26:39 2011 -0800

    minor html fix for the HtmlTable test

:100644 100644 1f4f138... 010ae98... M	Tests/JFrame_Demos/Tables/html-table.html
Aaron Newton 14 years ago
parent
commit
70e5b2e2d1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ext/thirdparty/js/jframe.hash

+ 1 - 1
ext/thirdparty/js/jframe.hash

@@ -1 +1 @@
-b3eb6f22d390be2c2ec32b0663eb9206488a8b00
+907043b00dbf39e50d6e6b3298234855c89b4b87