Development

Changeset 29223

You must first sign up to be able to contribute.

Changeset 29223

Show
Ignore:
Timestamp:
04/20/10 16:34:03 (3 years ago)
Author:
jaimesuez
Message:

cambio de is_autocomplete por with_search

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfDoctrineAjaxFormPlugin/lib/widget/sfWidgetFormDinamicEmbeddedForm.class.php

    r29216 r29223  
    5858    } 
    5959 
    60     $this->addOption('is_autocomplete', true); 
     60    $this->addOption('with_search', true); 
    6161 
    6262    $this->addOption('partial', "ajax_form/autocomplete_with_embedded_forms_default"); 
     
    9797    $widget_name = $this->getOption('widget_name'); 
    9898    $embedded_name = $this->getOption('embedded_name'); 
    99     $is_autocomplete = $this->getOption('is_autocomplete'); 
     99    $is_autocomplete = $this->getOption('with_search'); 
    100100    $number_embedded = $this->getOption('number_embedded'); 
    101101    $module_relation = $this->getOption('module_relation');