[svn:p5ee] r13417 - p5ee/trunk/App-Widget-ExtJS/lib/App/Widget

[email protected] Thu, 22 Oct 2009 10:12:44 -0700 (PDT)
Newsgroups perl.cvs.p5ee
Message-ID <[email protected]>
Author: spadkins
Date: Thu Oct 22 10:12:42 2009
New Revision: 13417

Modified:
   p5ee/trunk/App-Widget-ExtJS/lib/App/Widget/ExtJS.pm

Log:
added editor to serialize_as_javascript

Modified: p5ee/trunk/App-Widget-ExtJS/lib/App/Widget/ExtJS.pm
==============================================================================
--- p5ee/trunk/App-Widget-ExtJS/lib/App/Widget/ExtJS.pm	(original)
+++ p5ee/trunk/App-Widget-ExtJS/lib/App/Widget/ExtJS.pm	Thu Oct 22 10:12:42 2009
@@ -85,6 +85,9 @@
                 if ($key =~ /renderer/i) {
                     $modified_value .= $val;
                 }
+                elsif ($key =~ /editor/i) {
+                    $modified_value .= $val;
+                }
                 else {
                     $modified_value .= "'$val'";
                 };