Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Archive /

Our old forums are still available as a read-only archive.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo

HasManyComplexTableField and HTMLEditorField Not Working


Go to End


2 Posts   2164 Views

Avatar
crazyScripter

Community Member, 8 Posts

20 December 2007 at 6:39am

I have SS 2.1.1 and HTMLEditorField on Complex Form Popup Not Working, please inform me if that functionality working in 2.2.

Thanks in advance!

Avatar
greg.tidwell

Community Member, 6 Posts

20 January 2008 at 9:47pm

I am also having this problem. Firebug show these styles (plus others)

.right.ComplexTableField_Popup form textarea, .right.ComplexTableField_Popup form input.text, .right.ComplexTableField_Popup form textarea.htmleditor {
width:98.3%;
}
.right form textarea.htmleditor {
display:none;
}

Has anyone tried to use a tinyMCE editor with a popup?