Created
June 8, 2016 09:56
-
-
Save rcerrejon/8bcf90177261d0ab489584c178f3fd57 to your computer and use it in GitHub Desktop.
TYPO3 Form Example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<f:form object="{tx_caddownload_caddownload}" objectName="search" action="showDownloadSearch"> | |
<label for="search">Suchbegriff:</label> | |
<f:form.textfield property="criteria" type="text" class="form-control" id="cad-search-input" /> z.B.: "SW11 BA MD01" oder "Anschluss" | |
<f:form.submit value="Suche starten >" /> | |
</f:form> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment