Image
Ermöglicht die Auswahl eines Bildes aus dem Multimedia-Mandanten.
| Attribut | Typ | Erforderlich | Beschreibung |
| selected_id | integer | Nein | Vorausgewählte ID |
Vorschau

Beispiel
QuelltextSmarty Code:
- <form name="extra">
- <div align="center">
- <table class="table">
- <tr>
- <td class="cell">
- <br />
- </td>
- </tr>
- </table>
- </div>
- </form>
- <script language="javascript">
- {literal}
- function do_load()
- {
- }
- function do_unload()
- {
- window.parent.unload_extra();
- }
- {/literal}
- </script>