How can I edit my custom block with tinymce?

I hope you can provide a step by step process..

thank you.

Comments

drupalfantwo’s picture

can someone be so kind to post a link to use tiny mce, Im making a custom form with a text area that I would like to have tinymce.

Thanks

vm’s picture

tinymce can be used on text areas by following the visibility settings of the module itself from what I've read.

_____________________________________________________________________
My posts & comments are usually dripping with sarcasm.
If you ask nicely I'll give you a towel : )

drupalfantwo’s picture

Thanks for the reply!
Could you please explain it further:

this is my goal:
I made a page at node/1 to submit information at node/2

form name=myform action='node/2' method post>
textarea name=mytext id=mytext cols=40 rows=10>
/text>
input type=submit>
/form>

I would like that text area to have tinymce.
Could you kindly guide me how to do about, Its taken me quite a while to find the answer no luck so far...

Thanks :)

vm’s picture

I don't use an editor, so I can't help any further. My response was based on my prior knowledge of playing with the modules months ago.

all I can tell you is to inspect the administer -> tinymce settings as closely as possible.
_____________________________________________________________________
My posts & comments are usually dripping with sarcasm.
If you ask nicely I'll give you a towel : )

drupalfantwo’s picture

:)

vm’s picture

I see where I may have confused you using the terminology "text areas" I meant fields. like body field and similar within drupal.
_____________________________________________________________________
My posts & comments are usually dripping with sarcasm.
If you ask nicely I'll give you a towel : )

vm’s picture

blocks aren't nodes, as such I don't know that editors can be used on blocks as the blocks don't actually have a path.

_____________________________________________________________________
My posts & comments are usually dripping with sarcasm.
If you ask nicely I'll give you a towel : )