ymdp 0.1.10 → 0.1.11

Sign up to get free protection for your applications and to get access to all the features.
Files changed (109) hide show
  1. data/.gitignore +2 -0
  2. data/Gemfile +8 -1
  3. data/History.txt +13 -2
  4. data/Rakefile +7 -0
  5. data/VERSION +1 -1
  6. data/features/data/app/assets/yrb/en-US/keys_en-US.pres +1 -0
  7. data/features/data/app/javascripts/application.js +7 -0
  8. data/features/data/app/stylesheets/application.css +3 -0
  9. data/features/data/app/views/layouts/application.html.haml +25 -0
  10. data/features/data/app/views/page.html.haml +2 -0
  11. data/{spec → features}/data/config/config.yml +5 -6
  12. data/features/data/config/content.yml +2 -0
  13. data/features/data/config/jslint.js +1 -0
  14. data/features/data/config/servers.yml +10 -0
  15. data/features/step_definitions/ymdp_steps.rb +54 -0
  16. data/features/support/env.rb +40 -0
  17. data/features/ymdp.feature +61 -0
  18. data/lib/ymdp.rb +7 -12
  19. data/lib/ymdp/base.rb +16 -65
  20. data/lib/ymdp/commands/generate.rb +2 -4
  21. data/lib/ymdp/compiler/base.rb +10 -8
  22. data/lib/ymdp/compiler/domains.rb +2 -1
  23. data/lib/ymdp/compiler/template.rb +29 -18
  24. data/lib/ymdp/{processor → compressor}/compressor.rb +6 -1
  25. data/{spec/data/script → lib/ymdp/compressor}/yuicompressor-2.4.2.jar +0 -0
  26. data/lib/ymdp/configuration/config.rb +3 -4
  27. data/lib/ymdp/configuration/constants.rb +22 -19
  28. data/lib/ymdp/tasks/ymdp.rake +0 -2
  29. data/{spec/data/script → lib/ymdp/validator}/jslint.js +0 -0
  30. data/lib/ymdp/{processor → validator}/validator.rb +30 -38
  31. data/lib/ymdp/{application.rb → view/application.rb} +0 -0
  32. data/lib/ymdp/{application_view.rb → view/application_view.rb} +4 -4
  33. data/lib/ymdp/{asset_tag_helper.rb → view/asset_tag_helper.rb} +0 -0
  34. data/lib/ymdp/{tag_helper.rb → view/tag_helper.rb} +0 -0
  35. data/spec/application_spec.rb +2 -0
  36. data/spec/application_view_spec.rb +6 -6
  37. data/spec/compiler_template_spec.rb +4 -4
  38. data/spec/compressor_spec.rb +11 -7
  39. data/spec/configuration_spec.rb +3 -0
  40. data/spec/default_settings.rb +1 -1
  41. data/spec/domains_spec.rb +1 -1
  42. data/spec/spec_helper.rb +1 -0
  43. data/spec/stubs.rb +4 -1
  44. data/spec/validator_spec.rb +45 -40
  45. data/spec/ymdp_base_spec.rb +10 -7
  46. data/ymdp.gemspec +25 -76
  47. metadata +32 -76
  48. data/lib/ymdp/processor/form_post.rb +0 -62
  49. data/lib/ymdp/processor/w3c.rb +0 -24
  50. data/spec/data/Rakefile +0 -3
  51. data/spec/data/VERSION +0 -1
  52. data/spec/data/app/.gitignore +0 -1
  53. data/spec/data/app/assets/images/lightbox/lightbox_bg.png +0 -0
  54. data/spec/data/app/assets/javascripts/OpenMailIntl.js +0 -291
  55. data/spec/data/app/assets/javascripts/controls.js +0 -965
  56. data/spec/data/app/assets/javascripts/date.js +0 -104
  57. data/spec/data/app/assets/javascripts/dragdrop.js +0 -974
  58. data/spec/data/app/assets/javascripts/effects.js +0 -1123
  59. data/spec/data/app/assets/javascripts/lowpro.js +0 -320
  60. data/spec/data/app/assets/javascripts/prototype.js +0 -4874
  61. data/spec/data/app/assets/javascripts/scriptaculous.js +0 -68
  62. data/spec/data/app/assets/yrb/en-US/application_en-US.pres +0 -7
  63. data/spec/data/app/helpers/application_helper.rb +0 -3
  64. data/spec/data/app/javascripts/application.js +0 -580
  65. data/spec/data/app/javascripts/debug.js +0 -138
  66. data/spec/data/app/javascripts/flash.js +0 -96
  67. data/spec/data/app/javascripts/header.js +0 -13
  68. data/spec/data/app/javascripts/help.js +0 -76
  69. data/spec/data/app/javascripts/i18n.js +0 -235
  70. data/spec/data/app/javascripts/launcher.js +0 -159
  71. data/spec/data/app/javascripts/logger.js +0 -61
  72. data/spec/data/app/javascripts/tag_helper.js +0 -178
  73. data/spec/data/app/stylesheets/application.css +0 -0
  74. data/spec/data/app/stylesheets/ie.css +0 -0
  75. data/spec/data/app/stylesheets/ie6.css +0 -0
  76. data/spec/data/app/stylesheets/ie7.css +0 -0
  77. data/spec/data/app/stylesheets/ie8.css +0 -0
  78. data/spec/data/app/stylesheets/lightbox.css +0 -30
  79. data/spec/data/app/stylesheets/non_ie.css +0 -0
  80. data/spec/data/app/views/layouts/application.html.haml +0 -37
  81. data/spec/data/app/views/page.html.haml +0 -1
  82. data/spec/data/app/views/shared/_error.html.haml +0 -8
  83. data/spec/data/app/views/shared/_flash.html.haml +0 -2
  84. data/spec/data/app/views/shared/_javascripts.html.haml +0 -22
  85. data/spec/data/app/views/shared/_loading.html.haml +0 -13
  86. data/spec/data/app/views/shared/_stylesheets.html.haml +0 -23
  87. data/spec/data/config/categories.yml +0 -6
  88. data/spec/data/config/config.yml.example +0 -30
  89. data/spec/data/config/constants.rb +0 -52
  90. data/spec/data/config/content.yml +0 -2
  91. data/spec/data/config/servers.yml +0 -10
  92. data/spec/data/config/servers.yml.example +0 -10
  93. data/spec/data/lib/init.rb +0 -13
  94. data/spec/data/lib/tasks/environment.rake +0 -4
  95. data/spec/data/lib/tasks/keys.rake +0 -3
  96. data/spec/data/lib/tasks/setup.rake +0 -13
  97. data/spec/data/lib/tasks/ymdp.rake +0 -4
  98. data/spec/data/script/build +0 -9
  99. data/spec/data/script/config +0 -13
  100. data/spec/data/script/destroy +0 -18
  101. data/spec/data/script/generate +0 -4
  102. data/spec/data/script/gitrm +0 -17
  103. data/spec/data/script/growl +0 -6
  104. data/spec/data/script/images +0 -48
  105. data/spec/data/script/langs +0 -29
  106. data/spec/data/script/translate +0 -5
  107. data/spec/data/script/ymdt +0 -1895
  108. data/spec/data/script/ymdt.old +0 -1890
  109. data/test.rb +0 -46
