AW: AW: Problem with ZMSSqlDb
"Dr. Frank Hoffmann" <[email protected]> Thu, 13 Jan 2011 17:13:54 +0100
| Newsgroups | gmane.comp.cms.zms.devel |
|---|---|
| Message-ID | <7221B82476C9497789DA0B1C589D523C@hal1> |
Zooming can be added by little jquery wizardy put into the tables
configuration field "interface".
Simple Example:
%<- - - -
<script type="text/javascript">
$("#tr_image table.neutralColorBlack img").attr(
{title:"Klick zum Vergrößern in neuem Fenster..."} );
$("#tr_image table.neutralColorBlack img").click( function() {
window.open( $("#tr_image table.neutralColorBlack img").attr('src')
);return false; } );
</script>
<style type="text/css">
tr#tr_image table.neutralColorBlack img {width:120px; }
</style>
%<- - - -
Regards
fh, moderator