[Proto-Scripty] Re: Event observer not working in version prototype 1.7 but works fine in 1.5

2012-08-13 Thread Victor


 Yes these are loaded properly, here are the include order of these file


Can you verify this in your browser? Also, there may be syntax error in 
some of javascript files. Try to comment them one by one until error 
message (Uncaught Error: ExecJS::ProgramError: Unexpected token: operator 
(*) (line: 9987, col: 4, pos: 392034)) disappears.

-- 
You received this message because you are subscribed to the Google Groups 
Prototype  script.aculo.us group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/prototype-scriptaculous/-/Ime0qNGytm8J.
To post to this group, send email to prototype-scriptaculous@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.



[Proto-Scripty] Re: Event observer not working in version prototype 1.7 but works fine in 1.5

2012-08-10 Thread Victor



1. /assets/preload.js:1 http://yoopedia.dev/assets/preload.js


1. Uncaught ReferenceError: Form is not defined 
 yoo:361http://yoopedia.dev/mainpage/yoo#_=_


1. Uncaught ReferenceError: Form is not defined 
 yoo:549http://yoopedia.dev/mainpage/yoo#_=_


1. Uncaught ReferenceError: gY is not defined 
 yoo:860http://yoopedia.dev/mainpage/yoo#_=_


1. Uncaught ReferenceError: YAHOO is not defined 
 postload.js:7http://yoopedia.dev/assets/postload.js


1. Uncaught ReferenceError: YAHOO is not defined 
 yoo:1019http://yoopedia.dev/mainpage/yoo#_=_


1. Uncaught ReferenceError: YAHOO is not defined 


Is Prototype and Yahoo properly loaded before your script?

-- 
You received this message because you are subscribed to the Google Groups 
Prototype  script.aculo.us group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/prototype-scriptaculous/-/m-MVga0ob5cJ.
To post to this group, send email to prototype-scriptaculous@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.



[Proto-Scripty] Re: Event observer not working in version prototype 1.7 but works fine in 1.5

2012-08-10 Thread Imdad Ali Khan
Yes these are loaded properly, here are the include order of these file

//= require prototype
//= require prototype_ujs
//= require effects
//= require dragdrop
//= require controls
//= require  ./yui/utilities
//= require ./yui/tabview-min.js
//= require  ./main/base
//= require  ./main/mainpage_preload
//= require  ./main/userhome

The function defined are in mainpage_preload.js



On Friday, August 10, 2012 1:18:09 PM UTC+5:30, Victor wrote:



1. /assets/preload.js:1 http://yoopedia.dev/assets/preload.js


1. Uncaught ReferenceError: Form is not defined 
 yoo:361http://yoopedia.dev/mainpage/yoo#_=_


1. Uncaught ReferenceError: Form is not defined 
 yoo:549http://yoopedia.dev/mainpage/yoo#_=_


1. Uncaught ReferenceError: gY is not defined 
 yoo:860http://yoopedia.dev/mainpage/yoo#_=_


1. Uncaught ReferenceError: YAHOO is not defined 
 postload.js:7http://yoopedia.dev/assets/postload.js


1. Uncaught ReferenceError: YAHOO is not defined 
 yoo:1019http://yoopedia.dev/mainpage/yoo#_=_


1. Uncaught ReferenceError: YAHOO is not defined 


 Is Prototype and Yahoo properly loaded before your script?


-- 
You received this message because you are subscribed to the Google Groups 
Prototype  script.aculo.us group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/prototype-scriptaculous/-/vHi_rEMbyGUJ.
To post to this group, send email to prototype-scriptaculous@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.



[Proto-Scripty] Re: Event observer not working in version prototype 1.7 but works fine in 1.5

2012-08-09 Thread Victor
Form.YooEventObserver = Class.create({Abstract.EventObserver, {
  minQueryLength: 3,
  
  getValue: function() {
// return YAHOO.util.Connect.setForm(this.element);
//return Form.serialize(this.element);
  },

  // ... other methods
});

-- 
You received this message because you are subscribed to the Google Groups 
Prototype  script.aculo.us group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/prototype-scriptaculous/-/DN9d5jY2VpwJ.
To post to this group, send email to prototype-scriptaculous@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.