@@ -1,104 +0,0 @@
1
- /**
2
- * Version: 1.0 Alpha-1
3
- * Build Date: 13-Nov-2007
4
- * Copyright (c) 2006-2007, Coolite Inc. (http://www.coolite.com/). All rights reserved.
5
- * License: Licensed under The MIT License. See license.txt and http://www.datejs.com/license/.
6
- * Website: http://www.datejs.com/ or http://www.coolite.com/datejs/
7
- */
8
- Date.CultureInfo={name:"en-US",englishName:"English (United States)",nativeName:"English (United States)",dayNames:["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],abbreviatedDayNames:["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],shortestDayNames:["Su","Mo","Tu","We","Th","Fr","Sa"],firstLetterDayNames:["S","M","T","W","T","F","S"],monthNames:["January","February","March","April","May","June","July","August","September","October","November","December"],abbreviatedMonthNames:["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],amDesignator:"AM",pmDesignator:"PM",firstDayOfWeek:0,twoDigitYearMax:2029,dateElementOrder:"mdy",formatPatterns:{shortDate:"M/d/yyyy",longDate:"dddd, MMMM dd, yyyy",shortTime:"h:mm tt",longTime:"h:mm:ss tt",fullDateTime:"dddd, MMMM dd, yyyy h:mm:ss tt",sortableDateTime:"yyyy-MM-ddTHH:mm:ss",universalSortableDateTime:"yyyy-MM-dd HH:mm:ssZ",rfc1123:"ddd, dd MMM yyyy HH:mm:ss GMT",monthDay:"MMMM dd",yearMonth:"MMMM, yyyy"},regexPatterns:{jan:/^jan(uary)?/i,feb:/^feb(ruary)?/i,mar:/^mar(ch)?/i,apr:/^apr(il)?/i,may:/^may/i,jun:/^jun(e)?/i,jul:/^jul(y)?/i,aug:/^aug(ust)?/i,sep:/^sep(t(ember)?)?/i,oct:/^oct(ober)?/i,nov:/^nov(ember)?/i,dec:/^dec(ember)?/i,sun:/^su(n(day)?)?/i,mon:/^mo(n(day)?)?/i,tue:/^tu(e(s(day)?)?)?/i,wed:/^we(d(nesday)?)?/i,thu:/^th(u(r(s(day)?)?)?)?/i,fri:/^fr(i(day)?)?/i,sat:/^sa(t(urday)?)?/i,future:/^next/i,past:/^last|past|prev(ious)?/i,add:/^(\+|after|from)/i,subtract:/^(\-|before|ago)/i,yesterday:/^yesterday/i,today:/^t(oday)?/i,tomorrow:/^tomorrow/i,now:/^n(ow)?/i,millisecond:/^ms|milli(second)?s?/i,second:/^sec(ond)?s?/i,minute:/^min(ute)?s?/i,hour:/^h(ou)?rs?/i,week:/^w(ee)?k/i,month:/^m(o(nth)?s?)?/i,day:/^d(ays?)?/i,year:/^y((ea)?rs?)?/i,shortMeridian:/^(a|p)/i,longMeridian:/^(a\.?m?\.?|p\.?m?\.?)/i,timezone:/^((e(s|d)t|c(s|d)t|m(s|d)t|p(s|d)t)|((gmt)?\s*(\+|\-)\s*\d\d\d\d?)|gmt)/i,ordinalSuffix:/^\s*(st|nd|rd|th)/i,timeContext:/^\s*(\:|a|p)/i},abbreviatedTimeZoneStandard:{GMT:"-000",EST:"-0400",CST:"-0500",MST:"-0600",PST:"-0700"},abbreviatedTimeZoneDST:{GMT:"-000",EDT:"-0500",CDT:"-0600",MDT:"-0700",PDT:"-0800"}};
9
- Date.getMonthNumberFromName=function(name){var n=Date.CultureInfo.monthNames,m=Date.CultureInfo.abbreviatedMonthNames,s=name.toLowerCase();for(var i=0;i<n.length;i++){if(n[i].toLowerCase()==s||m[i].toLowerCase()==s){return i;}}
10
- return-1;};Date.getDayNumberFromName=function(name){var n=Date.CultureInfo.dayNames,m=Date.CultureInfo.abbreviatedDayNames,o=Date.CultureInfo.shortestDayNames,s=name.toLowerCase();for(var i=0;i<n.length;i++){if(n[i].toLowerCase()==s||m[i].toLowerCase()==s){return i;}}
11
- return-1;};Date.isLeapYear=function(year){return(((year%4===0)&&(year%100!==0))||(year%400===0));};Date.getDaysInMonth=function(year,month){return[31,(Date.isLeapYear(year)?29:28),31,30,31,30,31,31,30,31,30,31][month];};Date.getTimezoneOffset=function(s,dst){return(dst||false)?Date.CultureInfo.abbreviatedTimeZoneDST[s.toUpperCase()]:Date.CultureInfo.abbreviatedTimeZoneStandard[s.toUpperCase()];};Date.getTimezoneAbbreviation=function(offset,dst){var n=(dst||false)?Date.CultureInfo.abbreviatedTimeZoneDST:Date.CultureInfo.abbreviatedTimeZoneStandard,p;for(p in n){if(n[p]===offset){return p;}}
12
- return null;};Date.prototype.clone=function(){return new Date(this.getTime());};Date.prototype.compareTo=function(date){if(isNaN(this)){throw new Error(this);}
13
- if(date instanceof Date&&!isNaN(date)){return(this>date)?1:(this<date)?-1:0;}else{throw new TypeError(date);}};Date.prototype.equals=function(date){return(this.compareTo(date)===0);};Date.prototype.between=function(start,end){var t=this.getTime();return t>=start.getTime()&&t<=end.getTime();};Date.prototype.addMilliseconds=function(value){this.setMilliseconds(this.getMilliseconds()+value);return this;};Date.prototype.addSeconds=function(value){return this.addMilliseconds(value*1000);};Date.prototype.addMinutes=function(value){return this.addMilliseconds(value*60000);};Date.prototype.addHours=function(value){return this.addMilliseconds(value*3600000);};Date.prototype.addDays=function(value){return this.addMilliseconds(value*86400000);};Date.prototype.addWeeks=function(value){return this.addMilliseconds(value*604800000);};Date.prototype.addMonths=function(value){var n=this.getDate();this.setDate(1);this.setMonth(this.getMonth()+value);this.setDate(Math.min(n,this.getDaysInMonth()));return this;};Date.prototype.addYears=function(value){return this.addMonths(value*12);};Date.prototype.add=function(config){if(typeof config=="number"){this._orient=config;return this;}
14
- var x=config;if(x.millisecond||x.milliseconds){this.addMilliseconds(x.millisecond||x.milliseconds);}
15
- if(x.second||x.seconds){this.addSeconds(x.second||x.seconds);}
16
- if(x.minute||x.minutes){this.addMinutes(x.minute||x.minutes);}
17
- if(x.hour||x.hours){this.addHours(x.hour||x.hours);}
18
- if(x.month||x.months){this.addMonths(x.month||x.months);}
19
- if(x.year||x.years){this.addYears(x.year||x.years);}
20
- if(x.day||x.days){this.addDays(x.day||x.days);}
21
- return this;};Date._validate=function(value,min,max,name){if(typeof value!="number"){throw new TypeError(value+" is not a Number.");}else if(value<min||value>max){throw new RangeError(value+" is not a valid value for "+name+".");}
22
- return true;};Date.validateMillisecond=function(n){return Date._validate(n,0,999,"milliseconds");};Date.validateSecond=function(n){return Date._validate(n,0,59,"seconds");};Date.validateMinute=function(n){return Date._validate(n,0,59,"minutes");};Date.validateHour=function(n){return Date._validate(n,0,23,"hours");};Date.validateDay=function(n,year,month){return Date._validate(n,1,Date.getDaysInMonth(year,month),"days");};Date.validateMonth=function(n){return Date._validate(n,0,11,"months");};Date.validateYear=function(n){return Date._validate(n,1,9999,"seconds");};Date.prototype.set=function(config){var x=config;if(!x.millisecond&&x.millisecond!==0){x.millisecond=-1;}
23
- if(!x.second&&x.second!==0){x.second=-1;}
24
- if(!x.minute&&x.minute!==0){x.minute=-1;}
25
- if(!x.hour&&x.hour!==0){x.hour=-1;}
26
- if(!x.day&&x.day!==0){x.day=-1;}
27
- if(!x.month&&x.month!==0){x.month=-1;}
28
- if(!x.year&&x.year!==0){x.year=-1;}
29
- if(x.millisecond!=-1&&Date.validateMillisecond(x.millisecond)){this.addMilliseconds(x.millisecond-this.getMilliseconds());}
30
- if(x.second!=-1&&Date.validateSecond(x.second)){this.addSeconds(x.second-this.getSeconds());}
31
- if(x.minute!=-1&&Date.validateMinute(x.minute)){this.addMinutes(x.minute-this.getMinutes());}
32
- if(x.hour!=-1&&Date.validateHour(x.hour)){this.addHours(x.hour-this.getHours());}
33
- if(x.month!==-1&&Date.validateMonth(x.month)){this.addMonths(x.month-this.getMonth());}
34
- if(x.year!=-1&&Date.validateYear(x.year)){this.addYears(x.year-this.getFullYear());}
35
- if(x.day!=-1&&Date.validateDay(x.day,this.getFullYear(),this.getMonth())){this.addDays(x.day-this.getDate());}
36
- if(x.timezone){this.setTimezone(x.timezone);}
37
- if(x.timezoneOffset){this.setTimezoneOffset(x.timezoneOffset);}
38
- return this;};Date.prototype.clearTime=function(){this.setHours(0);this.setMinutes(0);this.setSeconds(0);this.setMilliseconds(0);return this;};Date.prototype.isLeapYear=function(){var y=this.getFullYear();return(((y%4===0)&&(y%100!==0))||(y%400===0));};Date.prototype.isWeekday=function(){return!(this.is().sat()||this.is().sun());};Date.prototype.getDaysInMonth=function(){return Date.getDaysInMonth(this.getFullYear(),this.getMonth());};Date.prototype.moveToFirstDayOfMonth=function(){return this.set({day:1});};Date.prototype.moveToLastDayOfMonth=function(){return this.set({day:this.getDaysInMonth()});};Date.prototype.moveToDayOfWeek=function(day,orient){var diff=(day-this.getDay()+7*(orient||+1))%7;return this.addDays((diff===0)?diff+=7*(orient||+1):diff);};Date.prototype.moveToMonth=function(month,orient){var diff=(month-this.getMonth()+12*(orient||+1))%12;return this.addMonths((diff===0)?diff+=12*(orient||+1):diff);};Date.prototype.getDayOfYear=function(){return Math.floor((this-new Date(this.getFullYear(),0,1))/86400000);};Date.prototype.getWeekOfYear=function(firstDayOfWeek){var y=this.getFullYear(),m=this.getMonth(),d=this.getDate();var dow=firstDayOfWeek||Date.CultureInfo.firstDayOfWeek;var offset=7+1-new Date(y,0,1).getDay();if(offset==8){offset=1;}
39
- var daynum=((Date.UTC(y,m,d,0,0,0)-Date.UTC(y,0,1,0,0,0))/86400000)+1;var w=Math.floor((daynum-offset+7)/7);if(w===dow){y--;var prevOffset=7+1-new Date(y,0,1).getDay();if(prevOffset==2||prevOffset==8){w=53;}else{w=52;}}
40
- return w;};Date.prototype.isDST=function(){console.log('isDST');return this.toString().match(/(E|C|M|P)(S|D)T/)[2]=="D";};Date.prototype.getTimezone=function(){return Date.getTimezoneAbbreviation(this.getUTCOffset,this.isDST());};Date.prototype.setTimezoneOffset=function(s){var here=this.getTimezoneOffset(),there=Number(s)*-6/10;this.addMinutes(there-here);return this;};Date.prototype.setTimezone=function(s){return this.setTimezoneOffset(Date.getTimezoneOffset(s));};Date.prototype.getUTCOffset=function(){var n=this.getTimezoneOffset()*-10/6,r;if(n<0){r=(n-10000).toString();return r[0]+r.substr(2);}else{r=(n+10000).toString();return"+"+r.substr(1);}};Date.prototype.getDayName=function(abbrev){return abbrev?Date.CultureInfo.abbreviatedDayNames[this.getDay()]:Date.CultureInfo.dayNames[this.getDay()];};Date.prototype.getMonthName=function(abbrev){return abbrev?Date.CultureInfo.abbreviatedMonthNames[this.getMonth()]:Date.CultureInfo.monthNames[this.getMonth()];};Date.prototype._toString=Date.prototype.toString;Date.prototype.toString=function(format){var self=this;var p=function p(s){return(s.toString().length==1)?"0"+s:s;};return format?format.replace(/dd?d?d?|MM?M?M?|yy?y?y?|hh?|HH?|mm?|ss?|tt?|zz?z?/g,function(format){switch(format){case"hh":return p(self.getHours()<13?self.getHours():(self.getHours()-12));case"h":return self.getHours()<13?self.getHours():(self.getHours()-12);case"HH":return p(self.getHours());case"H":return self.getHours();case"mm":return p(self.getMinutes());case"m":return self.getMinutes();case"ss":return p(self.getSeconds());case"s":return self.getSeconds();case"yyyy":return self.getFullYear();case"yy":return self.getFullYear().toString().substring(2,4);case"dddd":return self.getDayName();case"ddd":return self.getDayName(true);case"dd":return p(self.getDate());case"d":return self.getDate().toString();case"MMMM":return self.getMonthName();case"MMM":return self.getMonthName(true);case"MM":return p((self.getMonth()+1));case"M":return self.getMonth()+1;case"t":return self.getHours()<12?Date.CultureInfo.amDesignator.substring(0,1):Date.CultureInfo.pmDesignator.substring(0,1);case"tt":return self.getHours()<12?Date.CultureInfo.amDesignator:Date.CultureInfo.pmDesignator;case"zzz":case"zz":case"z":return"";}}):this._toString();};
41
- Date.now=function(){return new Date();};Date.today=function(){return Date.now().clearTime();};Date.prototype._orient=+1;Date.prototype.next=function(){this._orient=+1;return this;};Date.prototype.last=Date.prototype.prev=Date.prototype.previous=function(){this._orient=-1;return this;};Date.prototype._is=false;Date.prototype.is=function(){this._is=true;return this;};Number.prototype._dateElement="day";Number.prototype.fromNow=function(){var c={};c[this._dateElement]=this;return Date.now().add(c);};Number.prototype.ago=function(){var c={};c[this._dateElement]=this*-1;return Date.now().add(c);};(function(){var $D=Date.prototype,$N=Number.prototype;var dx=("sunday monday tuesday wednesday thursday friday saturday").split(/\s/),mx=("january february march april may june july august september october november december").split(/\s/),px=("Millisecond Second Minute Hour Day Week Month Year").split(/\s/),de;var df=function(n){return function(){if(this._is){this._is=false;return this.getDay()==n;}
42
- return this.moveToDayOfWeek(n,this._orient);};};for(var i=0;i<dx.length;i++){$D[dx[i]]=$D[dx[i].substring(0,3)]=df(i);}
43
- var mf=function(n){return function(){if(this._is){this._is=false;return this.getMonth()===n;}
44
- return this.moveToMonth(n,this._orient);};};for(var j=0;j<mx.length;j++){$D[mx[j]]=$D[mx[j].substring(0,3)]=mf(j);}
45
- var ef=function(j){return function(){if(j.substring(j.length-1)!="s"){j+="s";}
46
- return this["add"+j](this._orient);};};var nf=function(n){return function(){this._dateElement=n;return this;};};for(var k=0;k<px.length;k++){de=px[k].toLowerCase();$D[de]=$D[de+"s"]=ef(px[k]);$N[de]=$N[de+"s"]=nf(de);}}());Date.prototype.toJSONString=function(){return this.toString("yyyy-MM-ddThh:mm:ssZ");};Date.prototype.toShortDateString=function(){return this.toString(Date.CultureInfo.formatPatterns.shortDatePattern);};Date.prototype.toLongDateString=function(){return this.toString(Date.CultureInfo.formatPatterns.longDatePattern);};Date.prototype.toShortTimeString=function(){return this.toString(Date.CultureInfo.formatPatterns.shortTimePattern);};Date.prototype.toLongTimeString=function(){return this.toString(Date.CultureInfo.formatPatterns.longTimePattern);};Date.prototype.getOrdinal=function(){switch(this.getDate()){case 1:case 21:case 31:return"st";case 2:case 22:return"nd";case 3:case 23:return"rd";default:return"th";}};
47
- (function(){Date.Parsing={Exception:function(s){this.message="Parse error at '"+s.substring(0,10)+" ...'";}};var $P=Date.Parsing;var _=$P.Operators={rtoken:function(r){return function(s){var mx=s.match(r);if(mx){return([mx[0],s.substring(mx[0].length)]);}else{throw new $P.Exception(s);}};},token:function(s){return function(s){return _.rtoken(new RegExp("^\s*"+s+"\s*"))(s);};},stoken:function(s){return _.rtoken(new RegExp("^"+s));},until:function(p){return function(s){var qx=[],rx=null;while(s.length){try{rx=p.call(this,s);}catch(e){qx.push(rx[0]);s=rx[1];continue;}
48
- break;}
49
- return[qx,s];};},many:function(p){return function(s){var rx=[],r=null;while(s.length){try{r=p.call(this,s);}catch(e){return[rx,s];}
50
- rx.push(r[0]);s=r[1];}
51
- return[rx,s];};},optional:function(p){return function(s){var r=null;try{r=p.call(this,s);}catch(e){return[null,s];}
52
- return[r[0],r[1]];};},not:function(p){return function(s){try{p.call(this,s);}catch(e){return[null,s];}
53
- throw new $P.Exception(s);};},ignore:function(p){return p?function(s){var r=null;r=p.call(this,s);return[null,r[1]];}:null;},product:function(){var px=arguments[0],qx=Array.prototype.slice.call(arguments,1),rx=[];for(var i=0;i<px.length;i++){rx.push(_.each(px[i],qx));}
54
- return rx;},cache:function(rule){var cache={},r=null;return function(s){try{r=cache[s]=(cache[s]||rule.call(this,s));}catch(e){r=cache[s]=e;}
55
- if(r instanceof $P.Exception){throw r;}else{return r;}};},any:function(){var px=arguments;return function(s){var r=null;for(var i=0;i<px.length;i++){if(px[i]==null){continue;}
56
- try{r=(px[i].call(this,s));}catch(e){r=null;}
57
- if(r){return r;}}
58
- throw new $P.Exception(s);};},each:function(){var px=arguments;return function(s){var rx=[],r=null;for(var i=0;i<px.length;i++){if(px[i]==null){continue;}
59
- try{r=(px[i].call(this,s));}catch(e){throw new $P.Exception(s);}
60
- rx.push(r[0]);s=r[1];}
61
- return[rx,s];};},all:function(){var px=arguments,_=_;return _.each(_.optional(px));},sequence:function(px,d,c){d=d||_.rtoken(/^\s*/);c=c||null;if(px.length==1){return px[0];}
62
- return function(s){var r=null,q=null;var rx=[];for(var i=0;i<px.length;i++){try{r=px[i].call(this,s);}catch(e){break;}
63
- rx.push(r[0]);try{q=d.call(this,r[1]);}catch(ex){q=null;break;}
64
- s=q[1];}
65
- if(!r){throw new $P.Exception(s);}
66
- if(q){throw new $P.Exception(q[1]);}
67
- if(c){try{r=c.call(this,r[1]);}catch(ey){throw new $P.Exception(r[1]);}}
68
- return[rx,(r?r[1]:s)];};},between:function(d1,p,d2){d2=d2||d1;var _fn=_.each(_.ignore(d1),p,_.ignore(d2));return function(s){var rx=_fn.call(this,s);return[[rx[0][0],r[0][2]],rx[1]];};},list:function(p,d,c){d=d||_.rtoken(/^\s*/);c=c||null;return(p instanceof Array?_.each(_.product(p.slice(0,-1),_.ignore(d)),p.slice(-1),_.ignore(c)):_.each(_.many(_.each(p,_.ignore(d))),px,_.ignore(c)));},set:function(px,d,c){d=d||_.rtoken(/^\s*/);c=c||null;return function(s){var r=null,p=null,q=null,rx=null,best=[[],s],last=false;for(var i=0;i<px.length;i++){q=null;p=null;r=null;last=(px.length==1);try{r=px[i].call(this,s);}catch(e){continue;}
69
- rx=[[r[0]],r[1]];if(r[1].length>0&&!last){try{q=d.call(this,r[1]);}catch(ex){last=true;}}else{last=true;}
70
- if(!last&&q[1].length===0){last=true;}
71
- if(!last){var qx=[];for(var j=0;j<px.length;j++){if(i!=j){qx.push(px[j]);}}
72
- p=_.set(qx,d).call(this,q[1]);if(p[0].length>0){rx[0]=rx[0].concat(p[0]);rx[1]=p[1];}}
73
- if(rx[1].length<best[1].length){best=rx;}
74
- if(best[1].length===0){break;}}
75
- if(best[0].length===0){return best;}
76
- if(c){try{q=c.call(this,best[1]);}catch(ey){throw new $P.Exception(best[1]);}
77
- best[1]=q[1];}
78
- return best;};},forward:function(gr,fname){return function(s){return gr[fname].call(this,s);};},replace:function(rule,repl){return function(s){var r=rule.call(this,s);return[repl,r[1]];};},process:function(rule,fn){return function(s){var r=rule.call(this,s);return[fn.call(this,r[0]),r[1]];};},min:function(min,rule){return function(s){var rx=rule.call(this,s);if(rx[0].length<min){throw new $P.Exception(s);}
79
- return rx;};}};var _generator=function(op){return function(){var args=null,rx=[];if(arguments.length>1){args=Array.prototype.slice.call(arguments);}else if(arguments[0]instanceof Array){args=arguments[0];}
80
- if(args){for(var i=0,px=args.shift();i<px.length;i++){args.unshift(px[i]);rx.push(op.apply(null,args));args.shift();return rx;}}else{return op.apply(null,arguments);}};};var gx="optional not ignore cache".split(/\s/);for(var i=0;i<gx.length;i++){_[gx[i]]=_generator(_[gx[i]]);}
81
- var _vector=function(op){return function(){if(arguments[0]instanceof Array){return op.apply(null,arguments[0]);}else{return op.apply(null,arguments);}};};var vx="each any all".split(/\s/);for(var j=0;j<vx.length;j++){_[vx[j]]=_vector(_[vx[j]]);}}());(function(){var flattenAndCompact=function(ax){var rx=[];for(var i=0;i<ax.length;i++){if(ax[i]instanceof Array){rx=rx.concat(flattenAndCompact(ax[i]));}else{if(ax[i]){rx.push(ax[i]);}}}
82
- return rx;};Date.Grammar={};Date.Translator={hour:function(s){return function(){this.hour=Number(s);};},minute:function(s){return function(){this.minute=Number(s);};},second:function(s){return function(){this.second=Number(s);};},meridian:function(s){return function(){this.meridian=s.slice(0,1).toLowerCase();};},timezone:function(s){return function(){var n=s.replace(/[^\d\+\-]/g,"");if(n.length){this.timezoneOffset=Number(n);}else{this.timezone=s.toLowerCase();}};},day:function(x){var s=x[0];return function(){this.day=Number(s.match(/\d+/)[0]);};},month:function(s){return function(){this.month=((s.length==3)?Date.getMonthNumberFromName(s):(Number(s)-1));};},year:function(s){return function(){var n=Number(s);this.year=((s.length>2)?n:(n+(((n+2000)<Date.CultureInfo.twoDigitYearMax)?2000:1900)));};},rday:function(s){return function(){switch(s){case"yesterday":this.days=-1;break;case"tomorrow":this.days=1;break;case"today":this.days=0;break;case"now":this.days=0;this.now=true;break;}};},finishExact:function(x){x=(x instanceof Array)?x:[x];var now=new Date();this.year=now.getFullYear();this.month=now.getMonth();this.day=1;this.hour=0;this.minute=0;this.second=0;for(var i=0;i<x.length;i++){if(x[i]){x[i].call(this);}}
83
- this.hour=(this.meridian=="p"&&this.hour<13)?this.hour+12:this.hour;if(this.day>Date.getDaysInMonth(this.year,this.month)){throw new RangeError(this.day+" is not a valid value for days.");}
84
- var r=new Date(this.year,this.month,this.day,this.hour,this.minute,this.second);if(this.timezone){r.set({timezone:this.timezone});}else if(this.timezoneOffset){r.set({timezoneOffset:this.timezoneOffset});}
85
- return r;},finish:function(x){x=(x instanceof Array)?flattenAndCompact(x):[x];if(x.length===0){return null;}
86
- for(var i=0;i<x.length;i++){if(typeof x[i]=="function"){x[i].call(this);}}
87
- if(this.now){return new Date();}
88
- var today=Date.today();var method=null;var expression=!!(this.days!=null||this.orient||this.operator);if(expression){var gap,mod,orient;orient=((this.orient=="past"||this.operator=="subtract")?-1:1);if(this.weekday){this.unit="day";gap=(Date.getDayNumberFromName(this.weekday)-today.getDay());mod=7;this.days=gap?((gap+(orient*mod))%mod):(orient*mod);}
89
- if(this.month){this.unit="month";gap=(this.month-today.getMonth());mod=12;this.months=gap?((gap+(orient*mod))%mod):(orient*mod);this.month=null;}
90
- if(!this.unit){this.unit="day";}
91
- if(this[this.unit+"s"]==null||this.operator!=null){if(!this.value){this.value=1;}
92
- if(this.unit=="week"){this.unit="day";this.value=this.value*7;}
93
- this[this.unit+"s"]=this.value*orient;}
94
- return today.add(this);}else{if(this.meridian&&this.hour){this.hour=(this.hour<13&&this.meridian=="p")?this.hour+12:this.hour;}
95
- if(this.weekday&&!this.day){this.day=(today.addDays((Date.getDayNumberFromName(this.weekday)-today.getDay()))).getDate();}
96
- if(this.month&&!this.day){this.day=1;}
97
- return today.set(this);}}};var _=Date.Parsing.Operators,g=Date.Grammar,t=Date.Translator,_fn;g.datePartDelimiter=_.rtoken(/^([\s\-\.\,\/\x27]+)/);g.timePartDelimiter=_.stoken(":");g.whiteSpace=_.rtoken(/^\s*/);g.generalDelimiter=_.rtoken(/^(([\s\,]|at|on)+)/);var _C={};g.ctoken=function(keys){var fn=_C[keys];if(!fn){var c=Date.CultureInfo.regexPatterns;var kx=keys.split(/\s+/),px=[];for(var i=0;i<kx.length;i++){px.push(_.replace(_.rtoken(c[kx[i]]),kx[i]));}
98
- fn=_C[keys]=_.any.apply(null,px);}
99
- return fn;};g.ctoken2=function(key){return _.rtoken(Date.CultureInfo.regexPatterns[key]);};g.h=_.cache(_.process(_.rtoken(/^(0[0-9]|1[0-2]|[1-9])/),t.hour));g.hh=_.cache(_.process(_.rtoken(/^(0[0-9]|1[0-2])/),t.hour));g.H=_.cache(_.process(_.rtoken(/^([0-1][0-9]|2[0-3]|[0-9])/),t.hour));g.HH=_.cache(_.process(_.rtoken(/^([0-1][0-9]|2[0-3])/),t.hour));g.m=_.cache(_.process(_.rtoken(/^([0-5][0-9]|[0-9])/),t.minute));g.mm=_.cache(_.process(_.rtoken(/^[0-5][0-9]/),t.minute));g.s=_.cache(_.process(_.rtoken(/^([0-5][0-9]|[0-9])/),t.second));g.ss=_.cache(_.process(_.rtoken(/^[0-5][0-9]/),t.second));g.hms=_.cache(_.sequence([g.H,g.mm,g.ss],g.timePartDelimiter));g.t=_.cache(_.process(g.ctoken2("shortMeridian"),t.meridian));g.tt=_.cache(_.process(g.ctoken2("longMeridian"),t.meridian));g.z=_.cache(_.process(_.rtoken(/^(\+|\-)?\s*\d\d\d\d?/),t.timezone));g.zz=_.cache(_.process(_.rtoken(/^(\+|\-)\s*\d\d\d\d/),t.timezone));g.zzz=_.cache(_.process(g.ctoken2("timezone"),t.timezone));g.timeSuffix=_.each(_.ignore(g.whiteSpace),_.set([g.tt,g.zzz]));g.time=_.each(_.optional(_.ignore(_.stoken("T"))),g.hms,g.timeSuffix);g.d=_.cache(_.process(_.each(_.rtoken(/^([0-2]\d|3[0-1]|\d)/),_.optional(g.ctoken2("ordinalSuffix"))),t.day));g.dd=_.cache(_.process(_.each(_.rtoken(/^([0-2]\d|3[0-1])/),_.optional(g.ctoken2("ordinalSuffix"))),t.day));g.ddd=g.dddd=_.cache(_.process(g.ctoken("sun mon tue wed thu fri sat"),function(s){return function(){this.weekday=s;};}));g.M=_.cache(_.process(_.rtoken(/^(1[0-2]|0\d|\d)/),t.month));g.MM=_.cache(_.process(_.rtoken(/^(1[0-2]|0\d)/),t.month));g.MMM=g.MMMM=_.cache(_.process(g.ctoken("jan feb mar apr may jun jul aug sep oct nov dec"),t.month));g.y=_.cache(_.process(_.rtoken(/^(\d\d?)/),t.year));g.yy=_.cache(_.process(_.rtoken(/^(\d\d)/),t.year));g.yyy=_.cache(_.process(_.rtoken(/^(\d\d?\d?\d?)/),t.year));g.yyyy=_.cache(_.process(_.rtoken(/^(\d\d\d\d)/),t.year));_fn=function(){return _.each(_.any.apply(null,arguments),_.not(g.ctoken2("timeContext")));};g.day=_fn(g.d,g.dd);g.month=_fn(g.M,g.MMM);g.year=_fn(g.yyyy,g.yy);g.orientation=_.process(g.ctoken("past future"),function(s){return function(){this.orient=s;};});g.operator=_.process(g.ctoken("add subtract"),function(s){return function(){this.operator=s;};});g.rday=_.process(g.ctoken("yesterday tomorrow today now"),t.rday);g.unit=_.process(g.ctoken("minute hour day week month year"),function(s){return function(){this.unit=s;};});g.value=_.process(_.rtoken(/^\d\d?(st|nd|rd|th)?/),function(s){return function(){this.value=s.replace(/\D/g,"");};});g.expression=_.set([g.rday,g.operator,g.value,g.unit,g.orientation,g.ddd,g.MMM]);_fn=function(){return _.set(arguments,g.datePartDelimiter);};g.mdy=_fn(g.ddd,g.month,g.day,g.year);g.ymd=_fn(g.ddd,g.year,g.month,g.day);g.dmy=_fn(g.ddd,g.day,g.month,g.year);g.date=function(s){return((g[Date.CultureInfo.dateElementOrder]||g.mdy).call(this,s));};g.format=_.process(_.many(_.any(_.process(_.rtoken(/^(dd?d?d?|MM?M?M?|yy?y?y?|hh?|HH?|mm?|ss?|tt?|zz?z?)/),function(fmt){if(g[fmt]){return g[fmt];}else{throw Date.Parsing.Exception(fmt);}}),_.process(_.rtoken(/^[^dMyhHmstz]+/),function(s){return _.ignore(_.stoken(s));}))),function(rules){return _.process(_.each.apply(null,rules),t.finishExact);});var _F={};var _get=function(f){return _F[f]=(_F[f]||g.format(f)[0]);};g.formats=function(fx){if(fx instanceof Array){var rx=[];for(var i=0;i<fx.length;i++){rx.push(_get(fx[i]));}
100
- return _.any.apply(null,rx);}else{return _get(fx);}};g._formats=g.formats(["yyyy-MM-ddTHH:mm:ss","ddd, MMM dd, yyyy H:mm:ss tt","ddd MMM d yyyy HH:mm:ss zzz","d"]);g._start=_.process(_.set([g.date,g.time,g.expression],g.generalDelimiter,g.whiteSpace),t.finish);g.start=function(s){try{var r=g._formats.call({},s);if(r[1].length===0){return r;}}catch(e){}
101
- return g._start.call({},s);};}());Date._parse=Date.parse;Date.parse=function(s){var r=null;if(!s){return null;}
102
- try{r=Date.Grammar.start.call({},s);}catch(e){return null;}
103
- return((r[1].length===0)?r[0]:null);};Date.getParseFunction=function(fx){var fn=Date.Grammar.formats(fx);return function(s){var r=null;try{r=fn.call({},s);}catch(e){return null;}
104
- return((r[1].length===0)?r[0]:null);};};Date.parseExact=function(s,fx){return Date.getParseFunction(fx)(s);};
@@ -1,974 +0,0 @@
1
- // script.aculo.us dragdrop.js v1.8.3, Thu Oct 08 11:23:33 +0200 2009
2
-
3
- // Copyright (c) 2005-2009 Thomas Fuchs (http://script.aculo.us, http://mir.aculo.us)
4
- //
5
- // script.aculo.us is freely distributable under the terms of an MIT-style license.
6
- // For details, see the script.aculo.us web site: http://script.aculo.us/
7
-
8
- if(Object.isUndefined(Effect))
9
- throw("dragdrop.js requires including script.aculo.us' effects.js library");
10
-
11
- var Droppables = {
12
- drops: [],
13
-
14
- remove: function(element) {
15
- this.drops = this.drops.reject(function(d) { return d.element==$(element) });
16
- },
17
-
18
- add: function(element) {
19
- element = $(element);
20
- var options = Object.extend({
21
- greedy: true,
22
- hoverclass: null,
23
- tree: false
24
- }, arguments[1] || { });
25
-
26
- // cache containers
27
- if(options.containment) {
28
- options._containers = [];
29
- var containment = options.containment;
30
- if(Object.isArray(containment)) {
31
- containment.each( function(c) { options._containers.push($(c)) });
32
- } else {
33
- options._containers.push($(containment));
34
- }
35
- }
36
-
37
- if(options.accept) options.accept = [options.accept].flatten();
38
-
39
- Element.makePositioned(element); // fix IE
40
- options.element = element;
41
-
42
- this.drops.push(options);
43
- },
44
-
45
- findDeepestChild: function(drops) {
46
- deepest = drops[0];
47
-
48
- for (i = 1; i < drops.length; ++i)
49
- if (Element.isParent(drops[i].element, deepest.element))
50
- deepest = drops[i];
51
-
52
- return deepest;
53
- },
54
-
55
- isContained: function(element, drop) {
56
- var containmentNode;
57
- if(drop.tree) {
58
- containmentNode = element.treeNode;
59
- } else {
60
- containmentNode = element.parentNode;
61
- }
62
- return drop._containers.detect(function(c) { return containmentNode == c });
63
- },
64
-
65
- isAffected: function(point, element, drop) {
66
- return (
67
- (drop.element!=element) &&
68
- ((!drop._containers) ||
69
- this.isContained(element, drop)) &&
70
- ((!drop.accept) ||
71
- (Element.classNames(element).detect(
72
- function(v) { return drop.accept.include(v) } ) )) &&
73
- Position.within(drop.element, point[0], point[1]) );
74
- },
75
-
76
- deactivate: function(drop) {
77
- if(drop.hoverclass)
78
- Element.removeClassName(drop.element, drop.hoverclass);
79
- this.last_active = null;
80
- },
81
-
82
- activate: function(drop) {
83
- if(drop.hoverclass)
84
- Element.addClassName(drop.element, drop.hoverclass);
85
- this.last_active = drop;
86
- },
87
-
88
- show: function(point, element) {
89
- if(!this.drops.length) return;
90
- var drop, affected = [];
91
-
92
- this.drops.each( function(drop) {
93
- if(Droppables.isAffected(point, element, drop))
94
- affected.push(drop);
95
- });
96
-
97
- if(affected.length>0)
98
- drop = Droppables.findDeepestChild(affected);
99
-
100
- if(this.last_active && this.last_active != drop) this.deactivate(this.last_active);
101
- if (drop) {
102
- Position.within(drop.element, point[0], point[1]);
103
- if(drop.onHover)
104
- drop.onHover(element, drop.element, Position.overlap(drop.overlap, drop.element));
105
-
106
- if (drop != this.last_active) Droppables.activate(drop);
107
- }
108
- },
109
-
110
- fire: function(event, element) {
111
- if(!this.last_active) return;
112
- Position.prepare();
113
-
114
- if (this.isAffected([Event.pointerX(event), Event.pointerY(event)], element, this.last_active))
115
- if (this.last_active.onDrop) {
116
- this.last_active.onDrop(element, this.last_active.element, event);
117
- return true;
118
- }
119
- },
120
-
121
- reset: function() {
122
- if(this.last_active)
123
- this.deactivate(this.last_active);
124
- }
125
- };
126
-
127
- var Draggables = {
128
- drags: [],
129
- observers: [],
130
-
131
- register: function(draggable) {
132
- if(this.drags.length == 0) {
133
- this.eventMouseUp = this.endDrag.bindAsEventListener(this);
134
- this.eventMouseMove = this.updateDrag.bindAsEventListener(this);
135
- this.eventKeypress = this.keyPress.bindAsEventListener(this);
136
-
137
- Event.observe(document, "mouseup", this.eventMouseUp);
138
- Event.observe(document, "mousemove", this.eventMouseMove);
139
- Event.observe(document, "keypress", this.eventKeypress);
140
- }
141
- this.drags.push(draggable);
142
- },
143
-
144
- unregister: function(draggable) {
145
- this.drags = this.drags.reject(function(d) { return d==draggable });
146
- if(this.drags.length == 0) {
147
- Event.stopObserving(document, "mouseup", this.eventMouseUp);
148
- Event.stopObserving(document, "mousemove", this.eventMouseMove);
149
- Event.stopObserving(document, "keypress", this.eventKeypress);
150
- }
151
- },
152
-
153
- activate: function(draggable) {
154
- if(draggable.options.delay) {
155
- this._timeout = setTimeout(function() {
156
- Draggables._timeout = null;
157
- window.focus();
158
- Draggables.activeDraggable = draggable;
159
- }.bind(this), draggable.options.delay);
160
- } else {
161
- window.focus(); // allows keypress events if window isn't currently focused, fails for Safari
162
- this.activeDraggable = draggable;
163
- }
164
- },
165
-
166
- deactivate: function() {
167
- this.activeDraggable = null;
168
- },
169
-
170
- updateDrag: function(event) {
171
- if(!this.activeDraggable) return;
172
- var pointer = [Event.pointerX(event), Event.pointerY(event)];
173
- // Mozilla-based browsers fire successive mousemove events with
174
- // the same coordinates, prevent needless redrawing (moz bug?)
175
- if(this._lastPointer && (this._lastPointer.inspect() == pointer.inspect())) return;
176
- this._lastPointer = pointer;
177
-
178
- this.activeDraggable.updateDrag(event, pointer);
179
- },
180
-
181
- endDrag: function(event) {
182
- if(this._timeout) {
183
- clearTimeout(this._timeout);
184
- this._timeout = null;
185
- }
186
- if(!this.activeDraggable) return;
187
- this._lastPointer = null;
188
- this.activeDraggable.endDrag(event);
189
- this.activeDraggable = null;
190
- },
191
-
192
- keyPress: function(event) {
193
- if(this.activeDraggable)
194
- this.activeDraggable.keyPress(event);
195
- },
196
-
197
- addObserver: function(observer) {
198
- this.observers.push(observer);
199
- this._cacheObserverCallbacks();
200
- },
201
-
202
- removeObserver: function(element) { // element instead of observer fixes mem leaks
203
- this.observers = this.observers.reject( function(o) { return o.element==element });
204
- this._cacheObserverCallbacks();
205
- },
206
-
207
- notify: function(eventName, draggable, event) { // 'onStart', 'onEnd', 'onDrag'
208
- if(this[eventName+'Count'] > 0)
209
- this.observers.each( function(o) {
210
- if(o[eventName]) o[eventName](eventName, draggable, event);
211
- });
212
- if(draggable.options[eventName]) draggable.options[eventName](draggable, event);
213
- },
214
-
215
- _cacheObserverCallbacks: function() {
216
- ['onStart','onEnd','onDrag'].each( function(eventName) {
217
- Draggables[eventName+'Count'] = Draggables.observers.select(
218
- function(o) { return o[eventName]; }
219
- ).length;
220
- });
221
- }
222
- };
223
-
224
- /*--------------------------------------------------------------------------*/
225
-
226
- var Draggable = Class.create({
227
- initialize: function(element) {
228
- var defaults = {
229
- handle: false,
230
- reverteffect: function(element, top_offset, left_offset) {
231
- var dur = Math.sqrt(Math.abs(top_offset^2)+Math.abs(left_offset^2))*0.02;
232
- new Effect.Move(element, { x: -left_offset, y: -top_offset, duration: dur,
233
- queue: {scope:'_draggable', position:'end'}
234
- });
235
- },
236
- endeffect: function(element) {
237
- var toOpacity = Object.isNumber(element._opacity) ? element._opacity : 1.0;
238
- new Effect.Opacity(element, {duration:0.2, from:0.7, to:toOpacity,
239
- queue: {scope:'_draggable', position:'end'},
240
- afterFinish: function(){
241
- Draggable._dragging[element] = false
242
- }
243
- });
244
- },
245
- zindex: 1000,
246
- revert: false,
247
- quiet: false,
248
- scroll: false,
249
- scrollSensitivity: 20,
250
- scrollSpeed: 15,
251
- snap: false, // false, or xy or [x,y] or function(x,y){ return [x,y] }
252
- delay: 0
253
- };
254
-
255
- if(!arguments[1] || Object.isUndefined(arguments[1].endeffect))
256
- Object.extend(defaults, {
257
- starteffect: function(element) {
258
- element._opacity = Element.getOpacity(element);
259
- Draggable._dragging[element] = true;
260
- new Effect.Opacity(element, {duration:0.2, from:element._opacity, to:0.7});
261
- }
262
- });
263
-
264
- var options = Object.extend(defaults, arguments[1] || { });
265
-
266
- this.element = $(element);
267
-
268
- if(options.handle && Object.isString(options.handle))
269
- this.handle = this.element.down('.'+options.handle, 0);
270
-
271
- if(!this.handle) this.handle = $(options.handle);
272
- if(!this.handle) this.handle = this.element;
273
-
274
- if(options.scroll && !options.scroll.scrollTo && !options.scroll.outerHTML) {
275
- options.scroll = $(options.scroll);
276
- this._isScrollChild = Element.childOf(this.element, options.scroll);
277
- }
278
-
279
- Element.makePositioned(this.element); // fix IE
280
-
281
- this.options = options;
282
- this.dragging = false;
283
-
284
- this.eventMouseDown = this.initDrag.bindAsEventListener(this);
285
- Event.observe(this.handle, "mousedown", this.eventMouseDown);
286
-
287
- Draggables.register(this);
288
- },
289
-
290
- destroy: function() {
291
- Event.stopObserving(this.handle, "mousedown", this.eventMouseDown);
292
- Draggables.unregister(this);
293
- },
294
-
295
- currentDelta: function() {
296
- return([
297
- parseInt(Element.getStyle(this.element,'left') || '0'),
298
- parseInt(Element.getStyle(this.element,'top') || '0')]);
299
- },
300
-
301
- initDrag: function(event) {
302
- if(!Object.isUndefined(Draggable._dragging[this.element]) &&
303
- Draggable._dragging[this.element]) return;
304
- if(Event.isLeftClick(event)) {
305
- // abort on form elements, fixes a Firefox issue
306
- var src = Event.element(event);
307
- if((tag_name = src.tagName.toUpperCase()) && (
308
- tag_name=='INPUT' ||
309
- tag_name=='SELECT' ||
310
- tag_name=='OPTION' ||
311
- tag_name=='BUTTON' ||
312
- tag_name=='TEXTAREA')) return;
313
-
314
- var pointer = [Event.pointerX(event), Event.pointerY(event)];
315
- var pos = this.element.cumulativeOffset();
316
- this.offset = [0,1].map( function(i) { return (pointer[i] - pos[i]) });
317
-
318
- Draggables.activate(this);
319
- Event.stop(event);
320
- }
321
- },
322
-
323
- startDrag: function(event) {
324
- this.dragging = true;
325
- if(!this.delta)
326
- this.delta = this.currentDelta();
327
-
328
- if(this.options.zindex) {
329
- this.originalZ = parseInt(Element.getStyle(this.element,'z-index') || 0);
330
- this.element.style.zIndex = this.options.zindex;
331
- }
332
-
333
- if(this.options.ghosting) {
334
- this._clone = this.element.cloneNode(true);
335
- this._originallyAbsolute = (this.element.getStyle('position') == 'absolute');
336
- if (!this._originallyAbsolute)
337
- Position.absolutize(this.element);
338
- this.element.parentNode.insertBefore(this._clone, this.element);
339
- }
340
-
341
- if(this.options.scroll) {
342
- if (this.options.scroll == window) {
343
- var where = this._getWindowScroll(this.options.scroll);
344
- this.originalScrollLeft = where.left;
345
- this.originalScrollTop = where.top;
346
- } else {
347
- this.originalScrollLeft = this.options.scroll.scrollLeft;
348
- this.originalScrollTop = this.options.scroll.scrollTop;
349
- }
350
- }
351
-
352
- Draggables.notify('onStart', this, event);
353
-
354
- if(this.options.starteffect) this.options.starteffect(this.element);
355
- },
356
-
357
- updateDrag: function(event, pointer) {
358
- if(!this.dragging) this.startDrag(event);
359
-
360
- if(!this.options.quiet){
361
- Position.prepare();
362
- Droppables.show(pointer, this.element);
363
- }
364
-
365
- Draggables.notify('onDrag', this, event);
366
-
367
- this.draw(pointer);
368
- if(this.options.change) this.options.change(this);
369
-
370
- if(this.options.scroll) {
371
- this.stopScrolling();
372
-
373
- var p;
374
- if (this.options.scroll == window) {
375
- with(this._getWindowScroll(this.options.scroll)) { p = [ left, top, left+width, top+height ]; }
376
- } else {
377
- p = Position.page(this.options.scroll);
378
- p[0] += this.options.scroll.scrollLeft + Position.deltaX;
379
- p[1] += this.options.scroll.scrollTop + Position.deltaY;
380
- p.push(p[0]+this.options.scroll.offsetWidth);
381
- p.push(p[1]+this.options.scroll.offsetHeight);
382
- }
383
- var speed = [0,0];
384
- if(pointer[0] < (p[0]+this.options.scrollSensitivity)) speed[0] = pointer[0]-(p[0]+this.options.scrollSensitivity);
385
- if(pointer[1] < (p[1]+this.options.scrollSensitivity)) speed[1] = pointer[1]-(p[1]+this.options.scrollSensitivity);
386
- if(pointer[0] > (p[2]-this.options.scrollSensitivity)) speed[0] = pointer[0]-(p[2]-this.options.scrollSensitivity);
387
- if(pointer[1] > (p[3]-this.options.scrollSensitivity)) speed[1] = pointer[1]-(p[3]-this.options.scrollSensitivity);
388
- this.startScrolling(speed);
389
- }
390
-
391
- // fix AppleWebKit rendering
392
- if(Prototype.Browser.WebKit) window.scrollBy(0,0);
393
-
394
- Event.stop(event);
395
- },
396
-
397
- finishDrag: function(event, success) {
398
- this.dragging = false;
399
-
400
- if(this.options.quiet){
401
- Position.prepare();
402
- var pointer = [Event.pointerX(event), Event.pointerY(event)];
403
- Droppables.show(pointer, this.element);
404
- }
405
-
406
- if(this.options.ghosting) {
407
- if (!this._originallyAbsolute)
408
- Position.relativize(this.element);
409
- delete this._originallyAbsolute;
410
- Element.remove(this._clone);
411
- this._clone = null;
412
- }
413
-
414
- var dropped = false;
415
- if(success) {
416
- dropped = Droppables.fire(event, this.element);
417
- if (!dropped) dropped = false;
418
- }
419
- if(dropped && this.options.onDropped) this.options.onDropped(this.element);
420
- Draggables.notify('onEnd', this, event);
421
-
422
- var revert = this.options.revert;
423
- if(revert && Object.isFunction(revert)) revert = revert(this.element);
424
-
425
- var d = this.currentDelta();
426
- if(revert && this.options.reverteffect) {
427
- if (dropped == 0 || revert != 'failure')
428
- this.options.reverteffect(this.element,
429
- d[1]-this.delta[1], d[0]-this.delta[0]);
430
- } else {
431
- this.delta = d;
432
- }
433
-
434
- if(this.options.zindex)
435
- this.element.style.zIndex = this.originalZ;
436
-
437
- if(this.options.endeffect)
438
- this.options.endeffect(this.element);
439
-
440
- Draggables.deactivate(this);
441
- Droppables.reset();
442
- },
443
-
444
- keyPress: function(event) {
445
- if(event.keyCode!=Event.KEY_ESC) return;
446
- this.finishDrag(event, false);
447
- Event.stop(event);
448
- },
449
-
450
- endDrag: function(event) {
451
- if(!this.dragging) return;
452
- this.stopScrolling();
453
- this.finishDrag(event, true);
454
- Event.stop(event);
455
- },
456
-
457
- draw: function(point) {
458
- var pos = this.element.cumulativeOffset();
459
- if(this.options.ghosting) {
460
- var r = Position.realOffset(this.element);
461
- pos[0] += r[0] - Position.deltaX; pos[1] += r[1] - Position.deltaY;
462
- }
463
-
464
- var d = this.currentDelta();
465
- pos[0] -= d[0]; pos[1] -= d[1];
466
-
467
- if(this.options.scroll && (this.options.scroll != window && this._isScrollChild)) {
468
- pos[0] -= this.options.scroll.scrollLeft-this.originalScrollLeft;
469
- pos[1] -= this.options.scroll.scrollTop-this.originalScrollTop;
470
- }
471
-
472
- var p = [0,1].map(function(i){
473
- return (point[i]-pos[i]-this.offset[i])
474
- }.bind(this));
475
-
476
- if(this.options.snap) {
477
- if(Object.isFunction(this.options.snap)) {
478
- p = this.options.snap(p[0],p[1],this);
479
- } else {
480
- if(Object.isArray(this.options.snap)) {
481
- p = p.map( function(v, i) {
482
- return (v/this.options.snap[i]).round()*this.options.snap[i] }.bind(this));
483
- } else {
484
- p = p.map( function(v) {
485
- return (v/this.options.snap).round()*this.options.snap }.bind(this));
486
- }
487
- }}
488
-
489
- var style = this.element.style;
490
- if((!this.options.constraint) || (this.options.constraint=='horizontal'))
491
- style.left = p[0] + "px";
492
- if((!this.options.constraint) || (this.options.constraint=='vertical'))
493
- style.top = p[1] + "px";
494
-
495
- if(style.visibility=="hidden") style.visibility = ""; // fix gecko rendering
496
- },
497
-
498
- stopScrolling: function() {
499
- if(this.scrollInterval) {
500
- clearInterval(this.scrollInterval);
501
- this.scrollInterval = null;
502
- Draggables._lastScrollPointer = null;
503
- }
504
- },
505
-
506
- startScrolling: function(speed) {
507
- if(!(speed[0] || speed[1])) return;
508
- this.scrollSpeed = [speed[0]*this.options.scrollSpeed,speed[1]*this.options.scrollSpeed];
509
- this.lastScrolled = new Date();
510
- this.scrollInterval = setInterval(this.scroll.bind(this), 10);
511
- },
512
-
513
- scroll: function() {
514
- var current = new Date();
515
- var delta = current - this.lastScrolled;
516
- this.lastScrolled = current;
517
- if(this.options.scroll == window) {
518
- with (this._getWindowScroll(this.options.scroll)) {
519
- if (this.scrollSpeed[0] || this.scrollSpeed[1]) {
520
- var d = delta / 1000;
521
- this.options.scroll.scrollTo( left + d*this.scrollSpeed[0], top + d*this.scrollSpeed[1] );
522
- }
523
- }
524
- } else {
525
- this.options.scroll.scrollLeft += this.scrollSpeed[0] * delta / 1000;
526
- this.options.scroll.scrollTop += this.scrollSpeed[1] * delta / 1000;
527
- }
528
-
529
- Position.prepare();
530
- Droppables.show(Draggables._lastPointer, this.element);
531
- Draggables.notify('onDrag', this);
532
- if (this._isScrollChild) {
533
- Draggables._lastScrollPointer = Draggables._lastScrollPointer || $A(Draggables._lastPointer);
534
- Draggables._lastScrollPointer[0] += this.scrollSpeed[0] * delta / 1000;
535
- Draggables._lastScrollPointer[1] += this.scrollSpeed[1] * delta / 1000;
536
- if (Draggables._lastScrollPointer[0] < 0)
537
- Draggables._lastScrollPointer[0] = 0;
538
- if (Draggables._lastScrollPointer[1] < 0)
539
- Draggables._lastScrollPointer[1] = 0;
540
- this.draw(Draggables._lastScrollPointer);
541
- }
542
-
543
- if(this.options.change) this.options.change(this);
544
- },
545
-
546
- _getWindowScroll: function(w) {
547
- var T, L, W, H;
548
- with (w.document) {
549
- if (w.document.documentElement && documentElement.scrollTop) {
550
- T = documentElement.scrollTop;
551
- L = documentElement.scrollLeft;
552
- } else if (w.document.body) {
553
- T = body.scrollTop;
554
- L = body.scrollLeft;
555
- }
556
- if (w.innerWidth) {
557
- W = w.innerWidth;
558
- H = w.innerHeight;
559
- } else if (w.document.documentElement && documentElement.clientWidth) {
560
- W = documentElement.clientWidth;
561
- H = documentElement.clientHeight;
562
- } else {
563
- W = body.offsetWidth;
564
- H = body.offsetHeight;
565
- }
566
- }
567
- return { top: T, left: L, width: W, height: H };
568
- }
569
- });
570
-
571
- Draggable._dragging = { };
572
-
573
- /*--------------------------------------------------------------------------*/
574
-
575
- var SortableObserver = Class.create({
576
- initialize: function(element, observer) {
577
- this.element = $(element);
578
- this.observer = observer;
579
- this.lastValue = Sortable.serialize(this.element);
580
- },
581
-
582
- onStart: function() {
583
- this.lastValue = Sortable.serialize(this.element);
584
- },
585
-
586
- onEnd: function() {
587
- Sortable.unmark();
588
- if(this.lastValue != Sortable.serialize(this.element))
589
- this.observer(this.element)
590
- }
591
- });
592
-
593
- var Sortable = {
594
- SERIALIZE_RULE: /^[^_\-](?:[A-Za-z0-9\-\_]*)[_](.*)$/,
595
-
596
- sortables: { },
597
-
598
- _findRootElement: function(element) {
599
- while (element.tagName.toUpperCase() != "BODY") {
600
- if(element.id && Sortable.sortables[element.id]) return element;
601
- element = element.parentNode;
602
- }
603
- },
604
-
605
- options: function(element) {
606
- element = Sortable._findRootElement($(element));
607
- if(!element) return;
608
- return Sortable.sortables[element.id];
609
- },
610
-
611
- destroy: function(element){
612
- element = $(element);
613
- var s = Sortable.sortables[element.id];
614
-
615
- if(s) {
616
- Draggables.removeObserver(s.element);
617
- s.droppables.each(function(d){ Droppables.remove(d) });
618
- s.draggables.invoke('destroy');
619
-
620
- delete Sortable.sortables[s.element.id];
621
- }
622
- },
623
-
624
- create: function(element) {
625
- element = $(element);
626
- var options = Object.extend({
627
- element: element,
628
- tag: 'li', // assumes li children, override with tag: 'tagname'
629
- dropOnEmpty: false,
630
- tree: false,
631
- treeTag: 'ul',
632
- overlap: 'vertical', // one of 'vertical', 'horizontal'
633
- constraint: 'vertical', // one of 'vertical', 'horizontal', false
634
- containment: element, // also takes array of elements (or id's); or false
635
- handle: false, // or a CSS class
636
- only: false,
637
- delay: 0,
638
- hoverclass: null,
639
- ghosting: false,
640
- quiet: false,
641
- scroll: false,
642
- scrollSensitivity: 20,
643
- scrollSpeed: 15,
644
- format: this.SERIALIZE_RULE,
645
-
646
- // these take arrays of elements or ids and can be
647
- // used for better initialization performance
648
- elements: false,
649
- handles: false,
650
-
651
- onChange: Prototype.emptyFunction,
652
- onUpdate: Prototype.emptyFunction
653
- }, arguments[1] || { });
654
-
655
- // clear any old sortable with same element
656
- this.destroy(element);
657
-
658
- // build options for the draggables
659
- var options_for_draggable = {
660
- revert: true,
661
- quiet: options.quiet,
662
- scroll: options.scroll,
663
- scrollSpeed: options.scrollSpeed,
664
- scrollSensitivity: options.scrollSensitivity,
665
- delay: options.delay,
666
- ghosting: options.ghosting,
667
- constraint: options.constraint,
668
- handle: options.handle };
669
-
670
- if(options.starteffect)
671
- options_for_draggable.starteffect = options.starteffect;
672
-
673
- if(options.reverteffect)
674
- options_for_draggable.reverteffect = options.reverteffect;
675
- else
676
- if(options.ghosting) options_for_draggable.reverteffect = function(element) {
677
- element.style.top = 0;
678
- element.style.left = 0;
679
- };
680
-
681
- if(options.endeffect)
682
- options_for_draggable.endeffect = options.endeffect;
683
-
684
- if(options.zindex)
685
- options_for_draggable.zindex = options.zindex;
686
-
687
- // build options for the droppables
688
- var options_for_droppable = {
689
- overlap: options.overlap,
690
- containment: options.containment,
691
- tree: options.tree,
692
- hoverclass: options.hoverclass,
693
- onHover: Sortable.onHover
694
- };
695
-
696
- var options_for_tree = {
697
- onHover: Sortable.onEmptyHover,
698
- overlap: options.overlap,
699
- containment: options.containment,
700
- hoverclass: options.hoverclass
701
- };
702
-
703
- // fix for gecko engine
704
- Element.cleanWhitespace(element);
705
-
706
- options.draggables = [];
707
- options.droppables = [];
708
-
709
- // drop on empty handling
710
- if(options.dropOnEmpty || options.tree) {
711
- Droppables.add(element, options_for_tree);
712
- options.droppables.push(element);
713
- }
714
-
715
- (options.elements || this.findElements(element, options) || []).each( function(e,i) {
716
- var handle = options.handles ? $(options.handles[i]) :
717
- (options.handle ? $(e).select('.' + options.handle)[0] : e);
718
- options.draggables.push(
719
- new Draggable(e, Object.extend(options_for_draggable, { handle: handle })));
720
- Droppables.add(e, options_for_droppable);
721
- if(options.tree) e.treeNode = element;
722
- options.droppables.push(e);
723
- });
724
-
725
- if(options.tree) {
726
- (Sortable.findTreeElements(element, options) || []).each( function(e) {
727
- Droppables.add(e, options_for_tree);
728
- e.treeNode = element;
729
- options.droppables.push(e);
730
- });
731
- }
732
-
733
- // keep reference
734
- this.sortables[element.identify()] = options;
735
-
736
- // for onupdate
737
- Draggables.addObserver(new SortableObserver(element, options.onUpdate));
738
-
739
- },
740
-
741
- // return all suitable-for-sortable elements in a guaranteed order
742
- findElements: function(element, options) {
743
- return Element.findChildren(
744
- element, options.only, options.tree ? true : false, options.tag);
745
- },
746
-
747
- findTreeElements: function(element, options) {
748
- return Element.findChildren(
749
- element, options.only, options.tree ? true : false, options.treeTag);
750
- },
751
-
752
- onHover: function(element, dropon, overlap) {
753
- if(Element.isParent(dropon, element)) return;
754
-
755
- if(overlap > .33 && overlap < .66 && Sortable.options(dropon).tree) {
756
- return;
757
- } else if(overlap>0.5) {
758
- Sortable.mark(dropon, 'before');
759
- if(dropon.previousSibling != element) {
760
- var oldParentNode = element.parentNode;
761
- element.style.visibility = "hidden"; // fix gecko rendering
762
- dropon.parentNode.insertBefore(element, dropon);
763
- if(dropon.parentNode!=oldParentNode)
764
- Sortable.options(oldParentNode).onChange(element);
765
- Sortable.options(dropon.parentNode).onChange(element);
766
- }
767
- } else {
768
- Sortable.mark(dropon, 'after');
769
- var nextElement = dropon.nextSibling || null;
770
- if(nextElement != element) {
771
- var oldParentNode = element.parentNode;
772
- element.style.visibility = "hidden"; // fix gecko rendering
773
- dropon.parentNode.insertBefore(element, nextElement);
774
- if(dropon.parentNode!=oldParentNode)
775
- Sortable.options(oldParentNode).onChange(element);
776
- Sortable.options(dropon.parentNode).onChange(element);
777
- }
778
- }
779
- },
780
-
781
- onEmptyHover: function(element, dropon, overlap) {
782
- var oldParentNode = element.parentNode;
783
- var droponOptions = Sortable.options(dropon);
784
-
785
- if(!Element.isParent(dropon, element)) {
786
- var index;
787
-
788
- var children = Sortable.findElements(dropon, {tag: droponOptions.tag, only: droponOptions.only});
789
- var child = null;
790
-
791
- if(children) {
792
- var offset = Element.offsetSize(dropon, droponOptions.overlap) * (1.0 - overlap);
793
-
794
- for (index = 0; index < children.length; index += 1) {
795
- if (offset - Element.offsetSize (children[index], droponOptions.overlap) >= 0) {
796
- offset -= Element.offsetSize (children[index], droponOptions.overlap);
797
- } else if (offset - (Element.offsetSize (children[index], droponOptions.overlap) / 2) >= 0) {
798
- child = index + 1 < children.length ? children[index + 1] : null;
799
- break;
800
- } else {
801
- child = children[index];
802
- break;
803
- }
804
- }
805
- }
806
-
807
- dropon.insertBefore(element, child);
808
-
809
- Sortable.options(oldParentNode).onChange(element);
810
- droponOptions.onChange(element);
811
- }
812
- },
813
-
814
- unmark: function() {
815
- if(Sortable._marker) Sortable._marker.hide();
816
- },
817
-
818
- mark: function(dropon, position) {
819
- // mark on ghosting only
820
- var sortable = Sortable.options(dropon.parentNode);
821
- if(sortable && !sortable.ghosting) return;
822
-
823
- if(!Sortable._marker) {
824
- Sortable._marker =
825
- ($('dropmarker') || Element.extend(document.createElement('DIV'))).
826
- hide().addClassName('dropmarker').setStyle({position:'absolute'});
827
- document.getElementsByTagName("body").item(0).appendChild(Sortable._marker);
828
- }
829
- var offsets = dropon.cumulativeOffset();
830
- Sortable._marker.setStyle({left: offsets[0]+'px', top: offsets[1] + 'px'});
831
-
832
- if(position=='after')
833
- if(sortable.overlap == 'horizontal')
834
- Sortable._marker.setStyle({left: (offsets[0]+dropon.clientWidth) + 'px'});
835
- else
836
- Sortable._marker.setStyle({top: (offsets[1]+dropon.clientHeight) + 'px'});
837
-
838
- Sortable._marker.show();
839
- },
840
-
841
- _tree: function(element, options, parent) {
842
- var children = Sortable.findElements(element, options) || [];
843
-
844
- for (var i = 0; i < children.length; ++i) {
845
- var match = children[i].id.match(options.format);
846
-
847
- if (!match) continue;
848
-
849
- var child = {
850
- id: encodeURIComponent(match ? match[1] : null),
851
- element: element,
852
- parent: parent,
853
- children: [],
854
- position: parent.children.length,
855
- container: $(children[i]).down(options.treeTag)
856
- };
857
-
858
- /* Get the element containing the children and recurse over it */
859
- if (child.container)
860
- this._tree(child.container, options, child);
861
-
862
- parent.children.push (child);
863
- }
864
-
865
- return parent;
866
- },
867
-
868
- tree: function(element) {
869
- element = $(element);
870
- var sortableOptions = this.options(element);
871
- var options = Object.extend({
872
- tag: sortableOptions.tag,
873
- treeTag: sortableOptions.treeTag,
874
- only: sortableOptions.only,
875
- name: element.id,
876
- format: sortableOptions.format
877
- }, arguments[1] || { });
878
-
879
- var root = {
880
- id: null,
881
- parent: null,
882
- children: [],
883
- container: element,
884
- position: 0
885
- };
886
-
887
- return Sortable._tree(element, options, root);
888
- },
889
-
890
- /* Construct a [i] index for a particular node */
891
- _constructIndex: function(node) {
892
- var index = '';
893
- do {
894
- if (node.id) index = '[' + node.position + ']' + index;
895
- } while ((node = node.parent) != null);
896
- return index;
897
- },
898
-
899
- sequence: function(element) {
900
- element = $(element);
901
- var options = Object.extend(this.options(element), arguments[1] || { });
902
-
903
- return $(this.findElements(element, options) || []).map( function(item) {
904
- return item.id.match(options.format) ? item.id.match(options.format)[1] : '';
905
- });
906
- },
907
-
908
- setSequence: function(element, new_sequence) {
909
- element = $(element);
910
- var options = Object.extend(this.options(element), arguments[2] || { });
911
-
912
- var nodeMap = { };
913
- this.findElements(element, options).each( function(n) {
914
- if (n.id.match(options.format))
915
- nodeMap[n.id.match(options.format)[1]] = [n, n.parentNode];
916
- n.parentNode.removeChild(n);
917
- });
918
-
919
- new_sequence.each(function(ident) {
920
- var n = nodeMap[ident];
921
- if (n) {
922
- n[1].appendChild(n[0]);
923
- delete nodeMap[ident];
924
- }
925
- });
926
- },
927
-
928
- serialize: function(element) {
929
- element = $(element);
930
- var options = Object.extend(Sortable.options(element), arguments[1] || { });
931
- var name = encodeURIComponent(
932
- (arguments[1] && arguments[1].name) ? arguments[1].name : element.id);
933
-
934
- if (options.tree) {
935
- return Sortable.tree(element, arguments[1]).children.map( function (item) {
936
- return [name + Sortable._constructIndex(item) + "[id]=" +
937
- encodeURIComponent(item.id)].concat(item.children.map(arguments.callee));
938
- }).flatten().join('&');
939
- } else {
940
- return Sortable.sequence(element, arguments[1]).map( function(item) {
941
- return name + "[]=" + encodeURIComponent(item);
942
- }).join('&');
943
- }
944
- }
945
- };
946
-
947
- // Returns true if child is contained within element
948
- Element.isParent = function(child, element) {
949
- if (!child.parentNode || child == element) return false;
950
- if (child.parentNode == element) return true;
951
- return Element.isParent(child.parentNode, element);
952
- };
953
-
954
- Element.findChildren = function(element, only, recursive, tagName) {
955
- if(!element.hasChildNodes()) return null;
956
- tagName = tagName.toUpperCase();
957
- if(only) only = [only].flatten();
958
- var elements = [];
959
- $A(element.childNodes).each( function(e) {
960
- if(e.tagName && e.tagName.toUpperCase()==tagName &&
961
- (!only || (Element.classNames(e).detect(function(v) { return only.include(v) }))))
962
- elements.push(e);
963
- if(recursive) {
964
- var grandchildren = Element.findChildren(e, only, recursive, tagName);
965
- if(grandchildren) elements.push(grandchildren);
966
- }
967
- });
968
-
969
- return (elements.length>0 ? elements.flatten() : []);
970
- };
971
-
972
- Element.offsetSize = function (element, type) {
973
- return element['offset' + ((type=='vertical' || type=='height') ? 'Height' : 'Width')];
974
- };