2,590
edits
(Created page with "{{TechSpecsOnline |galerie=200px |beschreibung=Ein unter der Navigationsleiste liegendes Billboard welches den Content bei Mouseo...") |
No edit summary |
||
Line 39: | Line 39: | ||
</script> | </script> | ||
</syntaxhighlight> | </syntaxhighlight> | ||
''' | '''Implement on the same level this "Messenger", which sends an action when activated by your click button:''' | ||
<syntaxhighlight lang="html" line="line" highlight="3,6,12"> | |||
<script type="text/javascript"> | <script type="text/javascript"> | ||
try { | try { | ||
Line 55: | Line 56: | ||
</script> | </script> | ||
</syntaxhighlight> | </syntaxhighlight> | ||
This ad format requires several "commands". the highlighted function '''postCommand''' has to be duplicated in your code.<br/><br/> | |||
1. | 1. Replace the <br/><br/> | ||
'''[iq-command]''' | '''[iq-command]''' with '''iqdExpandPB''' (pushdown of the ad area) <br/> | ||
'''[iq-command]''' | '''[iq-command]''' with '''iqdCollapsePB''' (collapse of the ad area) <br/><br/> | ||
2. | 2. Bind these to your '''click sensitive''' areas for pushdown and collapse via '''button'''.<br/> | ||
3. | 3. Replace the '''[action-elmID]''' with the element ID of your '''click buttons'''. | ||
}} | }} | ||
}} | }} |