Author: michkinn
Date: 2010-03-29 14:02:39 +0200 (Mon, 29 Mar 2010)
New Revision: 28861

Modified:
   
plugins/sfDoctrineAutoCompleteRelationPlugin/trunk/lib/widget/sfWidgetDoctrineAutoCompleteRelation.class.php
Log:


Modified: 
plugins/sfDoctrineAutoCompleteRelationPlugin/trunk/lib/widget/sfWidgetDoctrineAutoCompleteRelation.class.php
===================================================================
--- 
plugins/sfDoctrineAutoCompleteRelationPlugin/trunk/lib/widget/sfWidgetDoctrineAutoCompleteRelation.class.php
        2010-03-29 11:04:07 UTC (rev 28860)
+++ 
plugins/sfDoctrineAutoCompleteRelationPlugin/trunk/lib/widget/sfWidgetDoctrineAutoCompleteRelation.class.php
        2010-03-29 12:02:39 UTC (rev 28861)
@@ -1,25 +1,23 @@
 <?php
 
 /*
- * This file is part of the symfony package.
- * (c) Fabien Potencier <[email protected]>
+ * This file is part of the sfWidgetDoctrineAutoCompleteRelation package.
+ * (c) Gregory Schurgast <[email protected]>
  * 
  * For the full copyright and license information, please view the LICENSE
  * file that was distributed with this source code.
  */
 
 /**
- * sfWidgetFormSelectDoubleList represents a multiple select displayed as a 
double list.
+ * sfWidgetDoctrineAutoCompleteRelation represents a autocomplete Relation 
manager.
  *
  * This widget needs some JavaScript to work. So, you need to include the 
JavaScripts
  * files returned by the getJavaScripts() method.
  *
- * If you use symfony 1.2, it can be done automatically for you.
  *
  * @package    symfony
  * @subpackage widget
- * @author     Fabien Potencier <[email protected]>
- * @version    SVN: $Id: sfWidgetFormSelectDoubleList.class.php 12412 
2008-10-29 14:19:06Z fabien $
+ * @author     Gregory Schurgast <[email protected]>
  */
 class sfWidgetDoctrineAutoCompleteRelation extends sfWidgetForm
 {
@@ -30,6 +28,8 @@
    *
    *  * choices:            An array of possible choices (required)
    *  * class:              The main class of the widget
+   *  * class_select:       The main class of the widget
+   *  * label_unassociated: The label for unassociated
    *  * label_associated:   The label for associated
    *  * unassociate:        The HTML for the unassociate link
    *  * associate:          The HTML for the associate link

-- 
You received this message because you are subscribed to the Google Groups 
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/symfony-svn?hl=en.

Reply via email to