[TYPO3-german] Anfängerfrage

Nikola Galanov nikigalanov at web.de
Sat Sep 22 10:24:25 CEST 2007


Hallo Leute,
entschuldigt bitte die Frage aber ich bin neu bei Typo3...
Ich wollte nur wissen, was ist der "normale" Weg nach der Erstellung 
einer Extension mit Kickstarter. Wie erstelle ich Typo3-konform eine 
Form für die FE-User?

Ich hatte in meinem Plugin so etwas, was auch funktioniert. Ich 
bezweifle es aber, dass es Typo3-konform ist...

$content = '<form action="blabla" method="post">
	<table>
		<tr>
			<td><label for="feld1">Feld1:</label></td>
			<td><input type="text" name="feld1" value=""></td>
		</tr>
.
.
.
		<tr>
			<td>&nbsp;</td>
			<td><input type="submit" name="submit_button" value="SUBMIT"></td>
		</tr>
	</table>';
	

Es gibt bestimmt elegantere Varianten, die ich noch nicht kenne :(
Ich wäre auch für Literaturangaben (am besten online) dankbar.

Viele Grüße
Nikola


More information about the TYPO3-german mailing list