information.html

Eine Vorlage zur Erweiterung des Informationsreiters.

Vorlage

<form name="extra"> <div align="center">    <table>       <tr>          <td colspan="2">             <table border="0" cellspacing="1" cellpadding="4">                <tr>                   <td>Mein eigenes Eingabefeld</td>                   <td><input type="text" name="extra[myField]"></td>                </tr>             </table>          </td>       </tr>    </table> </div> </form> {literal} <script type="text/javascript"> function do_load_extra() {    /* Beim Betreten des Reiters das Feld laden */ }   function do_unload_extra() {    /* Beim Verlassen des Reiters das Feld sichern */  window.parent.unload_extra();</span> } </script> {/literal}</table>