Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Javascript onLoad functions #521

Closed
GoogleCodeExporter opened this issue Mar 25, 2015 · 6 comments
Closed

Javascript onLoad functions #521

GoogleCodeExporter opened this issue Mar 25, 2015 · 6 comments

Comments

@GoogleCodeExporter
Copy link

If Scriptaculous or JQuery are used, Seaside should not use its own onLoad 
mechanism, but 
delegate to the appropriate Javascript library. The load script should be thus 
configurable to use 
something else than the standard ...

Original issue reported on code.google.com by renggli on 2 Jan 2010 at 10:19

@GoogleCodeExporter
Copy link
Author

Original comment by renggli on 2 Jan 2010 at 1:11

  • Changed state: started
  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

[deleted comment]

@GoogleCodeExporter
Copy link
Author

Default:
<body onLoad="onLoad()">
<script>function onLoad(){ ... }</script>

Prototype:
<script>document.observe("dom:loaded", function() { ... });</script>

JQuery:
<script>$(function(){ ... });</script>

Original comment by renggli on 2 Jan 2010 at 6:24

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

Original comment by jfitz...@gmail.com on 26 Jan 2010 at 9:37

  • Added labels: Milestone-3.1, Type-Feature
  • Removed labels: Milestone-3.0b1, Type-Defect

@GoogleCodeExporter
Copy link
Author

Original comment by renggli on 21 Feb 2010 at 10:04

  • Added labels: ****
  • Removed labels: ****

@GoogleCodeExporter
Copy link
Author

This is fixed with the following commit (WAScriptBuilder) and various related 
changes in the Javascript 
support packages:

Name: Seaside-Core-lr.621
Author: lr
Time: 22 February 2010, 11:02:36 pm
UUID: e06cac2d-fee7-4684-a533-0df37ce6e7db
Ancestors: Seaside-Core-lr.620

- further cleaned up after Issue 521
- tests should all pass again
- added more comments
- slightly refactored WADocuemnt and WARoot hierarchy to match the new 
functionality, this has to see 
rewrite soon anyway

Original comment by renggli on 27 Feb 2010 at 10:20

  • Changed state: Fixed
  • Added labels: Milestone-3.0b1
  • Removed labels: Milestone-3.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant