Extended WYSWIG solution?
-
Hello,
I have a “small” problem that i’ve been trying to wrap my head around.
The thing is that I’m trying to figure a smart / easy way for the client to ad a box in the editor. What i’ve done is Customizing the TinyMCE editor so the do have the page as it looks in visual editor. so i’ve linked the css to the admin panel simply.
The thing is for example if the client wants to add a coworker they have to copy paste the html code `<div id=”coworker”>
<div id=”co_img”>
</div>
<div id=”co_text”>
<h3>Name Name<h3>
<p> Information text</p>
<a href=”mailto:” ></a>
</div>
</div>`You get the drift.
What i want is simply create a button that is able to include this where the marker is. So im able to make it a lot easier for the client to use the page.
Is there any solution? how could i do it in that case?
Best
MAx
The topic ‘Extended WYSWIG solution?’ is closed to new replies.