Group_role
Bedienelement zum Auswählen von Gruppen/Rollen-Kombinationen.
| Attribut | Typ | Erforderlich | Beschreibung |
| single | boolean | Nein | Bei single=1 wird nur eine Auswahl für eine Gruppen/Rollen-Kombination angezeigt |
Vorschau

Beispiel
QuelltextSmarty Code:
- <form name="extra" onsubmit="return false">
- <div align="center">
- <table class="table">
- <tr>
- <td colspan="2" class="cell">
- <table border="0" cellspacing="1" cellpadding="4" class="table">
- <tr>
- <td>
- {input version=5 type="group_role" name="input_role" title="Gruppen/Rollen-Kombination" short="Wählen Sie eine Kombination"}
- </td>
- </tr>
- </table>
- </td>
- </tr>
- </table>
- </div>
- </form>
- <script language="javascript">
- {literal}
- function do_load()
- {
- }
- function do_unload()
- {
- window.parent.unload_extra();
- }
- {/literal}
- </script>