Changes for page ERPrototaculous
Last modified by Ravi Mendis on 2010/11/18 05:07
From version 319.1
edited by Ravi Mendis
on 2010/11/18 05:07
on 2010/11/18 05:07
Change comment:
There is no comment for this version
To version 320.1
edited by Ravi Mendis
on 2010/11/18 05:07
on 2010/11/18 05:07
Change comment:
Migrated to Confluence 5.3
Summary
-
Page properties (3 modified, 0 added, 0 removed)
Details
- Page properties
-
- Parent
-
... ... @@ -1,0 +1,1 @@ 1 +Frameworks - Tags
-
... ... @@ -1,0 +1,1 @@ 1 +webobjects|wonder|scriptaculous|ajax|prototype - Content
-
... ... @@ -16,8 +16,10 @@ 16 16 17 17 ==== Unobtrusive Javascript in ERPrototaculous ==== 18 18 19 - {{include 0="WO:Using Unobtrusive JavaScript"/}}19 +[[doc:WO.Using Unobtrusive JavaScript]] 20 20 21 +{{include/}} 22 + 21 21 {{code}} 22 22 23 23 er.prototaculous.useUnobtrusively = true ... ... @@ -94,8 +94,10 @@ 94 94 95 95 = Embrace Statelessness! = 96 96 97 - {{include 0="WO:Embrace Statelessness"/}}99 +[[doc:WO.Embrace Statelessness]] 98 98 101 +{{include/}} 102 + 99 99 ERPrototaculous embraces the stateless model Ajax offers in exchange for simplifying the work WebObjects has to do - it's a win-win! 100 100 101 101 So you may observe one notable difference between the ERPrototaculous and Ajax frameworks is in the way they handle ajax responses.