Textarea

Erstellt ein Textarea.

Attribut  Typ  Erforderlich  Beschreibung 
width  integer  Nein Breite des Textareas (in px)

Vorschau

 textarea

Beispiel

QuelltextSmarty Code:
  1. <form name="extra">
  2. <div align="center">
  3. <table class="table">
  4.     <tr>
  5.         <td class="cell">
  6.             {input version=5 type="textarea" name="input_textarea" title="Textarea" short="Geben Sie was ein"}
  7.             {input version=5 type="textarea" name="input_textarea_2" title="Textarea" short="Geben Sie was ein" width=1000} 
  8.             <br />
  9.         </td>
  10.     </tr>
  11. </table>
  12. </div>
  13. </form>
  14. <script language="javascript">
  15. {literal}
  16. function do_load()
  17. {
  18. }

  19. function do_unload()
  20. {
  21.     window.parent.unload_extra();
  22. }
  23. {/literal}
  24. </script>

 

Tel: +49 (0)6261 / 6743-0
Fax: +49 (0)6261 / 6743-29
E-Mail: info@egotec.com
EGOTEC GmbH
Hauptstraße 130
D-74821 Mosbach
Erstellt mit EGOTEC® Internet: www.egotec.com © EGOTEC GmbH