On Aug 3, 1:11 am, Alvaro Gomez <
manosuc...@gmail.com> wrote:
> I included it so far, but it does not work. object was included by default
> so I added the embed tag at the end, but is ignored. Mybe I'm not using the
> right syntax.
>
> extended_valid_elements: [
> 'a[name|class|href|target|title|onclick]',
>
> 'img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name]',
> 'br[clearfix]',
> '-p[class<clearfix?summary?code]',
> 'h2[class<clearfix],h3[class<clearfix],h4[class<clearfix]',
> 'ul[class<clearfix],ol[class<clearfix]',
> 'div[class]',
>
> 'object[align<bottom?left?middle?right?top|archive|border|class|classid'
> +
> "|codebase|codetype|data|declare|dir<ltr?rtl|height|hspace|id|lang|name"
> +
> "|onclick|ondblclick|onkeydown|onkeypress|onkeyup|onmousedown|onmousemove"
> +
> "|onmouseout|onmouseover|onmouseup|standby|style|tabindex|title|type|usemap"
> + "|vspace|width]",
> 'param[id|name|type|value|valuetype<DATA?OBJECT?REF]',
> 'address',
> 'embed[src|type|width|height|flashvars|wmode]'
>
>
>
>
> > On Mon, Aug 2, 2010 at 01:27, Alvaro <
manosuc...@gmail.com> wrote:
> > > Same issue for me
>
> > > I can get rid of it if I disable the Tinymce cleanup code option in
> > > the tinymce_setup/tinymce_setup.js file ( cleanup: false inside
> > > tinyMCE.init )
> > sounds to me like you need to add <embed>/<object> tags to the valid
> > tags in the tinymce_setup.js
>
> > should work without the empty paragraphs issue.
>
> > > But then every TinyMce area gets filled with empty paragraphs and this
> > > is anoying in required fields.
>
> > > I'm investigating in this direction, but no luck (yet):
>