Development

Changeset 7272

You must first sign up to be able to contribute.

Changeset 7272

Show
Ignore:
Timestamp:
02/02/08 06:47:04 (10 months ago)
Author:
davedash
Message:

ddAccesibileFormPlugin: Used the YUI aggregate js

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/ddAccessibleFormPlugin/lib/helper/AccessibleFormHelper.php

    r7141 r7272  
    66  { 
    77    // we need to add the appropriate libs... 
    8     $response->addJavascript(sfConfig::get('sf_yui_web_dir').'yahoo/yahoo-min.js'); 
     8    $response->addJavascript(sfConfig::get('sf_yui_web_dir').'yahoo-dom-event/yahoo-dom-event.js'); 
    99    $response->addJavascript(sfConfig::get('sf_yui_web_dir').'selector/selector-beta-min.js'); 
    10     $response->addJavascript(sfConfig::get('sf_yui_web_dir').'dom/dom-min.js'); 
    1110     
    1211    $response->addJavascript('/ddAccessibleFormPlugin/js/yui.cmxform.js');