Hi all,

how can I use TinyMCE with delierance?

I have problems with the popup windows.

Isee that, when you edit a page and ask to insrt a link (a picture, or everithing that needs a popup windows), in the page appear three divs:

<div id="visual-portal-wrapper">
</div>
<div id="kss-spinner" style="display: none;">
<img src="http://localhost:4190/intonso1/spinner.gif"; alt=""/>
</div>
<div id="mce_68" class="plonepopup" style="overflow: auto; width: 830px; height: 504px; top: 315px; left: 230px; z-index: 300022;">
</div>
<div id="mceModalBlocker" class="plonepopup_modalBlocker" style="z-index: 300020; display: block;"/>

I try to apply these deliverance rules:

<replace content='//*...@id="kss-spinner"]' theme='//*...@id="kss-spinner_in"]' />
   <replace content='#mce_*' theme='//*...@id="mce_frame_in"]' />
<replace content='//*...@id="mceModalBlocker"]' theme='//*...@id="mceModalBlocker_in"]' />

The problem is that the mce id changes everytime a popup is opened (mce_68, mce_69, mce_70,...) and I don't know how to use wildcards in the id names.
I tried with "#mce_*" but it didn't work.

Any help will be greately appreciated.

Thanks
   Mirto

<<attachment: mirtosilvio_busico.vcf>>

_______________________________________________
Product-Developers mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/product-developers

Reply via email to