21309 Posts in 5738 Topics by 2603 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1241 Views |
-
Can't have HTMLEditorField in a popup form

13 February 2009 at 8:37pm
Hi,
I have tried to modify the example from tutorial5 (database relations) by adding a description field(HTMLText) to the Module class.
Then, in the function getCMSFields_forPopup() I added the line:$fields->push( new HTMLEditorField( 'description' ) );
Now when I go to a project page in the 'module' tab, and try to add a new module the popup form does not show the fields and I get a javascript error saying "f has no properties" (from tiny_mce code)
I have seen a similar discussion here
I really like SilverStripe, but this kind of problem is a show stopper for me.Amir
-
Re: Can't have HTMLEditorField in a popup form

25 February 2009 at 11:24am
Ok, I tested it again on more machines, and this problem does not exist on IE6+7 and FF3.
It didn't work on my browser - FF2 on Linux.
| 1241 Views | ||
|
Page:
1
|
Go to Top |

