Author: KRavEN
Date: 2010-05-26 00:15:43 +0200 (Wed, 26 May 2010)
New Revision: 29626

Removed:
   
plugins/ExtjsGeneratorPlugin/trunk/lib/widget/ExtjsWidgetFormInputTextarea.class.php
Log:


Deleted: 
plugins/ExtjsGeneratorPlugin/trunk/lib/widget/ExtjsWidgetFormInputTextarea.class.php
===================================================================
--- 
plugins/ExtjsGeneratorPlugin/trunk/lib/widget/ExtjsWidgetFormInputTextarea.class.php
        2010-05-25 20:03:35 UTC (rev 29625)
+++ 
plugins/ExtjsGeneratorPlugin/trunk/lib/widget/ExtjsWidgetFormInputTextarea.class.php
        2010-05-25 22:15:43 UTC (rev 29626)
@@ -1,33 +0,0 @@
-<?php
-
-/*
- * This file is part of the symfony package.
- * (c) Fabien Potencier <[email protected]>
- * 
- * For the full copyright and license information, please view the LICENSE
- * file that was distributed with this source code.
- */
-
-/**
- * sfWidgetFormInput represents an HTML text input tag.
- *
- * @package    symfony
- * @subpackage widget
- * @author     Fabien Potencier <[email protected]>
- * @version    SVN: $Id: sfWidgetFormInputText.class.php 20941 2009-08-08 
14:11:51Z Kris.Wallsmith $
- */
-class ExtjsWidgetFormInputTextarea extends ExtjsWidgetFormInput
-{
-  /**
-   * @param array $options     An array of options
-   * @param array $attributes  An array of default HTML attributes
-   *
-   * @see sfWidgetForm
-   */
-  protected function configure($options = array(), $attributes = array())
-  {
-    parent::configure($options, $attributes);
-
-    $this->setOption('type', 'TextArea');
-  }
-}

-- 
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