Hello
Is there somewhere a template for JSF component. I would like to program
such a html code slice as component.
In the best case a complete tag libray with all necessary files. Such that
I can copy paste the component code and only add the necessary component
properties and html code into.
Thanks
Urs
<div id="inst1" class="block_site_main_menu sideblock">
<div class="header">
<div class="title">
<div class="hide-show"><a href="#" onclick="elementToggleHide(this, true,
function(el) {return findParentNode(el, 'DIV', 'sideblock'); } ); return
false;"><img src="http://moodle.eb-zuerich.ch/pix/spacer.gif" alt=""
class="hide-show-image"></a></div>Hauptmenü</div></div>
<div class="content">
<table class="list">
<tbody><tr class="r0"><td class="c0" valign="top" width="16"><img
src="http://moodle.eb-zuerich.ch/mod/forum/icon.gif"
alt="Forum" height="16" width="16"></td><td class="c1" valign="top"><a
title="Forum"
href="http://moodle.eb-zuerich.ch/mod/forum/view.php?id=1">Nachrichten der
Seite</a></td></tr>
</tbody>
</table>
</div>
</div>