Can I put Webyep inside one of these and if so will the accordions or tabs expand or become scrollable if my gentle client starts to write reams of text?
There’s a conflict between the WebYep editing controls and any and all
of the Scripty Actions. The problem has been reported to WebYep, and
as far as I know, they’re working on it, as it affects anyone who
includes Prototype in their pages (quite a lot of people do this).
If you hand-code your page, yes, you can do this, and if you set the
overflow to Auto on your inner element, yes it could scroll forever if
your client develops logorrhea. Just be sure that you use the click
event to open/close accordion areas though, or you will make it very
difficult for someone to interact with the accordion area and the
scroll controls at the same time.
Walter
On Jun 8, 2010, at 3:33 PM, Richard Lowther wrote:
Hi
Can I put Webyep inside one of these and if so will the accordions
or tabs expand or become scrollable if my gentle client starts to
write reams of text?
Right Walter , hand-code you say. Eeeek! Creating styles in CSS for the TinyMCE is keeping me fully occupied at present, and occasionally baffled. Thanks for the advice though. I am right now experimenting with the a tab action + Webyep with some success but its a bit wonky at the moment.
We recently did a site with WebYep and the Accordion action.
The way we got round it was to make an “admin” page and put a WebYep RichText item on the page, with instructions for the client to make h2 headlines following by
body text. In Freeway make the WebYep RichText item global:True make a copy of the div and put it the site page set to global:true and the Accordion Action to it
The client edits this section on the Admin page. Being a Admin page instruction are alongside the editable item. Use this same technique for TransitionFX Slideshows.
David Owen { Freeway Friendly Web hosting and Domains }
Can I put Webyep inside one of these and if so will the accordions or tabs expand or become scrollable if my gentle client starts to write reams of text?