mtnporcupine
Member
Posted 8 months ago #
Hello all-
First of all - thanks for the great plugin. It's super powerful and easy to use, for me and my end users.
I've tried searching the forums for this problem to no avail.
I've enabled a textarea custom field with the tinyMCE editor and htmlEditor set to true; but I don't get an option to switch to the HTML tab (like the default Post Edit option).
[Reviews]
type = textarea
rows = 4
cols = 40
tinyMCE = true
htmlEditor = true
Any ideas? Thanks!
-Nate
http://wordpress.org/extend/plugins/custom-field-template/
Edd Hurst
Member
Posted 8 months ago #
Your code is fine, I think you're just looking in the wrong place.
There is no tab, like in the main 'Create Post' section of WordPress, instead - there is a button to the left of the tinyMCE box which says "Toggle". This will toggle tinyMCE on or off, to show either a textarea or a tinyMCE'd textarea.
If you enable htmlEditor (you have), the textarea will also include the basic html options.