Author: KRavEN
Date: 2010-03-11 15:42:27 +0100 (Thu, 11 Mar 2010)
New Revision: 28484
Modified:
plugins/sfExtjsThemePlugin/branches/1_2/ExtjsGeneratorPlugin/web/js/Ext.ux.grid.ForeignFieldColumn.js
Log:
added grid cell wrap to combobox editor fields
Modified:
plugins/sfExtjsThemePlugin/branches/1_2/ExtjsGeneratorPlugin/web/js/Ext.ux.grid.ForeignFieldColumn.js
===================================================================
---
plugins/sfExtjsThemePlugin/branches/1_2/ExtjsGeneratorPlugin/web/js/Ext.ux.grid.ForeignFieldColumn.js
2010-03-11 13:29:09 UTC (rev 28483)
+++
plugins/sfExtjsThemePlugin/branches/1_2/ExtjsGeneratorPlugin/web/js/Ext.ux.grid.ForeignFieldColumn.js
2010-03-11 14:42:27 UTC (rev 28484)
@@ -6,6 +6,7 @@
{
var value = options.value;
var combo = options.combo;
+ options.meta.css += 'x-grid3-cell-wrap';
if (value === '')
return; // skip if no value (foreign-key) defined
--
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.