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'";
};